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

1 2 3 4

  /external/chromium_org/chrome/browser/ui/views/toolbar/
reload_button_unittest.cc 60 ui::MouseEvent e(ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(), 0, 0);
79 ui::MouseEvent e(ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(), 0, 0);
105 ui::MouseEvent e(ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(), 0, 0);
126 ui::MouseEvent e(ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(), 0, 0);
140 ui::MouseEvent e(ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(), 0, 0);
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_command_handler_x11.cc 22 if (event->type() != ui::ET_MOUSE_PRESSED)
  /external/chromium_org/chrome/browser/ui/views/panels/
x11_panel_resizer.cc 45 event->type() != ui::ET_MOUSE_PRESSED ||
112 case ui::ET_MOUSE_PRESSED:
  /external/chromium_org/ui/app_list/views/
speech_view_unittest.cc 59 ui::MouseEvent press(ui::ET_MOUSE_PRESSED,
78 press = ui::MouseEvent(ui::ET_MOUSE_PRESSED,
app_list_main_view_unittest.cc 111 view->OnMousePressed(ui::MouseEvent(ui::ET_MOUSE_PRESSED,
132 ui::MouseEvent pressed_event(ui::ET_MOUSE_PRESSED, translated, point, 0, 0);
  /external/chromium_org/ui/events/
event_rewriter_unittest.cc 189 s.Send(ET_MOUSE_PRESSED);
206 r2.AddRule(1, ET_MOUSE_PRESSED,
207 0, ET_MOUSE_PRESSED, EVENT_REWRITE_CONTINUE);
217 p.AddExpectedEvent(ET_MOUSE_PRESSED);
218 s.Send(ET_MOUSE_PRESSED);
event_constants.h 13 ET_MOUSE_PRESSED,
event_utils.cc 34 case ET_MOUSE_PRESSED:
event_unittest.cc 61 MouseEvent mouseev(ET_MOUSE_PRESSED, origin, origin, 0, 0);
70 MouseEvent mouse_ev1(ET_MOUSE_PRESSED, origin, origin, 0, 0);
71 MouseEvent mouse_ev2(ET_MOUSE_PRESSED, origin, origin, 0, 0);
111 ev.reset(new MouseEvent(ET_MOUSE_PRESSED, origin1, origin1, 0, 0));
114 ev.reset(new MouseEvent(ET_MOUSE_PRESSED, origin1, origin1, 0, 0));
118 ev.reset(new MouseEvent(ET_MOUSE_PRESSED, origin2, origin2, 0, 0));
124 ev.reset(new MouseEvent(ET_MOUSE_PRESSED, origin2, origin2, 0, 0));
140 ev.reset(new MouseEvent(ET_MOUSE_PRESSED, origin, origin,
145 ev.reset(new MouseEvent(ET_MOUSE_PRESSED, origin, origin,
155 ev.reset(new MouseEvent(ET_MOUSE_PRESSED, origin, origin
    [all...]
event.cc 37 CASE_TYPE(ET_MOUSE_PRESSED);
258 if (type() == ET_MOUSE_PRESSED || type() == ET_MOUSE_RELEASED)
282 if (event1.type() != ET_MOUSE_PRESSED ||
283 event2.type() != ET_MOUSE_PRESSED)
351 if (type() != ET_MOUSE_PRESSED && type() != ET_MOUSE_RELEASED)
363 if (type() != ET_MOUSE_PRESSED && type() != ET_MOUSE_RELEASED)
  /external/chromium_org/ash/wm/panels/
panel_window_event_handler.cc 26 event->type() == ui::ET_MOUSE_PRESSED &&
  /external/chromium_org/ash/wm/
system_gesture_event_filter.cc 34 if (event->type() == ui::ET_MOUSE_PRESSED && event->native_event() &&
  /external/chromium_org/ash/wm/workspace/
workspace_event_handler.cc 27 if (event->type() == ui::ET_MOUSE_PRESSED &&
51 case ui::ET_MOUSE_PRESSED: {
  /external/chromium_org/ash/shelf/
overflow_bubble.cc 84 if (event->type() == ui::ET_MOUSE_PRESSED)
  /external/chromium_org/chrome/browser/ui/views/
javascript_app_modal_event_blocker_x11.cc 72 if (event->type() == ui::ET_MOUSE_PRESSED)
  /external/chromium_org/ui/views/accessibility/
ax_view_obj_wrapper.cc 74 view_->OnMousePressed(ui::MouseEvent(ui::ET_MOUSE_PRESSED, center, center,
  /external/chromium_org/chrome/browser/ui/views/sync/
one_click_signin_bubble_view_unittest.cc 152 const ui::MouseEvent event(ui::ET_MOUSE_PRESSED,
170 const ui::MouseEvent event(ui::ET_MOUSE_PRESSED,
190 const ui::MouseEvent event(ui::ET_MOUSE_PRESSED,
  /external/chromium_org/ui/ozone/platform/caca/
caca_event_factory.cc 127 return ui::ET_MOUSE_PRESSED;
178 bool pressed = type == ui::ET_KEY_PRESSED || type == ui::ET_MOUSE_PRESSED;
201 case ui::ET_MOUSE_PRESSED:
  /external/chromium_org/ash/autoclick/
autoclick_unittest.cc 34 if (type == ui::ET_MOUSE_MOVED || type == ui::ET_MOUSE_PRESSED ||
118 EXPECT_EQ(ui::ET_MOUSE_PRESSED, events[0].type());
127 EXPECT_EQ(ui::ET_MOUSE_PRESSED, events[0].type());
autoclick_controller.cc 146 } else if (event->type() == ui::ET_MOUSE_PRESSED) {
193 ui::MouseEvent press_event(ui::ET_MOUSE_PRESSED,
  /external/chromium_org/ash/system/tray/
tray_event_filter.cc 43 if (event->type() == ui::ET_MOUSE_PRESSED &&
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_popup_base_view_browsertest.cc 122 ui::MouseEvent mouse_down(ui::ET_MOUSE_PRESSED,
  /external/chromium_org/mojo/examples/sample_app/
gles2_client_impl.cc 53 case ui::ET_MOUSE_PRESSED:
  /external/chromium_org/ui/views/controls/button/
radio_button.cc 126 ui::MouseEvent event(ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(), 0, 0);
  /external/chromium_org/ui/aura/
window_event_dispatcher_unittest.cc 119 ui::ET_MOUSE_PRESSED, point, point, ui::EF_LEFT_MOUSE_BUTTON,
142 ui::ET_MOUSE_PRESSED, point, point, ui::EF_LEFT_MOUSE_BUTTON,
159 ui::ET_MOUSE_PRESSED,
169 ui::ET_MOUSE_PRESSED,
199 ui::ET_MOUSE_PRESSED,
213 ui::MouseEvent root(ui::ET_MOUSE_PRESSED, origin, origin, 0, 0);
535 case ui::ET_MOUSE_PRESSED:
622 ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(),
655 ui::MouseEvent mouse_pressed_event(ui::ET_MOUSE_PRESSED, gfx::Point(0, 0),
    [all...]

Completed in 2036 milliseconds

1 2 3 4