Searched refs:supportsInputModeAttribute (Results 1 – 9 of 9) sorted by relevance
47 virtual bool supportsInputModeAttribute() const OVERRIDE;
69 bool TextInputType::supportsInputModeAttribute() const in supportsInputModeAttribute() function in WebCore::TextInputType
59 virtual bool supportsInputModeAttribute() const OVERRIDE;
182 bool SearchInputType::supportsInputModeAttribute() const in supportsInputModeAttribute() function in WebCore::SearchInputType
218 virtual bool supportsInputModeAttribute() const;
791 bool InputType::supportsInputModeAttribute() const in supportsInputModeAttribute() function in WebCore::InputType
281 bool supportsInputModeAttribute() const;
1869 bool HTMLInputElement::supportsInputModeAttribute() const in supportsInputModeAttribute() function in WebCore::HTMLInputElement1871 return m_inputType->supportsInputModeAttribute(); in supportsInputModeAttribute()
2276 if (input->supportsInputModeAttribute()) in inputModeOfFocusedElement()