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.h 235 PassRefPtrWillBeRawPtr<HTMLSpanElement> createTabSpanElement(Document&, PassRefPtrWillBeRawPtr<Text> tabTextNode);
htmlediting.cpp 871 RefPtrWillBeRawPtr<Text> tabTextNode = prpTabTextNode;
879 if (!tabTextNode)
880 tabTextNode = document.createEditingTextNode("\t");
882 spanElement->appendChild(tabTextNode.release());
    [all...]

Completed in 1325 milliseconds