Lines Matching full:inputmethod
427 // for toplevel so that InputMethod can remove itself from
715 InputMethod* Widget::GetInputMethod() {
716 return const_cast<InputMethod*>(
720 const InputMethod* Widget::GetInputMethod() const {
1223 InputMethod* Widget::GetInputMethodDirect() {
1387 scoped_ptr<InputMethod> Widget::CreateInputMethod() {
1388 scoped_ptr<InputMethod> input_method(native_widget_->CreateInputMethod());
1394 void Widget::ReplaceInputMethod(InputMethod* input_method) {