propertyExistsInStyle 213 Source/core/editing/EditingStyle.cpp virtual bool propertyExistsInStyle(const StylePropertySet*) const OVERRIDE; propertyExistsInStyle 802 Source/core/editing/EditingStyle.cpp if (equivalent->matches(element) && equivalent->propertyExistsInStyle(m_mutableStyle.get()) propertyExistsInStyle 838 Source/core/editing/EditingStyle.cpp if (HTMLAttributeEquivalents[i]->matches(element) && HTMLAttributeEquivalents[i]->propertyExistsInStyle(m_mutableStyle.get()) propertyExistsInStyle 864 Source/core/editing/EditingStyle.cpp if (!equivalent->matches(element) || !equivalent->propertyExistsInStyle(m_mutableStyle.get()) propertyExistsInStyle 1001 Source/core/editing/EditingStyle.cpp return equivalent->matches(element) && (!element->inlineStyle() || !equivalent->propertyExistsInStyle(element->inlineStyle())) propertyExistsInStyle 1002 Source/core/editing/EditingStyle.cpp && (mode == EditingStyle::OverrideValues || !equivalent->propertyExistsInStyle(style));