Searched refs:isInputTypeHidden (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/wml/
H A DWMLInputElement.h57 virtual bool isInputTypeHidden() const { return false; } function in class:WebCore::WMLInputElement
/external/webkit/Source/WebCore/dom/
H A DInputElement.h42 virtual bool isInputTypeHidden() const = 0;
/external/webkit/Source/WebCore/html/
H A DHTMLInputElement.h88 virtual bool isInputTypeHidden() const;
H A DHTMLFormControlElement.cpp137 return !static_cast<HTMLInputElement*>(element)->isInputTypeHidden();
H A DHTMLInputElement.cpp1504 bool HTMLInputElement::isInputTypeHidden() const function in class:WebCore::HTMLInputElement

Completed in 90 milliseconds