Home
last modified time | relevance | path

Searched refs:applyValue (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSStyleApplyProperty.h44 virtual void applyValue(CSSStyleSelector*, CSSValue*) const = 0;
64 void applyValue(CSSPropertyID property, CSSStyleSelector* selector, CSSValue* value) const in applyValue() function
67 propertyValue(property)->applyValue(selector, value); in applyValue()
DCSSStyleApplyProperty.cpp64 virtual void applyValue(CSSStyleSelector* selector, CSSValue* value) const in applyValue() function in WebCore::ApplyPropertyExpanding
67 (*e)->applyValue(selector, value); in applyValue()
78 virtual void applyValue(CSSStyleSelector*, CSSValue*) const in applyValue() function in WebCore::ApplyPropertyExpandingSuppressValue
104 virtual void applyValue(CSSStyleSelector* selector, CSSValue* value) const in applyValue() function in WebCore::ApplyPropertyDefault
138 virtual void applyValue(CSSStyleSelector* selector, CSSValue* value) const in applyValue() function in WebCore::ApplyPropertyColorBase
162 virtual void applyValue(CSSStyleSelector* selector, CSSValue* value) const in applyValue() function in WebCore::ApplyPropertyColor
170 ApplyPropertyColorBase::applyValue(selector, value); in applyValue()
184 virtual void applyValue(CSSStyleSelector* selector, CSSValue* value) const in applyValue() function in WebCore::ApplyPropertyDirection
186 ApplyPropertyDefault<TextDirection>::applyValue(selector, value); in applyValue()
245 virtual void applyValue(CSSStyleSelector* selector, CSSValue* value) const in applyValue() function in WebCore::ApplyPropertyFillLayer
DCSSStyleSelector.cpp3583 m_applyProperty.applyValue(property, this, value); in applyProperty()
/external/webkit/Source/WebCore/
DChangeLog5020 (WebCore::ApplyPropertyColor::applyValue):
7759 … avoid casting from CSSPrimitiveValue to inappropriate types in ApplyPropertyDefault::applyValue().
9350 (WebCore::ApplyPropertyColor::applyValue):
22364 ApplyPropertyExpandingSuppressValue::applyValue() shadows a virtual method
22368 (WebCore::ApplyPropertyExpandingSuppressValue::applyValue):
22772 (WebCore::ApplyPropertyExpandingSuppressValue): Expand properties but suppress applyValue.
25357 … Rename CSSStyleApplyProperty::inherit,initial,value applyInheritValue,applyInitialValue,applyValue