Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DApplyStyleCommand.cpp77 static bool hasNoAttributeOrOnlyStyleAttribute(const HTMLElement* element, ShouldStyleAttributeBeEm… in hasNoAttributeOrOnlyStyleAttribute() function
98 …return hasNoAttributeOrOnlyStyleAttribute(toHTMLSpanElement(element), AllowNonEmptyStyleAttribute); in isStyleSpanOrSpanWithOnlyStyleAttribute()
105 return hasNoAttributeOrOnlyStyleAttribute(toHTMLSpanElement(node), StyleAttributeShouldBeEmpty); in isSpanWithoutAttributesOrUnstyledStyleSpan()
113 …return hasNoAttributeOrOnlyStyleAttribute(toHTMLFontElement(element), shouldStyleAttributeBeEmpty); in isEmptyFontTag()
942 if (hasNoAttributeOrOnlyStyleAttribute(elem, StyleAttributeShouldBeEmpty)) in replaceWithSpanOrRemoveIfWithoutAttributes()