Searched refs:AppleTabSpanClass (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/editing/
H A DHTMLInterchange.h39 #define AppleTabSpanClass "Apple-tab-span" macro
H A Dhtmlediting.cpp909 return node && node->hasTagName(spanTag) && node->isElementNode() && static_cast<const Element *>(node)->getAttribute(classAttr) == AppleTabSpanClass;
942 spanElement->setAttribute(classAttr, AppleTabSpanClass);
H A DReplaceSelectionCommand.cpp882 if (classAttributeValue == AppleTabSpanClass

Completed in 175 milliseconds