Searched defs:isFormControlElement (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLObjectElement.h50 virtual bool isFormControlElement() const { return false; } function in class:WebCore::FINAL
H A DHTMLFormControlElement.h138 virtual bool isFormControlElement() const { return true; } function in class:WebCore::HTMLFormControlElement
176 ASSERT_WITH_SECURITY_IMPLICATION(!node || (node->isElementNode() && toElement(node)->isFormControlElement()));
182 ASSERT_WITH_SECURITY_IMPLICATION(!control || control->isFormControlElement());
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebElement.cpp49 bool WebElement::isFormControlElement() const function in class:WebKit::WebElement
51 return constUnwrap<Element>()->isFormControlElement();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.h570 virtual bool isFormControlElement() const { return false; } function in class:WebCore::Element

Completed in 133 milliseconds