Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLConstructionSite.h160 void insertHTMLHtmlStartTagInBody(AtomicHTMLToken*);
DHTMLConstructionSite.cpp421 void HTMLConstructionSite::insertHTMLHtmlStartTagInBody(AtomicHTMLToken* token) in insertHTMLHtmlStartTagInBody() function in blink::HTMLConstructionSite
DHTMLTreeBuilder.cpp1446 m_tree.insertHTMLHtmlStartTagInBody(token); in processHtmlStartTagForInBody()