Searched defs:shouldUseInputMethod (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DPasswordInputType.cpp62 bool PasswordInputType::shouldUseInputMethod() const function in class:WebCore::PasswordInputType
H A DTextFieldInputType.cpp117 bool TextFieldInputType::shouldUseInputMethod() const function in class:WebCore::TextFieldInputType
H A DHTMLTextAreaElement.cpp433 bool HTMLTextAreaElement::shouldUseInputMethod() const function in class:WebCore::HTMLTextAreaElement
H A DInputType.cpp413 bool InputType::shouldUseInputMethod() const function in class:WebCore::InputType
H A DHTMLInputElement.cpp415 bool HTMLInputElement::shouldUseInputMethod() const function in class:WebCore::HTMLInputElement
417 return m_inputType->shouldUseInputMethod();
/external/webkit/Source/WebCore/wml/
H A DWMLInputElement.h48 virtual bool shouldUseInputMethod() const { return !m_isPasswordField; } function in class:WebCore::WMLInputElement
/external/webkit/Source/WebCore/dom/
H A DNode.cpp798 bool Node::shouldUseInputMethod() const function in class:WebCore::Node

Completed in 1587 milliseconds