Searched refs:ET_MOUSE_PRESSED (Results 1 - 25 of 96) 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,
/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_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_utils.cc34 case ET_MOUSE_PRESSED:
/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.cc151 const ui::MouseEvent event(ui::ET_MOUSE_PRESSED,
169 const ui::MouseEvent event(ui::ET_MOUSE_PRESSED,
189 const ui::MouseEvent event(ui::ET_MOUSE_PRESSED,
/external/chromium_org/ui/ozone/platform/caca/
H A Dcaca_event_source.cc126 return ui::ET_MOUSE_PRESSED;
178 bool pressed = type == ui::ET_KEY_PRESSED || type == ui::ET_MOUSE_PRESSED;
202 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/passwords/
H A Dmanage_passwords_icon_view_browsertest.cc87 ui::MouseEvent mouse_down(ui::ET_MOUSE_PRESSED,
/external/chromium_org/mojo/services/native_viewport/
H A Dnative_viewport_impl.cc113 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/events/x/
H A Devents_x_unittest.cc102 EXPECT_EQ(ui::ET_MOUSE_PRESSED, ui::EventTypeFromNative(&event));
107 EXPECT_EQ(ui::ET_MOUSE_PRESSED, ui::EventTypeFromNative(&event));
205 EXPECT_EQ(ui::ET_MOUSE_PRESSED, mouseev.type());
586 xev.InitGenericButtonEvent(blocked_device_id, ET_MOUSE_PRESSED, gfx::Point(),
590 xev.InitGenericButtonEvent(other_device_id, ET_MOUSE_PRESSED, gfx::Point(),
592 EXPECT_EQ(ui::ET_MOUSE_PRESSED, ui::EventTypeFromNative(xev));
596 xev.InitGenericButtonEvent(blocked_device_id, ET_MOUSE_PRESSED, gfx::Point(),
598 EXPECT_EQ(ui::ET_MOUSE_PRESSED, ui::EventTypeFromNative(xev));
/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher_unittest.cc120 ui::ET_MOUSE_PRESSED, point, point, ui::EF_LEFT_MOUSE_BUTTON,
143 ui::ET_MOUSE_PRESSED, point, point, ui::EF_LEFT_MOUSE_BUTTON,
160 ui::ET_MOUSE_PRESSED,
170 ui::ET_MOUSE_PRESSED,
200 ui::ET_MOUSE_PRESSED,
214 ui::MouseEvent root(ui::ET_MOUSE_PRESSED, origin, origin, 0, 0);
543 case ui::ET_MOUSE_PRESSED:
637 ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(),
670 ui::MouseEvent mouse_pressed_event(ui::ET_MOUSE_PRESSED, gfx::Point(0, 0),
951 ui::MouseEvent mouse1(ui::ET_MOUSE_PRESSED, gf
[all...]
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_unittest.cc301 ui::MouseEvent click(ui::ET_MOUSE_PRESSED, point, point,
311 ui::MouseEvent click(ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(),
749 ui::MouseEvent click(ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(),
781 ui::MouseEvent click(ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(),
786 ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(),
816 ui::MouseEvent click_a(ui::ET_MOUSE_PRESSED, start_point, start_point,
818 ui::MouseEvent click_b(ui::ET_MOUSE_PRESSED, end_point, end_point,
929 ui::MouseEvent press_event(ui::ET_MOUSE_PRESSED, kStringPoint, kStringPoint,
959 ui::MouseEvent click_a(ui::ET_MOUSE_PRESSED, point, point,
1012 ui::MouseEvent click_a(ui::ET_MOUSE_PRESSED, poin
[all...]

Completed in 2179 milliseconds

1234