Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLConstructionSite.h146 void insertHTMLFormElement(AtomicHTMLToken*, bool isDemoted = false);
DHTMLConstructionSite.cpp609 void HTMLConstructionSite::insertHTMLFormElement(AtomicHTMLToken* token, bool isDemoted) in insertHTMLFormElement() function in WebCore::HTMLConstructionSite
DHTMLTreeBuilder.cpp696 m_tree.insertHTMLFormElement(token); in processStartTagForInBody()
1041 m_tree.insertHTMLFormElement(token, true); in processStartTagForInTable()