Home
last modified time | relevance | path

Searched refs:shouldUseInputMethod (Results 1 – 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/html/
DPasswordInputType.cpp62 bool PasswordInputType::shouldUseInputMethod() const in shouldUseInputMethod() function in WebCore::PasswordInputType
DPasswordInputType.h47 virtual bool shouldUseInputMethod() const;
DTextFieldInputType.h54 virtual bool shouldUseInputMethod() const;
DTextFieldInputType.cpp117 bool TextFieldInputType::shouldUseInputMethod() const in shouldUseInputMethod() function in WebCore::TextFieldInputType
DHTMLTextAreaElement.h104 virtual bool shouldUseInputMethod() const;
DInputType.h184 virtual bool shouldUseInputMethod() const;
DHTMLInputElement.h224 virtual bool shouldUseInputMethod() const;
DHTMLTextAreaElement.cpp433 bool HTMLTextAreaElement::shouldUseInputMethod() const in shouldUseInputMethod() function in WebCore::HTMLTextAreaElement
DInputType.cpp413 bool InputType::shouldUseInputMethod() const in shouldUseInputMethod() function in WebCore::InputType
DHTMLInputElement.cpp415 bool HTMLInputElement::shouldUseInputMethod() const in shouldUseInputMethod() function in WebCore::HTMLInputElement
417 return m_inputType->shouldUseInputMethod(); in shouldUseInputMethod()
/external/webkit/Source/WebCore/wml/
DWMLInputElement.h48 virtual bool shouldUseInputMethod() const { return !m_isPasswordField; } in shouldUseInputMethod() function
/external/webkit/Source/WebCore/page/
DFocusController.cpp386 m_page->editorClient()->setInputMethodState(node->shouldUseInputMethod()); in setFocusedNode()
404 m_page->editorClient()->setInputMethodState(node->shouldUseInputMethod()); in setFocusedNode()
/external/webkit/Source/WebCore/dom/
DNode.h341 virtual bool shouldUseInputMethod() const;
DNode.cpp798 bool Node::shouldUseInputMethod() const in shouldUseInputMethod() function in WebCore::Node
/external/webkit/Source/WebKit/chromium/src/
DWebViewImpl.cpp1404 else if (node->shouldUseInputMethod()) in textInputType()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1633820 (WebCore::HTMLInputElement::shouldUseInputMethod): Call
33821 InputType::shouldUseInputMethod; moved the type-specific logic there.
33991 (WebCore::InputType::shouldUseInputMethod): Added.
34058 (WebCore::PasswordInputType::shouldUseInputMethod): Added.
34105 (WebCore::TextFieldInputType::shouldUseInputMethod): Added.
DChangeLog-2007-10-149020 Also added new virtual method Node::shouldUseInputMethod to allow us to trivially check
9026 (WebCore::Node::shouldUseInputMethod):
9029 (WebCore::HTMLInputElement::shouldUseInputMethod):
9032 (WebCore::HTMLTextAreaElement::shouldUseInputMethod):
DChangeLog-2010-05-2418012 In HTMLInputElement.cpp, shouldUseInputMethod does not return true for
18014 this by changing shouldUseInputMethod to use internal methods to
18022 (WebCore::HTMLInputElement::shouldUseInputMethod):
DChangeLog29867 (WebCore::Node::shouldUseInputMethod):
37579 (WebCore::Node::shouldUseInputMethod):
DChangeLog-2009-06-1651821 (WebCore::WMLInputElement::shouldUseInputMethod):
DChangeLog-2010-12-0650998 (WebCore::HTMLInputElement::shouldUseInputMethod): Ditto.