Home
last modified time | relevance | path

Searched defs:conflictsWithInlineStyleOfElement (Results 1 – 2 of 2) 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
DEditingStyle.cpp736 bool EditingStyle::conflictsWithInlineStyleOfElement(HTMLElement* element, EditingStyle* extractedS… in conflictsWithInlineStyleOfElement() function in blink::EditingStyle