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(Element* element) const { return conflictsWithInlineStyleOf… in conflictsWithInlineStyleOfElement() function
114 …bool conflictsWithInlineStyleOfElement(Element* element, EditingStyle* extractedStyle, Vector<CSSP… in conflictsWithInlineStyleOfElement() function
DEditingStyle.cpp730 bool EditingStyle::conflictsWithInlineStyleOfElement(Element* element, EditingStyle* extractedStyle… in conflictsWithInlineStyleOfElement() function in WebCore::EditingStyle