Lines Matching full:inputmethod
56 class InputMethod;
491 // Returns the InputMethod for this widget.
493 InputMethod* GetInputMethod();
494 const InputMethod* GetInputMethod() const;
699 virtual InputMethod* GetInputMethodDirect() OVERRIDE;
748 // Creates and initializes a new InputMethod and returns it, otherwise null.
749 scoped_ptr<InputMethod> CreateInputMethod();
751 // Sets a different InputMethod instance to this widget. The instance
754 void ReplaceInputMethod(InputMethod* input_method);
818 mutable scoped_ptr<InputMethod> input_method_;