Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSProperty.h58 … isSetFromShorthand, indexInShorthandsVector, important, implicit, isInheritedProperty(propertyID)) in m_metadata()
82 static bool isInheritedProperty(CSSPropertyID);
DCSSProperty.cpp259 bool CSSProperty::isInheritedProperty(CSSPropertyID propertyID) in isInheritedProperty() function in WebCore::CSSProperty
DStylePropertySerializer.cpp229 if (value == "initial" && !CSSProperty::isInheritedProperty(propertyID)) in asText()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.cpp114 if (!CSSProperty::isInheritedProperty(properties[index])) { in inheritableEditingProperties()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp1183 … !state.parentStyle()->hasExplicitlyInheritedProperties() && !CSSProperty::isInheritedProperty(id)) in applyProperty()