Searched refs:shouldUseInputMethod (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/html/
H A DPasswordInputType.cpp65 bool PasswordInputType::shouldUseInputMethod() const function in class:WebCore::PasswordInputType
H A DPasswordInputType.h47 virtual bool shouldUseInputMethod() const override;
H A DHTMLTextAreaElement.h114 virtual bool shouldUseInputMethod() override;
H A DTextFieldInputType.h92 virtual bool shouldUseInputMethod() const override;
H A DHTMLInputElement.h355 virtual bool shouldUseInputMethod() override final;
H A DInputType.h204 virtual bool shouldUseInputMethod() const;
H A DHTMLTextAreaElement.cpp508 bool HTMLTextAreaElement::shouldUseInputMethod() function in class:WebCore::HTMLTextAreaElement
H A DTextFieldInputType.cpp351 bool TextFieldInputType::shouldUseInputMethod() const function in class:WebCore::TextFieldInputType
H A DInputType.cpp569 bool InputType::shouldUseInputMethod() const function in class:WebCore::InputType
H A DHTMLInputElement.cpp420 bool HTMLInputElement::shouldUseInputMethod() function in class:WebCore::HTMLInputElement
422 return m_inputType->shouldUseInputMethod();
/macosx-10.10/WebCore-7600.1.25/page/
H A DFocusController.cpp613 m_page.editorClient()->setInputMethodState(element->shouldUseInputMethod());
633 m_page.editorClient()->setInputMethodState(element->shouldUseInputMethod());
/macosx-10.10/WebCore-7600.1.25/dom/
H A DElement.h349 virtual bool shouldUseInputMethod();
H A DElement.cpp222 bool Element::shouldUseInputMethod() function in class:WebCore::Element

Completed in 105 milliseconds