Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DHTMLInterchange.h39 #define AppleTabSpanClass "Apple-tab-span" macro
Dhtmlediting.cpp875 …sElementNode() && static_cast<const Element *>(node)->getAttribute(classAttr) == AppleTabSpanClass; in isTabSpanNode()
916 spanElement->setAttribute(classAttr, AppleTabSpanClass); in createTabSpanElement()
DReplaceSelectionCommand.cpp794 || classAttributeValue == AppleTabSpanClass in isInlineNodeWithStyle()