Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFormElement.h78 void setDemoted(bool);
DHTMLFormElement.cpp822 void HTMLFormElement::setDemoted(bool demoted) in setDemoted() function in WebCore::HTMLFormElement
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLConstructionSite.cpp601 m_form->setDemoted(isDemoted); in insertHTMLFormElement()