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

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

Completed in 68 milliseconds