Searched refs:shouldUseInputMethod (Results 1 – 15 of 15) sorted by relevance
52 virtual bool shouldUseInputMethod() const OVERRIDE;
117 bool PasswordInputType::shouldUseInputMethod() const in shouldUseInputMethod() function in WebCore::PasswordInputType
82 virtual bool shouldUseInputMethod() const OVERRIDE;
107 virtual bool shouldUseInputMethod() const OVERRIDE FINAL;
162 virtual bool shouldUseInputMethod() const;
487 bool BaseMultipleFieldsDateAndTimeInputType::shouldUseInputMethod() const in shouldUseInputMethod() function in WebCore::BaseMultipleFieldsDateAndTimeInputType
398 bool TextFieldInputType::shouldUseInputMethod() const in shouldUseInputMethod() function in WebCore::TextFieldInputType
491 bool InputType::shouldUseInputMethod() const in shouldUseInputMethod() function in WebCore::InputType
115 virtual bool shouldUseInputMethod();
307 virtual bool shouldUseInputMethod();
496 bool HTMLTextAreaElement::shouldUseInputMethod() in shouldUseInputMethod() function in WebCore::HTMLTextAreaElement
373 bool HTMLInputElement::shouldUseInputMethod() in shouldUseInputMethod() function in WebCore::HTMLInputElement375 return m_inputType->shouldUseInputMethod(); in shouldUseInputMethod()
451 virtual bool shouldUseInputMethod();
599 bool Node::shouldUseInputMethod() in shouldUseInputMethod() function in WebCore::Node
2259 if (element->shouldUseInputMethod()) in textInputType()