HomeSort by relevance Sort by last modified time
    Searched defs:applyInheritValue (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/css/
CSSStyleApplyProperty.h 42 virtual void applyInheritValue(CSSStyleSelector*) const = 0;
52 void applyInheritValue(CSSPropertyID property, CSSStyleSelector* selector) const
55 propertyValue(property)->applyInheritValue(selector);
CSSStyleApplyProperty.cpp 52 virtual void applyInheritValue(CSSStyleSelector* selector) const
55 (*e)->applyInheritValue(selector);
94 virtual void applyInheritValue(CSSStyleSelector* selector) const
125 virtual void applyInheritValue(CSSStyleSelector* selector) const
168 applyInheritValue(selector);
213 virtual void applyInheritValue(CSSStyleSelector* selector) const

Completed in 28 milliseconds