OLD | NEW |
1 /** | 1 /** |
2 * (C) 1999-2003 Lars Knoll (knoll@kde.org) | 2 * (C) 1999-2003 Lars Knoll (knoll@kde.org) |
3 * Copyright (C) 2004, 2005, 2006 Apple Computer, Inc. | 3 * Copyright (C) 2004, 2005, 2006 Apple Computer, Inc. |
4 * | 4 * |
5 * This library is free software; you can redistribute it and/or | 5 * This library is free software; you can redistribute it and/or |
6 * modify it under the terms of the GNU Library General Public | 6 * modify it under the terms of the GNU Library General Public |
7 * License as published by the Free Software Foundation; either | 7 * License as published by the Free Software Foundation; either |
8 * version 2 of the License, or (at your option) any later version. | 8 * version 2 of the License, or (at your option) any later version. |
9 * | 9 * |
10 * This library is distributed in the hope that it will be useful, | 10 * This library is distributed in the hope that it will be useful, |
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
589 case CSSPropertyGridColumn: | 589 case CSSPropertyGridColumn: |
590 case CSSPropertyGridColumnEnd: | 590 case CSSPropertyGridColumnEnd: |
591 case CSSPropertyGridColumnStart: | 591 case CSSPropertyGridColumnStart: |
592 case CSSPropertyGridDefinitionColumns: | 592 case CSSPropertyGridDefinitionColumns: |
593 case CSSPropertyGridDefinitionRows: | 593 case CSSPropertyGridDefinitionRows: |
594 case CSSPropertyGridRow: | 594 case CSSPropertyGridRow: |
595 case CSSPropertyGridRowEnd: | 595 case CSSPropertyGridRowEnd: |
596 case CSSPropertyGridRowStart: | 596 case CSSPropertyGridRowStart: |
597 case CSSPropertyGridTemplate: | 597 case CSSPropertyGridTemplate: |
598 case CSSPropertyJustifyContent: | 598 case CSSPropertyJustifyContent: |
599 case CSSPropertyWebkitLineClamp: | |
600 case CSSPropertyWebkitLogicalHeight: | 599 case CSSPropertyWebkitLogicalHeight: |
601 case CSSPropertyWebkitLogicalWidth: | 600 case CSSPropertyWebkitLogicalWidth: |
602 case CSSPropertyWebkitMarginAfter: | 601 case CSSPropertyWebkitMarginAfter: |
603 case CSSPropertyWebkitMarginAfterCollapse: | 602 case CSSPropertyWebkitMarginAfterCollapse: |
604 case CSSPropertyWebkitMarginBefore: | 603 case CSSPropertyWebkitMarginBefore: |
605 case CSSPropertyWebkitMarginBeforeCollapse: | 604 case CSSPropertyWebkitMarginBeforeCollapse: |
606 case CSSPropertyWebkitMarginBottomCollapse: | 605 case CSSPropertyWebkitMarginBottomCollapse: |
607 case CSSPropertyWebkitMarginCollapse: | 606 case CSSPropertyWebkitMarginCollapse: |
608 case CSSPropertyWebkitMarginEnd: | 607 case CSSPropertyWebkitMarginEnd: |
609 case CSSPropertyWebkitMarginStart: | 608 case CSSPropertyWebkitMarginStart: |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
680 return false; | 679 return false; |
681 case CSSPropertyInvalid: | 680 case CSSPropertyInvalid: |
682 ASSERT_NOT_REACHED(); | 681 ASSERT_NOT_REACHED(); |
683 return false; | 682 return false; |
684 } | 683 } |
685 ASSERT_NOT_REACHED(); | 684 ASSERT_NOT_REACHED(); |
686 return false; | 685 return false; |
687 } | 686 } |
688 | 687 |
689 } // namespace WebCore | 688 } // namespace WebCore |
OLD | NEW |