Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLInputElement.h93 bool isInputTypeHidden() const;
DHTMLFormControlElement.cpp198 return !toHTMLInputElement(this)->isInputTypeHidden(); in isAutofocusable()
DHTMLInputElement.cpp1560 bool HTMLInputElement::isInputTypeHidden() const in isInputTypeHidden() function in WebCore::HTMLInputElement