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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSProperty.h 59 : m_metadata(propertyID, isSetFromShorthand, indexInShorthandsVector, important, implicit, isInheritedProperty(propertyID))
81 static bool isInheritedProperty(CSSPropertyID);
CSSProperty.cpp 259 bool CSSProperty::isInheritedProperty(CSSPropertyID propertyID)
StylePropertySerializer.cpp 231 if (value == "initial" && !CSSProperty::isInheritedProperty(propertyID))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp 128 if (isInherit && !state.parentStyle()->hasExplicitlyInheritedProperties() && !CSSProperty::isInheritedProperty(id))
    [all...]
StyleResolver.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp 114 if (!CSSProperty::isInheritedProperty(properties[index])) {
    [all...]

Completed in 505 milliseconds