Home
last modified time | relevance | path

Searched refs:ET_MOUSE_PRESSED (Results 1 – 25 of 99) sorted by relevance

1234

/external/chromium_org/chrome/browser/ui/views/toolbar/
Dreload_button_unittest.cc60 ui::MouseEvent e(ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(), 0, 0); in TEST_F()
79 ui::MouseEvent e(ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(), 0, 0); in TEST_F()
105 ui::MouseEvent e(ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(), 0, 0); in TEST_F()
126 ui::MouseEvent e(ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(), 0, 0); in TEST_F()
140 ui::MouseEvent e(ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(), 0, 0); in TEST_F()
/external/chromium_org/ui/events/
Devent_rewriter_unittest.cc189 s.Send(ET_MOUSE_PRESSED); in TEST()
206 r2.AddRule(1, ET_MOUSE_PRESSED, in TEST()
207 0, ET_MOUSE_PRESSED, EVENT_REWRITE_CONTINUE); in TEST()
217 p.AddExpectedEvent(ET_MOUSE_PRESSED); in TEST()
218 s.Send(ET_MOUSE_PRESSED); in TEST()
Devent_unittest.cc61 MouseEvent mouseev(ET_MOUSE_PRESSED, origin, origin, 0, 0); in TEST()
70 MouseEvent mouse_ev1(ET_MOUSE_PRESSED, origin, origin, 0, 0); in TEST()
71 MouseEvent mouse_ev2(ET_MOUSE_PRESSED, origin, origin, 0, 0); in TEST()
111 ev.reset(new MouseEvent(ET_MOUSE_PRESSED, origin1, origin1, 0, 0)); in TEST()
114 ev.reset(new MouseEvent(ET_MOUSE_PRESSED, origin1, origin1, 0, 0)); in TEST()
118 ev.reset(new MouseEvent(ET_MOUSE_PRESSED, origin2, origin2, 0, 0)); in TEST()
124 ev.reset(new MouseEvent(ET_MOUSE_PRESSED, origin2, origin2, 0, 0)); in TEST()
140 ev.reset(new MouseEvent(ET_MOUSE_PRESSED, origin, origin, in TEST()
145 ev.reset(new MouseEvent(ET_MOUSE_PRESSED, origin, origin, in TEST()
155 ev.reset(new MouseEvent(ET_MOUSE_PRESSED, origin, origin, in TEST()
Devent.cc38 CASE_TYPE(ET_MOUSE_PRESSED); in EventTypeName()
314 if (type() == ET_MOUSE_PRESSED || type() == ET_MOUSE_RELEASED) in MouseEvent()
338 if (event1.type() != ET_MOUSE_PRESSED || in IsRepeatedClickEvent()
339 event2.type() != ET_MOUSE_PRESSED) in IsRepeatedClickEvent()
407 if (type() != ET_MOUSE_PRESSED && type() != ET_MOUSE_RELEASED) in GetClickCount()
419 if (type() != ET_MOUSE_PRESSED && type() != ET_MOUSE_RELEASED) in SetClickCount()
Devent_constants.h13 ET_MOUSE_PRESSED, enumerator
Devent_utils.cc34 case ET_MOUSE_PRESSED: in EventFromNative()
/external/chromium_org/ui/app_list/views/
Dspeech_view_unittest.cc59 ui::MouseEvent press(ui::ET_MOUSE_PRESSED, in TEST_F()
78 press = ui::MouseEvent(ui::ET_MOUSE_PRESSED, in TEST_F()
Dapp_list_main_view_unittest.cc114 view->OnMousePressed(ui::MouseEvent(ui::ET_MOUSE_PRESSED, in SimulateClick()
135 ui::MouseEvent pressed_event(ui::ET_MOUSE_PRESSED, translated, point, 0, 0); in SimulateInitiateDrag()
/external/chromium_org/chrome/browser/ui/views/panels/
Dx11_panel_resizer.cc45 event->type() != ui::ET_MOUSE_PRESSED || in OnMousePressed()
112 case ui::ET_MOUSE_PRESSED: in OnMouseEvent()
/external/chromium_org/ui/ozone/platform/caca/
Dcaca_event_source.cc126 return ui::ET_MOUSE_PRESSED; in GetEventTypeFromNative()
178 bool pressed = type == ui::ET_KEY_PRESSED || type == ui::ET_MOUSE_PRESSED; in OnInputEvent()
202 case ui::ET_MOUSE_PRESSED: in OnInputEvent()
/external/chromium_org/ui/events/x/
Devents_x_unittest.cc102 EXPECT_EQ(ui::ET_MOUSE_PRESSED, ui::EventTypeFromNative(&event)); in TEST_F()
107 EXPECT_EQ(ui::ET_MOUSE_PRESSED, ui::EventTypeFromNative(&event)); in TEST_F()
205 EXPECT_EQ(ui::ET_MOUSE_PRESSED, mouseev.type()); in TEST_F()
586 xev.InitGenericButtonEvent(blocked_device_id, ET_MOUSE_PRESSED, gfx::Point(), in TEST_F()
590 xev.InitGenericButtonEvent(other_device_id, ET_MOUSE_PRESSED, gfx::Point(), in TEST_F()
592 EXPECT_EQ(ui::ET_MOUSE_PRESSED, ui::EventTypeFromNative(xev)); in TEST_F()
596 xev.InitGenericButtonEvent(blocked_device_id, ET_MOUSE_PRESSED, gfx::Point(), in TEST_F()
598 EXPECT_EQ(ui::ET_MOUSE_PRESSED, ui::EventTypeFromNative(xev)); in TEST_F()
/external/chromium_org/ash/wm/workspace/
Dworkspace_event_handler.cc27 if (event->type() == ui::ET_MOUSE_PRESSED && in OnMouseEvent()
51 case ui::ET_MOUSE_PRESSED: { in OnMouseEvent()
/external/chromium_org/chrome/browser/ui/views/sync/
Done_click_signin_bubble_view_unittest.cc151 const ui::MouseEvent event(ui::ET_MOUSE_PRESSED, in TEST_F()
169 const ui::MouseEvent event(ui::ET_MOUSE_PRESSED, in TEST_F()
189 const ui::MouseEvent event(ui::ET_MOUSE_PRESSED, in TEST_F()
/external/chromium_org/ui/aura/
Dwindow_event_dispatcher_unittest.cc120 ui::ET_MOUSE_PRESSED, point, point, ui::EF_LEFT_MOUSE_BUTTON, in TEST_F()
143 ui::ET_MOUSE_PRESSED, point, point, ui::EF_LEFT_MOUSE_BUTTON, in TEST_F()
160 ui::ET_MOUSE_PRESSED, in TEST_F()
170 ui::ET_MOUSE_PRESSED, in TEST_F()
200 ui::ET_MOUSE_PRESSED, in TEST_F()
214 ui::MouseEvent root(ui::ET_MOUSE_PRESSED, origin, origin, 0, 0); in TEST_F()
543 case ui::ET_MOUSE_PRESSED: in EventTypeToString()
637 ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(), in TEST_F()
670 ui::MouseEvent mouse_pressed_event(ui::ET_MOUSE_PRESSED, gfx::Point(0, 0), in TEST_F()
951 ui::MouseEvent mouse1(ui::ET_MOUSE_PRESSED, gfx::Point(10, 10), in TEST_F()
[all …]
/external/chromium_org/ui/views/controls/textfield/
Dtextfield_unittest.cc301 ui::MouseEvent click(ui::ET_MOUSE_PRESSED, point, point, in MouseClick()
311 ui::MouseEvent click(ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(), in NonClientMouseClick()
749 ui::MouseEvent click(ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(), in TEST_F()
781 ui::MouseEvent click(ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(), in TEST_F()
786 ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(), in TEST_F()
816 ui::MouseEvent click_a(ui::ET_MOUSE_PRESSED, start_point, start_point, in TEST_F()
818 ui::MouseEvent click_b(ui::ET_MOUSE_PRESSED, end_point, end_point, in TEST_F()
929 ui::MouseEvent press_event(ui::ET_MOUSE_PRESSED, kStringPoint, kStringPoint, in TEST_F()
959 ui::MouseEvent click_a(ui::ET_MOUSE_PRESSED, point, point, in TEST_F()
1012 ui::MouseEvent click_a(ui::ET_MOUSE_PRESSED, point, point, in TEST_F()
[all …]
/external/chromium_org/ash/autoclick/
Dautoclick_controller.cc146 } else if (event->type() == ui::ET_MOUSE_PRESSED) { in OnMouseEvent()
193 ui::MouseEvent press_event(ui::ET_MOUSE_PRESSED, in DoAutoclick()
Dautoclick_unittest.cc34 if (type == ui::ET_MOUSE_MOVED || type == ui::ET_MOUSE_PRESSED || in OnMouseEvent()
118 EXPECT_EQ(ui::ET_MOUSE_PRESSED, events[0].type()); in TEST_F()
127 EXPECT_EQ(ui::ET_MOUSE_PRESSED, events[0].type()); in TEST_F()
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_command_handler_x11.cc22 if (event->type() != ui::ET_MOUSE_PRESSED) in OnMouseEvent()
/external/chromium_org/ash/wm/panels/
Dpanel_window_event_handler.cc26 event->type() == ui::ET_MOUSE_PRESSED && in OnMouseEvent()
/external/chromium_org/ash/wm/
Dsystem_gesture_event_filter.cc34 if (event->type() == ui::ET_MOUSE_PRESSED && event->native_event() && in OnMouseEvent()
/external/chromium_org/chrome/browser/ui/views/
Djavascript_app_modal_event_blocker_x11.cc72 if (event->type() == ui::ET_MOUSE_PRESSED) in OnMouseEvent()
/external/chromium_org/ui/platform_window/x11/
Dx11_window.cc79 case ET_MOUSE_PRESSED: in ProcessXInput2Event()
298 case ET_MOUSE_PRESSED: in DispatchEvent()
/external/chromium_org/ash/shelf/
Doverflow_bubble.cc84 if (event->type() == ui::ET_MOUSE_PRESSED) in OnMouseEvent()
/external/chromium_org/ui/views/accessibility/
Dax_view_obj_wrapper.cc74 view_->OnMousePressed(ui::MouseEvent(ui::ET_MOUSE_PRESSED, center, center, in DoDefault()
/external/chromium_org/chrome/browser/ui/views/passwords/
Dmanage_passwords_icon_view_browsertest.cc87 ui::MouseEvent mouse_down(ui::ET_MOUSE_PRESSED, in IN_PROC_BROWSER_TEST_F()

1234