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 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
430 case CSSPropertyCounterReset: | 430 case CSSPropertyCounterReset: |
431 case CSSPropertyDisplay: | 431 case CSSPropertyDisplay: |
432 case CSSPropertyDominantBaseline: | 432 case CSSPropertyDominantBaseline: |
433 case CSSPropertyEnableBackground: | 433 case CSSPropertyEnableBackground: |
434 case CSSPropertyFilter: | 434 case CSSPropertyFilter: |
435 case CSSPropertyFloat: | 435 case CSSPropertyFloat: |
436 case CSSPropertyFloodColor: | 436 case CSSPropertyFloodColor: |
437 case CSSPropertyFloodOpacity: | 437 case CSSPropertyFloodOpacity: |
438 case CSSPropertyFontStretch: | 438 case CSSPropertyFontStretch: |
439 case CSSPropertyHeight: | 439 case CSSPropertyHeight: |
| 440 case CSSPropertyInternalPriority: |
| 441 case CSSPropertyInternalTargetDensity: |
440 case CSSPropertyLeft: | 442 case CSSPropertyLeft: |
441 case CSSPropertyLightingColor: | 443 case CSSPropertyLightingColor: |
442 case CSSPropertyMargin: | 444 case CSSPropertyMargin: |
443 case CSSPropertyMarginBottom: | 445 case CSSPropertyMarginBottom: |
444 case CSSPropertyMarginLeft: | 446 case CSSPropertyMarginLeft: |
445 case CSSPropertyMarginRight: | 447 case CSSPropertyMarginRight: |
446 case CSSPropertyMarginTop: | 448 case CSSPropertyMarginTop: |
447 case CSSPropertyMask: | 449 case CSSPropertyMask: |
448 case CSSPropertyMaskType: | 450 case CSSPropertyMaskType: |
449 case CSSPropertyMaxHeight: | 451 case CSSPropertyMaxHeight: |
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
673 return false; | 675 return false; |
674 case CSSPropertyInvalid: | 676 case CSSPropertyInvalid: |
675 ASSERT_NOT_REACHED(); | 677 ASSERT_NOT_REACHED(); |
676 return false; | 678 return false; |
677 } | 679 } |
678 ASSERT_NOT_REACHED(); | 680 ASSERT_NOT_REACHED(); |
679 return false; | 681 return false; |
680 } | 682 } |
681 | 683 |
682 } // namespace WebCore | 684 } // namespace WebCore |
OLD | NEW |