Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLElement.h54 void insertAdjacentText(const String& where, const String& text, ExceptionState&);
DHTMLElement.idl41 …[RaisesException, MeasureAs=InsertAdjacentText] void insertAdjacentText([Default=Undefined] option…
DHTMLElement.cpp467 void HTMLElement::insertAdjacentText(const String& where, const String& text, ExceptionState& excep… in insertAdjacentText() function in WebCore::HTMLElement