Home
last modified time | relevance | path

Searched defs:isSearchField (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/html/
DSearchInputType.cpp53 bool SearchInputType::isSearchField() const in isSearchField() function in WebCore::SearchInputType
DInputType.cpp575 bool InputType::isSearchField() const in isSearchField() function in WebCore::InputType
DHTMLInputElement.cpp1499 bool HTMLInputElement::isSearchField() const in isSearchField() function in WebCore::HTMLInputElement
/external/webkit/Source/WebCore/wml/
DWMLInputElement.h56 virtual bool isSearchField() const { return false; } in isSearchField() function