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

/external/webkit/Source/WebCore/editing/
H A DEditingStyle.cpp104 bool propertyExistsInStyle(CSSStyleDeclaration* style) const { return style->getPropertyCSSValue(m_propertyID); } function in class:WebCore::HTMLElementEquivalent
612 if (equivalent->matches(element) && equivalent->propertyExistsInStyle(m_mutableStyle.get())
646 if (HTMLAttributeEquivalents[i]->matches(element) && HTMLAttributeEquivalents[i]->propertyExistsInStyle(m_mutableStyle.get())
672 if (!equivalent->matches(element) || !equivalent->propertyExistsInStyle(m_mutableStyle.get())

Completed in 15 milliseconds