Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DEditingStyle.h114 …bool conflictsWithImplicitStyleOfElement(HTMLElement*, EditingStyle* extractedStyle = 0, ShouldExt…
DApplyStyleCommand.cpp866 …return style->conflictsWithImplicitStyleOfElement(element) || style->conflictsWithImplicitStyleOfA… in removeImplicitlyStyledElement()
870 …if (style->conflictsWithImplicitStyleOfElement(element, extractedStyle, mode == RemoveAlways ? Edi… in removeImplicitlyStyledElement()
DEditingStyle.cpp592 bool EditingStyle::conflictsWithImplicitStyleOfElement(HTMLElement* element, EditingStyle* extracte… in conflictsWithImplicitStyleOfElement() function in WebCore::EditingStyle
/external/webkit/Source/WebCore/
DChangeLog57403 (WebCore::EditingStyle::conflictsWithImplicitStyleOfElement): Ditto.
59100 as conflictsWithImplicitStyleOfElement, conflictsWithImplicitStyleOfAttributes,
59130 (WebCore::EditingStyle::conflictsWithImplicitStyleOfElement): Added.