OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isvariablevalue
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSVariableValue.h
62
DEFINE_CSS_VALUE_TYPE_CASTS(CSSVariableValue,
isVariableValue
());
CSSProperty.h
61
ASSERT((propertyID == CSSPropertyVariable) == (m_value && m_value->
isVariableValue
()));
69
ASSERT((metadata.m_propertyID == CSSPropertyVariable) == (m_value && m_value->
isVariableValue
()));
CSSValue.h
103
bool
isVariableValue
() const { return m_classType == VariableClass; }
StylePropertySet.cpp
696
if (!propertyValue()->
isVariableValue
())
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp
[
all
...]
Completed in 71 milliseconds