Searched defs:isSearchField (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/html/ | ||
D | SearchInputType.cpp | 53 bool SearchInputType::isSearchField() const in isSearchField() function in WebCore::SearchInputType |
D | InputType.cpp | 575 bool InputType::isSearchField() const in isSearchField() function in WebCore::InputType |
D | HTMLInputElement.cpp | 1499 bool HTMLInputElement::isSearchField() const in isSearchField() function in WebCore::HTMLInputElement |
/external/webkit/Source/WebCore/wml/ | ||
D | WMLInputElement.h | 56 virtual bool isSearchField() const { return false; } in isSearchField() function |