insertAdjacent   2343 Source/core/dom/Element.cpp     Node* returnValue = insertAdjacent(where, newChild, exceptionState);
insertAdjacent   2350 Source/core/dom/Element.cpp     insertAdjacent(where, textNode.get(), exceptionState);
insertAdjacent   2362 Source/core/dom/Element.cpp     insertAdjacent(where, fragment.get(), exceptionState);
insertAdjacent    556 Source/core/dom/Element.h     Node* insertAdjacent(const String& where, Node* newChild, ExceptionState&);