HomeSort by relevance Sort by last modified time
    Searched refs:isStyleSpanOrSpanWithOnlyStyleAttribute (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.h 139 bool isStyleSpanOrSpanWithOnlyStyleAttribute(const Element*);
ApplyStyleCommand.cpp 94 bool isStyleSpanOrSpanWithOnlyStyleAttribute(const Element* element)
436 while (node && (!node->isElementNode() || !isStyleSpanOrSpanWithOnlyStyleAttribute(toElement(node))))
    [all...]
EditingStyle.cpp     [all...]
ReplaceSelectionCommand.cpp 534 if (isStyleSpanOrSpanWithOnlyStyleAttribute(element) || isEmptyFontTag(element, AllowNonEmptyStyleAttribute)) {
    [all...]

Completed in 245 milliseconds