HomeSort by relevance Sort by last modified time
    Searched defs:GetInputMethod (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/ui/ash/
ash_keyboard_controller_proxy.cc 43 ui::InputMethod* AshKeyboardControllerProxy::GetInputMethod() {
102 GetInputMethod()->GetTextInputClient()->EnsureCaretInRect(showing_area);
  /external/chromium_org/chrome/browser/chromeos/input_method/
textinput_test_helper.cc 21 ui::MockInputMethod* GetInputMethod() {
39 GetInputMethod()->AddObserver(this);
43 GetInputMethod()->RemoveObserver(this);
71 return GetInputMethod()->GetTextInputClient();
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.cc 649 InputMethod* DesktopRootWindowHostWin::GetInputMethod() {
777 InputMethod* input_method = GetInputMethod();
784 InputMethod* input_method = GetInputMethod();
  /external/chromium_org/ui/views/widget/
native_widget_win.cc 601 InputMethod* NativeWidgetWin::GetInputMethod() {
736 InputMethod* input_method = GetInputMethod();
743 InputMethod* input_method = GetInputMethod();
777 InputMethod* input_method = GetInputMethod();
792 InputMethod* input_method = GetInputMethod();
808 InputMethod* input_method = GetInputMethod();
widget.cc 715 InputMethod* Widget::GetInputMethod() {
717 const_cast<const Widget*>(this)->GetInputMethod());
720 const InputMethod* Widget::GetInputMethod() const {
732 return (toplevel && toplevel != this) ? toplevel->GetInputMethod() : NULL;
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc     [all...]
  /external/chromium_org/ui/views/
view.cc 1030 InputMethod* View::GetInputMethod() {
1032 return widget ? widget->GetInputMethod() : NULL;
1035 const InputMethod* View::GetInputMethod() const {
1037 return widget ? widget->GetInputMethod() : NULL;
    [all...]

Completed in 160 milliseconds