HomeSort by relevance Sort by last modified time
    Searched refs:KeyPress (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium_org/ui/app_list/views/
search_result_list_view_unittest.cc 86 bool KeyPress(ui::KeyboardCode key_code) {
131 EXPECT_TRUE(KeyPress(ui::VKEY_RETURN));
135 EXPECT_TRUE(KeyPress(ui::VKEY_DOWN));
139 EXPECT_TRUE(KeyPress(ui::VKEY_DOWN));
143 EXPECT_TRUE(KeyPress(ui::VKEY_UP));
147 EXPECT_TRUE(KeyPress(ui::VKEY_UP));
152 EXPECT_TRUE(KeyPress(ui::VKEY_TAB));
156 EXPECT_TRUE(KeyPress(ui::VKEY_TAB));
181 EXPECT_TRUE(KeyPress(ui::VKEY_DOWN));
search_box_view_unittest.cc 86 void KeyPress(ui::KeyboardCode key_code) {
126 KeyPress(ui::VKEY_A);
131 KeyPress(ui::VKEY_DOWN);
145 KeyPress(ui::VKEY_A);
152 KeyPress(ui::VKEY_DOWN);
  /external/chromium_org/chrome/browser/ui/views/
menu_controller_test.cc 28 KeyPress(KEYCODE,
35 KeyPress(ui::VKEY_ESCAPE,
menu_controller_interactive_uitest.cc 28 KeyPress(KEYCODE,
35 KeyPress(ui::VKEY_ESCAPE,
menu_test_base.h 30 // KeyPress() to post a key press
45 // Generate a keypress and run |next| once the event has been processed.
46 void KeyPress(ui::KeyboardCode keycode, const base::Closure& next);
menu_test_base.cc 32 void MenuTestBase::KeyPress(ui::KeyboardCode keycode,
menu_item_view_interactive_uitest.cc 311 KeyPress(ui::VKEY_ESCAPE,
  /external/chromium_org/chrome/browser/extensions/
global_shortcut_listener_x11.cc 88 return event->type == KeyPress;
93 CHECK_EQ(KeyPress, event->type);
146 DCHECK(x_event->type == KeyPress);
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_event_loop.cc 67 gdk_event_key.type == GDK_KEY_PRESS ? KeyPress : KeyRelease;
x11_input_method_context_impl_gtk2.cc 201 DCHECK(native_event->type == KeyPress || native_event->type == KeyRelease);
250 GdkEventType event_type = xkey.type == KeyPress ?
  /external/chromium_org/ui/wm/core/
nested_accelerator_dispatcher_linux.cc 32 return xev->type == KeyPress || xev->type == KeyRelease;
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgaevents.c 79 case KeyPress: {
87 printf("KeyPress (X11 keycode = 0x%X)\n", xkey.keycode);
104 * this (perhaps null keypress events with a
  /external/chromium_org/remoting/host/
local_input_monitor_linux.cc 194 x_record_range_[1]->device_events.first = KeyPress;
294 bool down = event->u.u.type == KeyPress;
  /external/chromium_org/ui/events/x/
events_x.cc 70 case KeyPress:
170 DCHECK(xevent->type == KeyPress || xevent->type == KeyRelease);
377 case KeyPress:
467 case KeyPress:
534 case KeyPress:
653 case KeyPress:
885 case KeyPress:
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 220 case KeyPress:
  /hardware/intel/common/libva/test/putsurface/
putsurface_x11.c 154 if(event.type == KeyPress) {
putsurface_wayland.c 317 if(event.type == KeyPress) {
  /external/chromium_org/media/base/
user_input_monitor_linux.cc 184 x_record_range_[type]->device_events.first = KeyPress;
300 if (event->u.u.type == KeyPress) {
  /external/chromium_org/chrome/test/chromedriver/
keycode_text_conversion_x.cc 221 key_event->type = KeyPress;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
test_rendering.c 307 case KeyPress:
  /external/chromium_org/ui/aura/test/
ui_controls_factory_aurax11.cc 71 xevent.xkey.type = KeyPress;
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_whole_screen_move_loop.cc 92 case KeyPress: {
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_rendering.c 307 case KeyPress:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
X.h 181 #define KeyPress 2
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
X.h 181 #define KeyPress 2

Completed in 1631 milliseconds

1 2