Searched defs:SendKeyEvent (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/ash/sticky_keys/
H A Dsticky_keys_overlay_unittest.cc35 SendKeyEvent(ui::ET_KEY_PRESSED, code);
36 SendKeyEvent(ui::ET_KEY_RELEASED, code);
39 void SendKeyEvent(ui::EventType type, ui::KeyboardCode code) { function in class:ash::StickyKeysOverlayTest
/external/chromium_org/athena/virtual_keyboard/
H A Dvk_message_handler.cc24 base::Bind(&VKMessageHandler::SendKeyEvent, base::Unretained(this)));
30 void VKMessageHandler::SendKeyEvent(const base::ListValue* params) { function in class:athena::VKMessageHandler
48 keyboard::SendKeyEvent(
H A Dvirtual_keyboard_bindings_impl.cc132 .SetMethod("sendKeyEvent", &VKBindings::SendKeyEvent)
139 void SendKeyEvent(gin::Arguments* args) { function in class:athena::__anon2141::VKBindings
/external/chromium_org/content/browser/renderer_host/
H A Dime_adapter_android.cc154 rwhva_->SendKeyEvent(event);
158 bool ImeAdapterAndroid::SendKeyEvent(JNIEnv* env, jobject, function in class:content::ImeAdapterAndroid
172 rwhva_->SendKeyEvent(event);
180 rwhva_->SendKeyEvent(char_event);
H A Drender_widget_host_view_android.cc1178 void RenderWidgetHostViewAndroid::SendKeyEvent( function in class:content::RenderWidgetHostViewAndroid
/external/chromium_org/ui/base/test/
H A Dui_controls_internal_win.cc152 bool SendKeyEvent(ui::KeyboardCode key, bool up) { function in namespace:__anon15934
/external/chromium_org/ui/keyboard/
H A Dkeyboard_util.cc233 bool SendKeyEvent(const std::string type, function in namespace:keyboard
/external/chromium_org/ui/views/controls/combobox/
H A Dcombobox_unittest.cc228 void SendKeyEvent(ui::KeyboardCode key_code) { function in class:views::ComboboxTest
266 SendKeyEvent(ui::VKEY_END);
268 SendKeyEvent(ui::VKEY_HOME);
270 SendKeyEvent(ui::VKEY_DOWN);
271 SendKeyEvent(ui::VKEY_DOWN);
273 SendKeyEvent(ui::VKEY_RIGHT);
275 SendKeyEvent(ui::VKEY_LEFT);
277 SendKeyEvent(ui::VKEY_UP);
279 SendKeyEvent(ui::VKEY_PRIOR);
281 SendKeyEvent(u
[all...]
/external/chromium_org/remoting/client/jni/
H A Dchromoting_jni_instance.cc215 bool ChromotingJniInstance::SendKeyEvent(int key_code, bool key_down) { function in class:remoting::ChromotingJniInstance
H A Dchromoting_jni_runtime.cc132 static jboolean SendKeyEvent(JNIEnv* env, function in namespace:remoting
136 return remoting::ChromotingJniRuntime::GetInstance()->session()->SendKeyEvent(
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_unittest.cc203 void SendKeyEvent(ui::KeyboardCode key_code, function in class:views::TextfieldTest
216 void SendKeyEvent(ui::KeyboardCode key_code, bool shift, bool control) { function in class:views::TextfieldTest
217 SendKeyEvent(key_code, false, shift, control, false);
220 void SendKeyEvent(ui::KeyboardCode key_code) { function in class:views::TextfieldTest
221 SendKeyEvent(key_code, false, false);
224 void SendKeyEvent(base::char16 ch) { function in class:views::TextfieldTest
229 SendKeyEvent(code);
349 SendKeyEvent(ui::VKEY_T, false, true, false, false);
350 SendKeyEvent(ui::VKEY_E, false, false, false, false);
351 SendKeyEvent(u
[all...]
/external/chromium_org/build/android/pylib/
H A Dandroid_commands.py961 def SendKeyEvent(self, keycode): member in class:AndroidCommands
1880 self.SendKeyEvent(KEYCODE_DPAD_RIGHT)
1881 self.SendKeyEvent(KEYCODE_DPAD_RIGHT)
1882 self.SendKeyEvent(KEYCODE_ENTER)
/external/chromium_org/content/renderer/
H A Drender_view_browsertest.cc158 int SendKeyEvent(MockKeyboard::Layout layout, function in class:content::__anon7466::RenderViewImplTest
1257 if (SendKeyEvent(layout, key_code, modifiers, &char_code) < 0)
1504 if (SendKeyEvent(layout, key_code, modifiers, &char_code) < 0)

Completed in 1458 milliseconds