OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2004 Zack Rusin <zack@kde.org> | 2 * Copyright (C) 2004 Zack Rusin <zack@kde.org> |
3 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Apple Inc.
All rights reserved. | 3 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Apple Inc.
All rights reserved. |
4 * Copyright (C) 2007 Alexey Proskuryakov <ap@webkit.org> | 4 * Copyright (C) 2007 Alexey Proskuryakov <ap@webkit.org> |
5 * Copyright (C) 2007 Nicholas Shanks <webkit@nickshanks.com> | 5 * Copyright (C) 2007 Nicholas Shanks <webkit@nickshanks.com> |
6 * Copyright (C) 2011 Sencha, Inc. All rights reserved. | 6 * Copyright (C) 2011 Sencha, Inc. All rights reserved. |
7 * | 7 * |
8 * This library is free software; you can redistribute it and/or | 8 * This library is free software; you can redistribute it and/or |
9 * modify it under the terms of the GNU Lesser General Public | 9 * modify it under the terms of the GNU Lesser General Public |
10 * License as published by the Free Software Foundation; either | 10 * License as published by the Free Software Foundation; either |
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
359 CSSPropertyStrokeDasharray, | 359 CSSPropertyStrokeDasharray, |
360 CSSPropertyStrokeDashoffset, | 360 CSSPropertyStrokeDashoffset, |
361 CSSPropertyStrokeLinecap, | 361 CSSPropertyStrokeLinecap, |
362 CSSPropertyStrokeLinejoin, | 362 CSSPropertyStrokeLinejoin, |
363 CSSPropertyStrokeMiterlimit, | 363 CSSPropertyStrokeMiterlimit, |
364 CSSPropertyStrokeOpacity, | 364 CSSPropertyStrokeOpacity, |
365 CSSPropertyStrokeWidth, | 365 CSSPropertyStrokeWidth, |
366 CSSPropertyAlignmentBaseline, | 366 CSSPropertyAlignmentBaseline, |
367 CSSPropertyBaselineShift, | 367 CSSPropertyBaselineShift, |
368 CSSPropertyDominantBaseline, | 368 CSSPropertyDominantBaseline, |
369 CSSPropertyKerning, | |
370 CSSPropertyTextAnchor, | 369 CSSPropertyTextAnchor, |
371 CSSPropertyWritingMode, | 370 CSSPropertyWritingMode, |
372 CSSPropertyGlyphOrientationHorizontal, | 371 CSSPropertyGlyphOrientationHorizontal, |
373 CSSPropertyGlyphOrientationVertical, | 372 CSSPropertyGlyphOrientationVertical, |
374 CSSPropertyVectorEffect, | 373 CSSPropertyVectorEffect, |
375 CSSPropertyPaintOrder | 374 CSSPropertyPaintOrder |
376 }; | 375 }; |
377 | 376 |
378 static const Vector<CSSPropertyID>& computableProperties() | 377 static const Vector<CSSPropertyID>& computableProperties() |
379 { | 378 { |
(...skipping 2465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2845 case CSSPropertyStrokeLinecap: | 2844 case CSSPropertyStrokeLinecap: |
2846 case CSSPropertyStrokeLinejoin: | 2845 case CSSPropertyStrokeLinejoin: |
2847 case CSSPropertyStrokeMiterlimit: | 2846 case CSSPropertyStrokeMiterlimit: |
2848 case CSSPropertyStrokeOpacity: | 2847 case CSSPropertyStrokeOpacity: |
2849 case CSSPropertyStrokeWidth: | 2848 case CSSPropertyStrokeWidth: |
2850 case CSSPropertyAlignmentBaseline: | 2849 case CSSPropertyAlignmentBaseline: |
2851 case CSSPropertyBaselineShift: | 2850 case CSSPropertyBaselineShift: |
2852 case CSSPropertyDominantBaseline: | 2851 case CSSPropertyDominantBaseline: |
2853 case CSSPropertyGlyphOrientationHorizontal: | 2852 case CSSPropertyGlyphOrientationHorizontal: |
2854 case CSSPropertyGlyphOrientationVertical: | 2853 case CSSPropertyGlyphOrientationVertical: |
2855 case CSSPropertyKerning: | |
2856 case CSSPropertyTextAnchor: | 2854 case CSSPropertyTextAnchor: |
2857 case CSSPropertyVectorEffect: | 2855 case CSSPropertyVectorEffect: |
2858 case CSSPropertyPaintOrder: | 2856 case CSSPropertyPaintOrder: |
2859 case CSSPropertyWritingMode: | 2857 case CSSPropertyWritingMode: |
2860 return getSVGPropertyCSSValue(propertyID, DoNotUpdateLayout); | 2858 return getSVGPropertyCSSValue(propertyID, DoNotUpdateLayout); |
2861 } | 2859 } |
2862 | 2860 |
2863 logUnimplementedPropertyID(propertyID); | 2861 logUnimplementedPropertyID(propertyID); |
2864 return nullptr; | 2862 return nullptr; |
2865 } | 2863 } |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3047 static const CSSPropertyID propertiesAfterSlashSeperator[3] = { CSSPropertyB
ackgroundSize, CSSPropertyBackgroundOrigin, | 3045 static const CSSPropertyID propertiesAfterSlashSeperator[3] = { CSSPropertyB
ackgroundSize, CSSPropertyBackgroundOrigin, |
3048 CSSPropertyB
ackgroundClip }; | 3046 CSSPropertyB
ackgroundClip }; |
3049 | 3047 |
3050 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSlashSeparated()
; | 3048 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSlashSeparated()
; |
3051 list->append(valuesForShorthandProperty(StylePropertyShorthand(CSSPropertyBa
ckground, propertiesBeforeSlashSeperator, WTF_ARRAY_LENGTH(propertiesBeforeSlash
Seperator)))); | 3049 list->append(valuesForShorthandProperty(StylePropertyShorthand(CSSPropertyBa
ckground, propertiesBeforeSlashSeperator, WTF_ARRAY_LENGTH(propertiesBeforeSlash
Seperator)))); |
3052 list->append(valuesForShorthandProperty(StylePropertyShorthand(CSSPropertyBa
ckground, propertiesAfterSlashSeperator, WTF_ARRAY_LENGTH(propertiesAfterSlashSe
perator)))); | 3050 list->append(valuesForShorthandProperty(StylePropertyShorthand(CSSPropertyBa
ckground, propertiesAfterSlashSeperator, WTF_ARRAY_LENGTH(propertiesAfterSlashSe
perator)))); |
3053 return list.release(); | 3051 return list.release(); |
3054 } | 3052 } |
3055 | 3053 |
3056 } // namespace WebCore | 3054 } // namespace WebCore |
OLD | NEW |