Home
last modified time | relevance | path

Searched refs:isShadowValue (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSValue.h62 virtual bool isShadowValue() const { return false; } in isShadowValue() function
DShadowValue.h62 virtual bool isShadowValue() const { return true; } in isShadowValue() function
DSVGCSSStyleSelector.cpp558 if (!firstValue->isShadowValue()) in applySVGProperty()
DCSSStyleSelector.cpp5157 if (!currValue->isShadowValue()) in applyProperty()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0615547 (WebCore::CSSValue::isShadowValue):
15553 (WebCore::ShadowValue::isShadowValue):