Searched refs:valueIsPresentInStyle (Results 1 – 1 of 1) sorted by relevance
169 virtual bool valueIsPresentInStyle(HTMLElement*, StylePropertySet*) const;205 bool HTMLElementEquivalent::valueIsPresentInStyle(HTMLElement* element, StylePropertySet* style) co… in valueIsPresentInStyle() function in blink::HTMLElementEquivalent223 virtual bool valueIsPresentInStyle(HTMLElement*, StylePropertySet*) const OVERRIDE;243 bool HTMLTextDecorationEquivalent::valueIsPresentInStyle(HTMLElement* element, StylePropertySet* st… in valueIsPresentInStyle() function in blink::HTMLTextDecorationEquivalent264 virtual bool valueIsPresentInStyle(HTMLElement*, StylePropertySet*) const OVERRIDE;289 bool HTMLAttributeEquivalent::valueIsPresentInStyle(HTMLElement* element, StylePropertySet* style) … in valueIsPresentInStyle() function in blink::HTMLAttributeEquivalent818 …houldExtractMatchingStyle == ExtractMatchingStyle || !equivalent->valueIsPresentInStyle(element, m… in conflictsWithImplicitStyleOfElement()853 && !HTMLAttributeEquivalents[i]->valueIsPresentInStyle(element, m_mutableStyle.get())) in conflictsWithImplicitStyleOfAttributes()879 …dExtractMatchingStyle == DoNotExtractMatchingStyle && equivalent->valueIsPresentInStyle(element, m… in extractConflictingImplicitStyleOfAttributes()