Searched refs:isSearchField (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DSearchInputType.h54 virtual bool isSearchField() const OVERRIDE;
H A DSearchInputType.cpp80 bool SearchInputType::isSearchField() const function in class:WebCore::SearchInputType
H A DInputType.h91 virtual bool isSearchField() const;
H A DInputType.cpp626 bool InputType::isSearchField() const function in class:WebCore::InputType
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderSearchField.cpp42 ASSERT(element->isSearchField());
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.cpp1154 if (isSearchField())
1389 ASSERT(isSearchField());
1542 bool HTMLInputElement::isSearchField() const function in class:WebCore::HTMLInputElement
1544 return m_inputType->isSearchField();
H A DHTMLInputElement.h92 bool isSearchField() const;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp2169 if (input.isSearchField())

Completed in 117 milliseconds