Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DApplyStyleCommand.h137 bool isEmptyFontTag(const Element*, ShouldStyleAttributeBeEmpty = StyleAttributeShouldBeEmpty);
DApplyStyleCommand.cpp108 bool isEmptyFontTag(const Element* element, ShouldStyleAttributeBeEmpty shouldStyleAttributeBeEmpty) in isEmptyFontTag() function
971 if (isEmptyFontTag(element) || isSpanWithoutAttributesOrUnstyledStyleSpan(element)) in removeImplicitlyStyledElement()
DReplaceSelectionCommand.cpp534 …if (isStyleSpanOrSpanWithOnlyStyleAttribute(element) || isEmptyFontTag(element, AllowNonEmptyStyle… in removeRedundantStylesAndKeepStyleSpanInline()