HomeSort by relevance Sort by last modified time
    Searched refs:isInheritedValue (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSInheritedValue.h 49 DEFINE_CSS_VALUE_TYPE_CASTS(CSSInheritedValue, isInheritedValue());
CSSValue.h 91 bool isInheritedValue() const { return m_classType == InheritedClass; }
StylePropertySerializer.cpp     [all...]
CSSValue.cpp 112 if (isInheritedValue())
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationInputHelpers.cpp 36 if (!value || value->isInitialValue() || value->isInheritedValue())
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp 115 if (value->isInheritedValue() && parentStyle->animations())
117 else if (value->isInheritedValue() || value->isInitialValue())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp 111 bool isInherit = state.parentNode() && value->isInheritedValue();
112 bool isInitial = value->isInitialValue() || (!state.parentNode() && value->isInheritedValue());
    [all...]
StyleResolver.cpp     [all...]

Completed in 298 milliseconds