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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.h 222 PassRefPtrWillBeRawPtr<Element> createTabSpanElement(Document&);
223 PassRefPtrWillBeRawPtr<Element> createTabSpanElement(Document&, PassRefPtrWillBeRawPtr<Node> tabTextNode);
224 PassRefPtrWillBeRawPtr<Element> createTabSpanElement(Document&, const String& tabText);
htmlediting.cpp 846 PassRefPtrWillBeRawPtr<Element> createTabSpanElement(Document& document, PassRefPtrWillBeRawPtr<Node> prpTabTextNode)
864 PassRefPtrWillBeRawPtr<Element> createTabSpanElement(Document& document, const String& tabText)
866 return createTabSpanElement(document, document.createTextNode(tabText));
869 PassRefPtrWillBeRawPtr<Element> createTabSpanElement(Document& document)
871 return createTabSpanElement(document, PassRefPtrWillBeRawPtr<Node>(nullptr));
    [all...]
InsertTextCommand.cpp 246 RefPtrWillBeRawPtr<Element> spanNode = createTabSpanElement(document());
markup.cpp     [all...]

Completed in 238 milliseconds