Searched refs:ET_MOUSE_PRESSED (Results 1 - 25 of 90) sorted by relevance

1234

/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dreload_button_unittest.cc60 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/
H A Dbrowser_command_handler_x11.cc22 if (event->type() != ui::ET_MOUSE_PRESSED)
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dx11_panel_resizer.cc45 event->type() != ui::ET_MOUSE_PRESSED ||
112 case ui::ET_MOUSE_PRESSED:
/external/chromium_org/ui/app_list/views/
H A Dspeech_view_unittest.cc59 ui::MouseEvent press(ui::ET_MOUSE_PRESSED,
78 press = ui::MouseEvent(ui::ET_MOUSE_PRESSED,
H A Dapp_list_main_view_unittest.cc111 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/
H A Devent_rewriter_unittest.cc189 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);
H A Devent_constants.h13 ET_MOUSE_PRESSED, enumerator in enum:ui::EventType
H A Devent_utils.cc34 case ET_MOUSE_PRESSED:
H A Devent_unittest.cc61 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, origi
[all...]
H A Devent.cc37 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/
H A Dpanel_window_event_handler.cc26 event->type() == ui::ET_MOUSE_PRESSED &&
/external/chromium_org/ash/wm/
H A Dsystem_gesture_event_filter.cc34 if (event->type() == ui::ET_MOUSE_PRESSED && event->native_event() &&
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_event_handler.cc27 if (event->type() == ui::ET_MOUSE_PRESSED &&
51 case ui::ET_MOUSE_PRESSED: {
/external/chromium_org/ash/shelf/
H A Doverflow_bubble.cc84 if (event->type() == ui::ET_MOUSE_PRESSED)
/external/chromium_org/chrome/browser/ui/views/
H A Djavascript_app_modal_event_blocker_x11.cc72 if (event->type() == ui::ET_MOUSE_PRESSED)
/external/chromium_org/ui/views/accessibility/
H A Dax_view_obj_wrapper.cc74 view_->OnMousePressed(ui::MouseEvent(ui::ET_MOUSE_PRESSED, center, center,
/external/chromium_org/chrome/browser/ui/views/sync/
H A Done_click_signin_bubble_view_unittest.cc152 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/
H A Dcaca_event_factory.cc127 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/
H A Dautoclick_unittest.cc34 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());
H A Dautoclick_controller.cc146 } else if (event->type() == ui::ET_MOUSE_PRESSED) {
193 ui::MouseEvent press_event(ui::ET_MOUSE_PRESSED,
/external/chromium_org/ash/system/tray/
H A Dtray_event_filter.cc43 if (event->type() == ui::ET_MOUSE_PRESSED &&
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_popup_base_view_browsertest.cc122 ui::MouseEvent mouse_down(ui::ET_MOUSE_PRESSED,
/external/chromium_org/mojo/examples/sample_app/
H A Dgles2_client_impl.cc53 case ui::ET_MOUSE_PRESSED:
/external/chromium_org/ui/views/controls/button/
H A Dradio_button.cc126 ui::MouseEvent event(ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(), 0, 0);
/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher_unittest.cc119 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),
935 ui::MouseEvent mouse1(ui::ET_MOUSE_PRESSED, gf
[all...]

Completed in 808 milliseconds

1234