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 Apple Inc. All rights reserved. | 5 * Copyright (C) 2005, 2006, 2007, 2008 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 * | 9 * |
10 * This library is free software; you can redistribute it and/or | 10 * This library is free software; you can redistribute it and/or |
(...skipping 5215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5226 if (!primitiveValue) | 5226 if (!primitiveValue) |
5227 return; | 5227 return; |
5228 m_style->setPointerEvents(*primitiveValue); | 5228 m_style->setPointerEvents(*primitiveValue); |
5229 return; | 5229 return; |
5230 } | 5230 } |
5231 case CSSPropertyInvalid: | 5231 case CSSPropertyInvalid: |
5232 return; | 5232 return; |
5233 case CSSPropertyFontStretch: | 5233 case CSSPropertyFontStretch: |
5234 case CSSPropertyPage: | 5234 case CSSPropertyPage: |
5235 case CSSPropertyQuotes: | 5235 case CSSPropertyQuotes: |
5236 case CSSPropertyScrollbar3dlightColor: | |
5237 case CSSPropertyScrollbarArrowColor: | |
5238 case CSSPropertyScrollbarDarkshadowColor: | |
5239 case CSSPropertyScrollbarFaceColor: | |
5240 case CSSPropertyScrollbarHighlightColor: | |
5241 case CSSPropertyScrollbarShadowColor: | |
5242 case CSSPropertyScrollbarTrackColor: | |
5243 case CSSPropertySize: | 5236 case CSSPropertySize: |
5244 case CSSPropertyTextLineThrough: | 5237 case CSSPropertyTextLineThrough: |
5245 case CSSPropertyTextLineThroughColor: | 5238 case CSSPropertyTextLineThroughColor: |
5246 case CSSPropertyTextLineThroughMode: | 5239 case CSSPropertyTextLineThroughMode: |
5247 case CSSPropertyTextLineThroughStyle: | 5240 case CSSPropertyTextLineThroughStyle: |
5248 case CSSPropertyTextLineThroughWidth: | 5241 case CSSPropertyTextLineThroughWidth: |
5249 case CSSPropertyTextOverline: | 5242 case CSSPropertyTextOverline: |
5250 case CSSPropertyTextOverlineColor: | 5243 case CSSPropertyTextOverlineColor: |
5251 case CSSPropertyTextOverlineMode: | 5244 case CSSPropertyTextOverlineMode: |
5252 case CSSPropertyTextOverlineStyle: | 5245 case CSSPropertyTextOverlineStyle: |
(...skipping 954 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6207 ASSERT_NOT_REACHED(); | 6200 ASSERT_NOT_REACHED(); |
6208 break; | 6201 break; |
6209 } | 6202 } |
6210 } | 6203 } |
6211 } | 6204 } |
6212 outOperations = operations; | 6205 outOperations = operations; |
6213 return true; | 6206 return true; |
6214 } | 6207 } |
6215 | 6208 |
6216 } // namespace WebCore | 6209 } // namespace WebCore |
OLD | NEW |