Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLElement.cpp463 Node* returnValue = insertAdjacent(where, newChild, exceptionState); in insertAdjacentElement()
470 insertAdjacent(where, textNode.get(), exceptionState); in insertAdjacentText()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h572 Node* insertAdjacent(const String& where, Node* newChild, ExceptionState&);
DElement.cpp2309 Node* Element::insertAdjacent(const String& where, Node* newChild, ExceptionState& exceptionState) in insertAdjacent() function in WebCore::Element
2369 insertAdjacent(where, fragment.get(), exceptionState); in insertAdjacentHTML()