OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org) | 2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org) |
3 * (C) 2004-2005 Allan Sandfeld Jensen (kde@carewolf.com) | 3 * (C) 2004-2005 Allan Sandfeld Jensen (kde@carewolf.com) |
4 * Copyright (C) 2006, 2007 Nicholas Shanks (webkit@nickshanks.com) | 4 * Copyright (C) 2006, 2007 Nicholas Shanks (webkit@nickshanks.com) |
5 * Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Apple Inc.
All rights reserved. | 5 * Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Apple Inc.
All rights reserved. |
6 * Copyright (C) 2007 Alexey Proskuryakov <ap@webkit.org> | 6 * Copyright (C) 2007 Alexey Proskuryakov <ap@webkit.org> |
7 * Copyright (C) 2007, 2008 Eric Seidel <eric@webkit.org> | 7 * Copyright (C) 2007, 2008 Eric Seidel <eric@webkit.org> |
8 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t
orchmobile.com/) | 8 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t
orchmobile.com/) |
9 * Copyright (c) 2011, Code Aurora Forum. All rights reserved. | 9 * Copyright (c) 2011, Code Aurora Forum. All rights reserved. |
10 * Copyright (C) Research In Motion Limited 2011. All rights reserved. | 10 * Copyright (C) Research In Motion Limited 2011. All rights reserved. |
(...skipping 3153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3164 case CSSPropertyPointerEvents: | 3164 case CSSPropertyPointerEvents: |
3165 case CSSPropertyPosition: | 3165 case CSSPropertyPosition: |
3166 case CSSPropertyResize: | 3166 case CSSPropertyResize: |
3167 case CSSPropertyRight: | 3167 case CSSPropertyRight: |
3168 case CSSPropertySize: | 3168 case CSSPropertySize: |
3169 case CSSPropertySpeak: | 3169 case CSSPropertySpeak: |
3170 case CSSPropertyTabSize: | 3170 case CSSPropertyTabSize: |
3171 case CSSPropertyTableLayout: | 3171 case CSSPropertyTableLayout: |
3172 case CSSPropertyTextAlign: | 3172 case CSSPropertyTextAlign: |
3173 case CSSPropertyTextDecoration: | 3173 case CSSPropertyTextDecoration: |
| 3174 case CSSPropertyTextDecorationLine: |
| 3175 case CSSPropertyTextDecorationStyle: |
| 3176 case CSSPropertyTextDecorationColor: |
3174 case CSSPropertyTextIndent: | 3177 case CSSPropertyTextIndent: |
3175 case CSSPropertyTextOverflow: | 3178 case CSSPropertyTextOverflow: |
3176 case CSSPropertyTextRendering: | 3179 case CSSPropertyTextRendering: |
3177 case CSSPropertyTextTransform: | 3180 case CSSPropertyTextTransform: |
3178 case CSSPropertyTop: | 3181 case CSSPropertyTop: |
3179 case CSSPropertyTouchAction: | 3182 case CSSPropertyTouchAction: |
3180 case CSSPropertyUnicodeBidi: | 3183 case CSSPropertyUnicodeBidi: |
3181 case CSSPropertyVariable: | 3184 case CSSPropertyVariable: |
3182 case CSSPropertyVerticalAlign: | 3185 case CSSPropertyVerticalAlign: |
3183 case CSSPropertyVisibility: | 3186 case CSSPropertyVisibility: |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3273 case CSSPropertyWebkitPerspectiveOriginY: | 3276 case CSSPropertyWebkitPerspectiveOriginY: |
3274 case CSSPropertyWebkitPrintColorAdjust: | 3277 case CSSPropertyWebkitPrintColorAdjust: |
3275 case CSSPropertyWebkitRegionBreakAfter: | 3278 case CSSPropertyWebkitRegionBreakAfter: |
3276 case CSSPropertyWebkitRegionBreakBefore: | 3279 case CSSPropertyWebkitRegionBreakBefore: |
3277 case CSSPropertyWebkitRegionBreakInside: | 3280 case CSSPropertyWebkitRegionBreakInside: |
3278 case CSSPropertyWebkitRegionOverflow: | 3281 case CSSPropertyWebkitRegionOverflow: |
3279 case CSSPropertyWebkitRtlOrdering: | 3282 case CSSPropertyWebkitRtlOrdering: |
3280 case CSSPropertyWebkitRubyPosition: | 3283 case CSSPropertyWebkitRubyPosition: |
3281 case CSSPropertyWebkitTextCombine: | 3284 case CSSPropertyWebkitTextCombine: |
3282 #if ENABLE(CSS3_TEXT) | 3285 #if ENABLE(CSS3_TEXT) |
3283 case CSSPropertyWebkitTextDecorationLine: | |
3284 case CSSPropertyWebkitTextDecorationStyle: | |
3285 case CSSPropertyWebkitTextDecorationColor: | |
3286 case CSSPropertyWebkitTextAlignLast: | 3286 case CSSPropertyWebkitTextAlignLast: |
3287 case CSSPropertyWebkitTextUnderlinePosition: | 3287 case CSSPropertyWebkitTextUnderlinePosition: |
3288 #endif // CSS3_TEXT | 3288 #endif // CSS3_TEXT |
3289 case CSSPropertyWebkitTextEmphasisColor: | 3289 case CSSPropertyWebkitTextEmphasisColor: |
3290 case CSSPropertyWebkitTextEmphasisPosition: | 3290 case CSSPropertyWebkitTextEmphasisPosition: |
3291 case CSSPropertyWebkitTextEmphasisStyle: | 3291 case CSSPropertyWebkitTextEmphasisStyle: |
3292 case CSSPropertyWebkitTextFillColor: | 3292 case CSSPropertyWebkitTextFillColor: |
3293 case CSSPropertyWebkitTextSecurity: | 3293 case CSSPropertyWebkitTextSecurity: |
3294 case CSSPropertyWebkitTextStrokeColor: | 3294 case CSSPropertyWebkitTextStrokeColor: |
3295 case CSSPropertyWebkitTransformOriginX: | 3295 case CSSPropertyWebkitTransformOriginX: |
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3727 info.addMember(m_state, "state"); | 3727 info.addMember(m_state, "state"); |
3728 | 3728 |
3729 // FIXME: move this to a place where it would be called only once? | 3729 // FIXME: move this to a place where it would be called only once? |
3730 info.addMember(CSSDefaultStyleSheets::defaultStyle, "defaultStyle"); | 3730 info.addMember(CSSDefaultStyleSheets::defaultStyle, "defaultStyle"); |
3731 info.addMember(CSSDefaultStyleSheets::defaultQuirksStyle, "defaultQuirksStyl
e"); | 3731 info.addMember(CSSDefaultStyleSheets::defaultQuirksStyle, "defaultQuirksStyl
e"); |
3732 info.addMember(CSSDefaultStyleSheets::defaultPrintStyle, "defaultPrintStyle"
); | 3732 info.addMember(CSSDefaultStyleSheets::defaultPrintStyle, "defaultPrintStyle"
); |
3733 info.addMember(CSSDefaultStyleSheets::defaultViewSourceStyle, "defaultViewSo
urceStyle"); | 3733 info.addMember(CSSDefaultStyleSheets::defaultViewSourceStyle, "defaultViewSo
urceStyle"); |
3734 } | 3734 } |
3735 | 3735 |
3736 } // namespace WebCore | 3736 } // namespace WebCore |
OLD | NEW |