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

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

Completed in 2317 milliseconds