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 867 return node && node->hasTagName(spanTag) && node->isElementNode() && toElement(node)->getAttribute(classAttr) == AppleTabSpanClass;
900 spanElement->setAttribute(classAttr, AppleTabSpanClass);
    [all...]
ReplaceSelectionCommand.cpp     [all...]

Completed in 558 milliseconds