Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DEditingStyle.cpp105 virtual bool valueIsPresentInStyle(Element*, CSSStyleDeclaration*) const;
137 bool HTMLElementEquivalent::valueIsPresentInStyle(Element* element, CSSStyleDeclaration* style) con… in valueIsPresentInStyle() function in WebCore::HTMLElementEquivalent
154 virtual bool valueIsPresentInStyle(Element*, CSSStyleDeclaration*) const;
165 bool HTMLTextDecorationEquivalent::valueIsPresentInStyle(Element* element, CSSStyleDeclaration* sty… in valueIsPresentInStyle() function in WebCore::HTMLTextDecorationEquivalent
184 virtual bool valueIsPresentInStyle(Element*, CSSStyleDeclaration*) const;
207 bool HTMLAttributeEquivalent::valueIsPresentInStyle(Element* element, CSSStyleDeclaration* style) c… in valueIsPresentInStyle() function in WebCore::HTMLAttributeEquivalent
613 …houldExtractMatchingStyle == ExtractMatchingStyle || !equivalent->valueIsPresentInStyle(element, m… in conflictsWithImplicitStyleOfElement()
647 && !HTMLAttributeEquivalents[i]->valueIsPresentInStyle(element, m_mutableStyle.get())) in conflictsWithImplicitStyleOfAttributes()
673 …dExtractMatchingStyle == DoNotExtractMatchingStyle && equivalent->valueIsPresentInStyle(element, m… in extractConflictingImplicitStyleOfAttributes()
/external/webkit/Source/WebCore/
DChangeLog59114 (WebCore::HTMLElementEquivalent::valueIsPresentInStyle): Ditto.
59118 (WebCore::HTMLTextDecorationEquivalent::valueIsPresentInStyle): Ditto.
59124 (WebCore::HTMLAttributeEquivalent::valueIsPresentInStyle): Ditto.
61002 … (WebCore::HTMLEquivalent::valueIsPresentInStyle): Returns true if the specified style has the
61008 (WebCore::HTMLEquivalentValueList::valueIsPresentInStyle): Added.
61014 (WebCore::HTMLEquivalentAttribute::valueIsPresentInStyle): Added.