Home
last modified time | relevance | path

Searched defs:isValidFormControlElement (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFormControlElement.cpp469 bool HTMLFormControlElement::isValidFormControlElement() in isValidFormControlElement() function in WebCore::HTMLFormControlElement
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h451 virtual bool isValidFormControlElement() { return false; } in isValidFormControlElement() function