Searched refs:propertyExistsInStyle (Results 1 – 1 of 1) sorted by relevance
168 …virtual bool propertyExistsInStyle(const StylePropertySet* style) const { return style->getPropert… in propertyExistsInStyle() function in blink::HTMLElementEquivalent222 virtual bool propertyExistsInStyle(const StylePropertySet*) const OVERRIDE;237 bool HTMLTextDecorationEquivalent::propertyExistsInStyle(const StylePropertySet* style) const in propertyExistsInStyle() function in blink::HTMLTextDecorationEquivalent817 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()