Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DTextInputType.h47 virtual bool supportsInputModeAttribute() const OVERRIDE;
DTextInputType.cpp69 bool TextInputType::supportsInputModeAttribute() const in supportsInputModeAttribute() function in WebCore::TextInputType
DSearchInputType.h59 virtual bool supportsInputModeAttribute() const OVERRIDE;
DSearchInputType.cpp182 bool SearchInputType::supportsInputModeAttribute() const in supportsInputModeAttribute() function in WebCore::SearchInputType
DInputType.h218 virtual bool supportsInputModeAttribute() const;
DInputType.cpp791 bool InputType::supportsInputModeAttribute() const in supportsInputModeAttribute() function in WebCore::InputType
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLInputElement.h281 bool supportsInputModeAttribute() const;
DHTMLInputElement.cpp1869 bool HTMLInputElement::supportsInputModeAttribute() const in supportsInputModeAttribute() function in WebCore::HTMLInputElement
1871 return m_inputType->supportsInputModeAttribute(); in supportsInputModeAttribute()
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp2276 if (input->supportsInputModeAttribute()) in inputModeOfFocusedElement()