Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DEditingStyle.cpp104 …bool propertyExistsInStyle(CSSStyleDeclaration* style) const { return style->getPropertyCSSValue(m… in propertyExistsInStyle() function in WebCore::HTMLElementEquivalent
612 if (equivalent->matches(element) && equivalent->propertyExistsInStyle(m_mutableStyle.get()) in conflictsWithImplicitStyleOfElement()
646 …eEquivalents[i]->matches(element) && HTMLAttributeEquivalents[i]->propertyExistsInStyle(m_mutableS… in conflictsWithImplicitStyleOfAttributes()
672 … if (!equivalent->matches(element) || !equivalent->propertyExistsInStyle(m_mutableStyle.get()) in extractConflictingImplicitStyleOfAttributes()
/external/webkit/Source/WebCore/
DChangeLog59112 (WebCore::HTMLElementEquivalent::propertyExistsInStyle): Ditto.
60998 … (WebCore::HTMLEquivalent::propertyExistsInStyle): Returns true if the property of this equivalence