Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.cpp168 …virtual bool propertyExistsInStyle(const StylePropertySet* style) const { return style->getPropert… in propertyExistsInStyle() function in blink::HTMLElementEquivalent
222 virtual bool propertyExistsInStyle(const StylePropertySet*) const OVERRIDE;
237 bool HTMLTextDecorationEquivalent::propertyExistsInStyle(const StylePropertySet* style) const in propertyExistsInStyle() function in blink::HTMLTextDecorationEquivalent
817 if (equivalent->matches(element) && equivalent->propertyExistsInStyle(m_mutableStyle.get()) in conflictsWithImplicitStyleOfElement()
852 …eEquivalents[i]->matches(element) && HTMLAttributeEquivalents[i]->propertyExistsInStyle(m_mutableS… in conflictsWithImplicitStyleOfAttributes()
878 … if (!equivalent->matches(element) || !equivalent->propertyExistsInStyle(m_mutableStyle.get()) in extractConflictingImplicitStyleOfAttributes()
1016 …ent->matches(element) && (!element->inlineStyle() || !equivalent->propertyExistsInStyle(element->i… in elementMatchesAndPropertyIsNotInInlineStyleDecl()
1017 && (mode == EditingStyle::OverrideValues || !equivalent->propertyExistsInStyle(style)); in elementMatchesAndPropertyIsNotInInlineStyleDecl()