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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.cpp 848 RefPtrWillBeRawPtr<Node> tabTextNode = prpTabTextNode;
856 if (!tabTextNode)
857 tabTextNode = document.createEditingTextNode("\t");
859 spanElement->appendChild(tabTextNode.release());
    [all...]
htmlediting.h 223 PassRefPtrWillBeRawPtr<Element> createTabSpanElement(Document&, PassRefPtrWillBeRawPtr<Node> tabTextNode);

Completed in 126 milliseconds