Searched defs:insertHTMLElement (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DInputMethodControllerTest.cpp25 Element* insertHTMLElement(const char* elementCode, const char* elementId);
41 Element* InputMethodControllerTest::insertHTMLElement( function in class:__anon11063::InputMethodControllerTest
54 insertHTMLElement("<input id='sample'>", "sample"));
95 Element* div = insertHTMLElement(
115 Element* div = insertHTMLElement(
133 insertHTMLElement("<div id='sample' contenteditable='true'>test</div>", "sample");
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLConstructionSite.cpp625 void HTMLConstructionSite::insertHTMLElement(AtomicHTMLToken* token) function in class:HTMLConstructionSite
648 insertHTMLElement(token);

Completed in 97 milliseconds