Searched refs:SendKeyEvent (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_unittest.cc241 void SendKeyEvent(ui::KeyboardCode key_code, function in class:views::TextfieldTest
254 void SendKeyEvent(ui::KeyboardCode key_code, bool shift, bool control) { function in class:views::TextfieldTest
255 SendKeyEvent(key_code, false, shift, control, false);
258 void SendKeyEvent(ui::KeyboardCode key_code) { function in class:views::TextfieldTest
259 SendKeyEvent(key_code, false, false);
262 void SendKeyEvent(base::char16 ch) { function in class:views::TextfieldTest
267 SendKeyEvent(code);
412 SendKeyEvent(ui::VKEY_T, false, true, false, false);
413 SendKeyEvent(ui::VKEY_E, false, false, false, false);
414 SendKeyEvent(u
[all...]
/external/chromium_org/ui/views/controls/combobox/
H A Dcombobox_unittest.cc243 void SendKeyEvent(ui::KeyboardCode key_code) { function in class:views::ComboboxTest
281 SendKeyEvent(ui::VKEY_END);
283 SendKeyEvent(ui::VKEY_HOME);
285 SendKeyEvent(ui::VKEY_DOWN);
286 SendKeyEvent(ui::VKEY_DOWN);
288 SendKeyEvent(ui::VKEY_RIGHT);
290 SendKeyEvent(ui::VKEY_LEFT);
292 SendKeyEvent(ui::VKEY_UP);
294 SendKeyEvent(ui::VKEY_PRIOR);
296 SendKeyEvent(u
[all...]
/external/chromium_org/ui/keyboard/webui/
H A Dvk_mojo_handler.h27 virtual void SendKeyEvent(const mojo::String& event_type,
H A Dvk_mojo_handler.cc33 void VKMojoHandler::SendKeyEvent(const mojo::String& event_type, function in class:keyboard::VKMojoHandler
42 keyboard::SendKeyEvent(
/external/chromium_org/content/browser/renderer_host/
H A Dime_adapter_android.h33 bool SendKeyEvent(JNIEnv* env, jobject,
H A Dime_adapter_android.cc165 rwhva_->SendKeyEvent(event);
169 bool ImeAdapterAndroid::SendKeyEvent(JNIEnv* env, jobject, function in class:content::ImeAdapterAndroid
183 rwhva_->SendKeyEvent(event);
191 rwhva_->SendKeyEvent(char_event);
H A Drender_widget_host_view_android.h227 void SendKeyEvent(const NativeWebKeyboardEvent& event);
H A Drender_widget_host_view_android.cc1491 void RenderWidgetHostViewAndroid::SendKeyEvent( function in class:content::RenderWidgetHostViewAndroid
/external/chromium_org/ui/keyboard/
H A Dkeyboard_util.h118 KEYBOARD_EXPORT bool SendKeyEvent(std::string type,
H A Dkeyboard_util.cc222 bool SendKeyEvent(const std::string type, function in namespace:keyboard
/external/chromium_org/chrome/browser/extensions/api/input/
H A Dinput.cc100 return keyboard::SendKeyEvent(
/external/chromium_org/remoting/client/jni/
H A Dchromoting_jni_instance.h86 bool SendKeyEvent(int key_code, bool key_down);
H A Dchromoting_jni_runtime.cc134 static jboolean SendKeyEvent(JNIEnv* env, function in namespace:remoting
138 return remoting::ChromotingJniRuntime::GetInstance()->session()->SendKeyEvent(
H A Dchromoting_jni_instance.cc231 bool ChromotingJniInstance::SendKeyEvent(int key_code, bool key_down) { function in class:remoting::ChromotingJniInstance
/external/chromium_org/build/android/pylib/device/
H A Ddevice_utils.py482 def SendKeyEvent(self, keycode, timeout=None, retries=None): member in class:DeviceUtils
496 self.old_interface.SendKeyEvent(keycode)
H A Ddevice_utils_test.py843 self.device.SendKeyEvent(66)
/external/chromium_org/ui/base/test/
H A Dui_controls_internal_win.cc152 bool SendKeyEvent(ui::KeyboardCode key, bool up) { function in namespace:__anon16667
/external/chromium_org/build/android/pylib/
H A Dandroid_commands.py951 def SendKeyEvent(self, keycode): member in class:AndroidCommands
1849 self.SendKeyEvent(KEYCODE_DPAD_RIGHT)
1850 self.SendKeyEvent(KEYCODE_DPAD_RIGHT)
1851 self.SendKeyEvent(KEYCODE_ENTER)
/external/chromium_org/content/renderer/
H A Drender_view_browsertest.cc168 int SendKeyEvent(MockKeyboard::Layout layout, function in class:content::RenderViewImplTest
1324 if (SendKeyEvent(layout, key_code, modifiers, &char_code) < 0)
1571 if (SendKeyEvent(layout, key_code, modifiers, &char_code) < 0)
/external/chromium_org/chrome/browser/chromeos/events/
H A Devent_rewriter_unittest.cc1842 void SendKeyEvent(ui::EventType type, ui::KeyboardCode key_code) { function in class:chromeos::EventRewriterAshTest
1849 SendKeyEvent(ui::ET_KEY_PRESSED, key_code);
1850 SendKeyEvent(ui::ET_KEY_RELEASED, key_code);

Completed in 477 milliseconds