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

/external/webkit/Source/WebCore/wml/
H A DWMLFormControlElement.h36 virtual bool isFormControlElement() const { return true; } function in class:WebCore::WMLFormControlElement
/external/webkit/Source/WebCore/html/
H A DHTMLObjectElement.h50 virtual bool isFormControlElement() const { return false; } function in class:WebCore::HTMLObjectElement
H A DHTMLFormControlElement.h140 virtual bool isFormControlElement() const { return true; } function in class:WebCore::HTMLFormControlElement
/external/webkit/Source/WebKit/chromium/src/
H A DWebElement.cpp45 bool WebElement::isFormControlElement() const function in class:WebKit::WebElement
47 return constUnwrap<Element>()->isFormControlElement();
/external/webkit/Source/WebCore/dom/
H A DElement.h310 virtual bool isFormControlElement() const { return false; } function in class:WebCore::Element

Completed in 195 milliseconds