Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DApplyStyleCommand.h136 enum ShouldStyleAttributeBeEmpty { AllowNonEmptyStyleAttribute, StyleAttributeShouldBeEmpty }; enumerator
DApplyStyleCommand.cpp86 …if (element->hasAttribute(styleAttr) && (shouldStyleAttributeBeEmpty == AllowNonEmptyStyleAttribute in hasNoAttributeOrOnlyStyleAttribute()
98 …return hasNoAttributeOrOnlyStyleAttribute(toHTMLSpanElement(element), AllowNonEmptyStyleAttribute); in isStyleSpanOrSpanWithOnlyStyleAttribute()
DReplaceSelectionCommand.cpp534 …panOrSpanWithOnlyStyleAttribute(element) || isEmptyFontTag(element, AllowNonEmptyStyleAttribute)) { in removeRedundantStylesAndKeepStyleSpanInline()