Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.h123 …bool conflictsWithImplicitStyleOfElement(HTMLElement*, EditingStyle* extractedStyle = 0, ShouldExt…
DApplyStyleCommand.cpp920 …return style->conflictsWithImplicitStyleOfElement(element) || style->conflictsWithImplicitStyleOfA… in removeImplicitlyStyledElement()
924 …if (style->conflictsWithImplicitStyleOfElement(element, extractedStyle, mode == RemoveAlways ? Edi… in removeImplicitlyStyledElement()
DReplaceSelectionCommand.cpp485 if (newInlineStyle->conflictsWithImplicitStyleOfElement(htmlElement)) { in removeRedundantStylesAndKeepStyleSpanInline()
DEditingStyle.cpp809 bool EditingStyle::conflictsWithImplicitStyleOfElement(HTMLElement* element, EditingStyle* extracte… in conflictsWithImplicitStyleOfElement() function in WebCore::EditingStyle