Searched refs:supportsInputModeAttribute (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DTextInputType.h47 virtual bool supportsInputModeAttribute() const OVERRIDE;
H A DTextInputType.cpp69 bool TextInputType::supportsInputModeAttribute() const function in class:blink::TextInputType
H A DSearchInputType.h58 virtual bool supportsInputModeAttribute() const OVERRIDE;
H A DSearchInputType.cpp177 bool SearchInputType::supportsInputModeAttribute() const function in class:blink::SearchInputType
H A DInputType.h193 virtual bool supportsInputModeAttribute() const;
H A DInputType.cpp693 bool InputType::supportsInputModeAttribute() const function in class:blink::InputType
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.h246 bool supportsInputModeAttribute() const;
H A DHTMLInputElement.cpp1768 bool HTMLInputElement::supportsInputModeAttribute() const function in class:blink::HTMLInputElement
1770 return m_inputType->supportsInputModeAttribute();
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp2416 if (input.supportsInputModeAttribute())

Completed in 141 milliseconds