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

  /external/webkit/Source/WebCore/editing/
HTMLInterchange.h 39 #define AppleTabSpanClass "Apple-tab-span"
htmlediting.cpp 875 return node && node->hasTagName(spanTag) && node->isElementNode() && static_cast<const Element *>(node)->getAttribute(classAttr) == AppleTabSpanClass;
916 spanElement->setAttribute(classAttr, AppleTabSpanClass);
    [all...]
ReplaceSelectionCommand.cpp     [all...]

Completed in 222 milliseconds