Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSShadowValue.h65 DEFINE_CSS_VALUE_TYPE_CASTS(CSSShadowValue, isShadowValue());
DCSSValue.h92 bool isShadowValue() const { return m_classType == ShadowClass; } in isShadowValue() function
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFilterOperationResolver.cpp477 if (!cssValue->isShadowValue()) in createFilterOperations()