Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.cpp169 virtual bool valueIsPresentInStyle(HTMLElement*, StylePropertySet*) const;
205 bool HTMLElementEquivalent::valueIsPresentInStyle(HTMLElement* element, StylePropertySet* style) co… in valueIsPresentInStyle() function in blink::HTMLElementEquivalent
223 virtual bool valueIsPresentInStyle(HTMLElement*, StylePropertySet*) const OVERRIDE;
243 bool HTMLTextDecorationEquivalent::valueIsPresentInStyle(HTMLElement* element, StylePropertySet* st… in valueIsPresentInStyle() function in blink::HTMLTextDecorationEquivalent
264 virtual bool valueIsPresentInStyle(HTMLElement*, StylePropertySet*) const OVERRIDE;
289 bool HTMLAttributeEquivalent::valueIsPresentInStyle(HTMLElement* element, StylePropertySet* style) … in valueIsPresentInStyle() function in blink::HTMLAttributeEquivalent
818 …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()