Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.h113 …bool conflictsWithInlineStyleOfElement(HTMLElement* element) const { return conflictsWithInlineSty… in conflictsWithInlineStyleOfElement() function
114 …bool conflictsWithInlineStyleOfElement(HTMLElement* element, EditingStyle* extractedStyle, Vector<… in conflictsWithInlineStyleOfElement() function
116 return conflictsWithInlineStyleOfElement(element, extractedStyle, &conflictingProperties); in conflictsWithInlineStyleOfElement()
159 …bool conflictsWithInlineStyleOfElement(HTMLElement*, EditingStyle* extractedStyle, Vector<CSSPrope…
DApplyStyleCommand.cpp983 return style->conflictsWithInlineStyleOfElement(element); in removeCSSStyle()
986 if (!style->conflictsWithInlineStyleOfElement(element, extractedStyle, properties)) in removeCSSStyle()
DEditingStyle.cpp736 bool EditingStyle::conflictsWithInlineStyleOfElement(HTMLElement* element, EditingStyle* extractedS… in conflictsWithInlineStyleOfElement() function in blink::EditingStyle