Searched defs:valueIsPresentInStyle (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DEditingStyle.cpp105 virtual bool valueIsPresentInStyle(Element*, CSSStyleDeclaration*) const;
137 bool HTMLElementEquivalent::valueIsPresentInStyle(Element* element, CSSStyleDeclaration* style) const function in class:WebCore::HTMLElementEquivalent
154 virtual bool valueIsPresentInStyle(Element*, CSSStyleDeclaration*) const;
165 bool HTMLTextDecorationEquivalent::valueIsPresentInStyle(Element* element, CSSStyleDeclaration* style) const function in class:WebCore::HTMLTextDecorationEquivalent
184 virtual bool valueIsPresentInStyle(Element*, CSSStyleDeclaration*) const;
207 bool HTMLAttributeEquivalent::valueIsPresentInStyle(Element* element, CSSStyleDeclaration* style) const function in class:WebCore::HTMLAttributeEquivalent
613 && (shouldExtractMatchingStyle == ExtractMatchingStyle || !equivalent->valueIsPresentInStyle(element, m_mutableStyle.get()))) {
647 && !HTMLAttributeEquivalents[i]->valueIsPresentInStyle(element, m_mutableStyle.get()))
673 || (shouldExtractMatchingStyle == DoNotExtractMatchingStyle && equivalent->valueIsPresentInStyle(element, m_mutableStyle.get())))

Completed in 19 milliseconds