Searched defs:supportsInputModeAttribute (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DTextInputType.cpp69 bool TextInputType::supportsInputModeAttribute() const function in class:blink::TextInputType
H A DSearchInputType.cpp177 bool SearchInputType::supportsInputModeAttribute() const function in class:blink::SearchInputType
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.cpp1768 bool HTMLInputElement::supportsInputModeAttribute() const function in class:blink::HTMLInputElement
1770 return m_inputType->supportsInputModeAttribute();

Completed in 212 milliseconds