Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp2344 static Element* contextElementForInsertion(const String& where, Element* element, ExceptionState& e… in contextElementForInsertion() function
2362 RefPtr<Element> contextElement = contextElementForInsertion(where, this, exceptionState); in insertAdjacentHTML()