Home
last modified time | relevance | path

Searched refs:attributeValueAsCSSValue (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
DEditingStyle.cpp186 virtual PassRefPtr<CSSValue> attributeValueAsCSSValue(Element*) const;
209 RefPtr<CSSValue> value = attributeValueAsCSSValue(element); in valueIsPresentInStyle()
219 if (RefPtr<CSSValue> value = attributeValueAsCSSValue(element)) in addToStyle()
223 PassRefPtr<CSSValue> HTMLAttributeEquivalent::attributeValueAsCSSValue(Element* element) const in attributeValueAsCSSValue() function in WebCore::HTMLAttributeEquivalent
241 virtual PassRefPtr<CSSValue> attributeValueAsCSSValue(Element*) const;
252 PassRefPtr<CSSValue> HTMLFontSizeEquivalent::attributeValueAsCSSValue(Element* element) const in attributeValueAsCSSValue() function in WebCore::HTMLFontSizeEquivalent
/external/webkit/Source/WebCore/
DChangeLog59126 (WebCore::HTMLAttributeEquivalent::attributeValueAsCSSValue): Ditto.
59129 (WebCore::HTMLFontSizeEquivalent::attributeValueAsCSSValue): Ditto.
61016 (WebCore::HTMLEquivalentAttribute::attributeValueAsCSSValue): Added.
61019 (WebCore::HTMLEquivalentFontSizeAttribute::attributeValueAsCSSValue): Added.