Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSProperty.h61 ASSERT((propertyID == CSSPropertyVariable) == (m_value && m_value->isVariableValue())); in m_metadata()
69 … ASSERT((metadata.m_propertyID == CSSPropertyVariable) == (m_value && m_value->isVariableValue())); in CSSProperty()
DCSSVariableValue.h62 DEFINE_CSS_VALUE_TYPE_CASTS(CSSVariableValue, isVariableValue());
DCSSValue.h103 bool isVariableValue() const { return m_classType == VariableClass; } in isVariableValue() function
DStylePropertySet.cpp696 if (!propertyValue()->isVariableValue()) in cssName()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp1187 ASSERT_WITH_SECURITY_IMPLICATION(value->isVariableValue()); in applyProperty()