Home
last modified time | relevance | path

Searched refs:isReflectValue (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSValue.h61 virtual bool isReflectValue() const { return false; } in isReflectValue() function
DCSSReflectValue.h63 virtual bool isReflectValue() const { return true; } in isReflectValue() function
DCSSStyleSelector.cpp5174 if (!value->isReflectValue()) in applyProperty()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0615527 (WebCore::CSSReflectValue::isReflectValue):
15546 (WebCore::CSSValue::isReflectValue):