Searched refs:ShowImeIfNeeded (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/ui/views/ime/
H A Dnull_input_method.cc56 void NullInputMethod::ShowImeIfNeeded() {} function in class:views::NullInputMethod
H A Dinput_method.h118 virtual void ShowImeIfNeeded() = 0;
H A Dnull_input_method.h41 virtual void ShowImeIfNeeded() OVERRIDE;
H A Dmock_input_method.h39 virtual void ShowImeIfNeeded() OVERRIDE;
H A Dinput_method_bridge.h50 virtual void ShowImeIfNeeded() OVERRIDE;
H A Dmock_input_method.cc133 void MockInputMethod::ShowImeIfNeeded() { function in class:views::MockInputMethod
H A Dinput_method_bridge.cc175 void InputMethodBridge::ShowImeIfNeeded() { function in class:views::InputMethodBridge
177 host_->ShowImeIfNeeded();
/external/chromium_org/ui/base/ime/
H A Ddummy_input_method.cc82 void DummyInputMethod::ShowImeIfNeeded() { function in class:ui::DummyInputMethod
H A Ddummy_input_method.h41 virtual void ShowImeIfNeeded() OVERRIDE;
H A Dinput_method.h158 virtual void ShowImeIfNeeded() = 0;
H A Dmock_input_method.h52 virtual void ShowImeIfNeeded() OVERRIDE;
H A Dinput_method_base.h53 virtual void ShowImeIfNeeded() OVERRIDE;
H A Dmock_input_method.cc113 void MockInputMethod::ShowImeIfNeeded() { function in class:ui::MockInputMethod
H A Dinput_method_base.cc88 void InputMethodBase::ShowImeIfNeeded() { function in class:ui::InputMethodBase
H A Dremote_input_method_win.cc278 virtual void ShowImeIfNeeded() OVERRIDE {
/external/chromium_org/chrome/browser/ui/ash/
H A Dkeyboard_controller_browsertest.cc46 input_method->ShowImeIfNeeded();
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_android.h82 void ShowImeIfNeeded(JNIEnv* env, jobject obj);
H A Dweb_contents_android.cc259 void WebContentsAndroid::ShowImeIfNeeded(JNIEnv* env, jobject obj) { function in class:content::WebContentsAndroid
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_view.h234 virtual void ShowImeIfNeeded();
H A Domnibox_view.cc209 void OmniboxView::ShowImeIfNeeded() { function in class:OmniboxView
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dvirtual_keyboard_browsertest.cc88 input_method->ShowImeIfNeeded();
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.h143 virtual void ShowImeIfNeeded() OVERRIDE;
/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_tab_helper.cc468 omnibox->ShowImeIfNeeded();
/external/chromium_org/chrome/browser/ui/views/
H A Dfind_bar_view.cc235 GetInputMethod()->ShowImeIfNeeded();
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.cc478 void Textfield::ShowImeIfNeeded() { function in class:views::Textfield
480 GetInputMethod()->ShowImeIfNeeded();
587 ShowImeIfNeeded();
709 ShowImeIfNeeded();

Completed in 2328 milliseconds

12