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.cpp2252 static Element* contextElementForInsertion(const String& where, Element* element, ExceptionState& e… in contextElementForInsertion() function
2287 …RefPtrWillBeRawPtr<Element> contextElement = contextElementForInsertion(where, this, exceptionStat… in insertAdjacentHTML()