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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchedPropertiesCache.cpp 164 if (parentStyle->hasExplicitlyInheritedProperties())
StyleBuilderCustom.cpp 128 if (isInherit && !state.parentStyle()->hasExplicitlyInheritedProperties() && !CSSProperty::isInheritedProperty(id))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp 191 || oldStyle->hasExplicitlyInheritedProperties()
192 || newStyle->hasExplicitlyInheritedProperties())
    [all...]
RenderStyle.h     [all...]

Completed in 46 milliseconds