Searched defs:shouldUseInputMethod (Results 1 – 7 of 7) sorted by relevance
62 bool PasswordInputType::shouldUseInputMethod() const in shouldUseInputMethod() function in WebCore::PasswordInputType
117 bool TextFieldInputType::shouldUseInputMethod() const in shouldUseInputMethod() function in WebCore::TextFieldInputType
433 bool HTMLTextAreaElement::shouldUseInputMethod() const in shouldUseInputMethod() function in WebCore::HTMLTextAreaElement
413 bool InputType::shouldUseInputMethod() const in shouldUseInputMethod() function in WebCore::InputType
415 bool HTMLInputElement::shouldUseInputMethod() const in shouldUseInputMethod() function in WebCore::HTMLInputElement
48 virtual bool shouldUseInputMethod() const { return !m_isPasswordField; } in shouldUseInputMethod() function
798 bool Node::shouldUseInputMethod() const in shouldUseInputMethod() function in WebCore::Node