Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DApplyStyleCommand.cpp77 …StyleAttribute(const HTMLElement* element, ShouldStyleAttributeBeEmpty shouldStyleAttributeBeEmpty) in hasNoAttributeOrOnlyStyleAttribute() argument
86 …if (element->hasAttribute(styleAttr) && (shouldStyleAttributeBeEmpty == AllowNonEmptyStyleAttribute in hasNoAttributeOrOnlyStyleAttribute()
108 bool isEmptyFontTag(const Element* element, ShouldStyleAttributeBeEmpty shouldStyleAttributeBeEmpty) in isEmptyFontTag() argument
113 …return hasNoAttributeOrOnlyStyleAttribute(toHTMLFontElement(element), shouldStyleAttributeBeEmpty); in isEmptyFontTag()