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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
HTMLInterchange.h 39 #define AppleTabSpanClass "Apple-tab-span"
htmlediting.cpp 853 if (!isHTMLSpanElement(node) || toHTMLSpanElement(node)->getAttribute(classAttr) != AppleTabSpanClass)
875 spanElement->setAttribute(classAttr, AppleTabSpanClass);
    [all...]
ReplaceSelectionCommand.cpp     [all...]

Completed in 303 milliseconds