HomeSort by relevance Sort by last modified time
    Searched refs:mouse_pressed (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/sdl-1.2.15/test/
testalpha.c 332 int mouse_pressed; local
451 mouse_pressed = 0;
454 if ( mouse_pressed ) {
456 mouse_pressed = 0;
488 mouse_pressed = 1;
495 mouse_pressed = 1;
  /external/chromium_org/ui/views/controls/
single_split_view_unittest.cc 168 ui::MouseEvent mouse_pressed(
170 ASSERT_TRUE(split.OnMousePressed(mouse_pressed));
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5events.c 55 static int mouse_pressed; variable
240 mouse_pressed = 0;
428 if ( ++mouse_pressed > 0 ) {
434 if ( --mouse_pressed <= 0 ) {
436 mouse_pressed = 0;
525 if ( ++mouse_pressed > 0 ) {
531 if ( --mouse_pressed <= 0 ) {
533 mouse_pressed = 0;
  /external/chromium_org/ash/wm/
window_manager_unittest.cc 654 ui::MouseEvent mouse_pressed(
656 root_window->AsRootWindowHostDelegate()->OnHostMouseEvent(&mouse_pressed);
691 root_window->AsRootWindowHostDelegate()->OnHostMouseEvent(&mouse_pressed);

Completed in 198 milliseconds