Searched refs:propertyExistsInStyle (Results 1 – 2 of 2) sorted by relevance
104 …bool propertyExistsInStyle(CSSStyleDeclaration* style) const { return style->getPropertyCSSValue(m… in propertyExistsInStyle() function in WebCore::HTMLElementEquivalent612 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()
59112 (WebCore::HTMLElementEquivalent::propertyExistsInStyle): Ditto.60998 … (WebCore::HTMLEquivalent::propertyExistsInStyle): Returns true if the property of this equivalence