Home
last modified time | relevance | path

Searched refs:ET_MOUSE_RELEASED (Results 1 – 25 of 59) sorted by relevance

123

/external/chromium_org/ui/views/controls/button/
Dcustom_button.cc199 ui::MouseEvent synthetic_event(ui::ET_MOUSE_RELEASED, in OnKeyPressed()
216 ui::MouseEvent synthetic_event(ui::ET_MOUSE_RELEASED, in OnKeyReleased()
260 ui::MouseEvent synthetic_event(ui::ET_MOUSE_RELEASED, in AcceleratorPressed()
Dcustom_button_unittest.cc86 button->OnMouseReleased(ui::MouseEvent(ui::ET_MOUSE_RELEASED, center, center, in TEST_F()
/external/chromium_org/ash/autoclick/
Dautoclick_unittest.cc34 type == ui::ET_MOUSE_RELEASED) { in OnMouseEvent()
117 EXPECT_EQ(ui::ET_MOUSE_RELEASED, events[1].type()); in TEST_F()
126 EXPECT_EQ(ui::ET_MOUSE_RELEASED, events[1].type()); in TEST_F()
Dautoclick_controller.cc195 ui::MouseEvent release_event(ui::ET_MOUSE_RELEASED, in DoAutoclick()
/external/chromium_org/ui/events/
Devent.cc56 CASE_TYPE(ET_MOUSE_RELEASED); in EventTypeName()
277 if (type() == ET_MOUSE_PRESSED || type() == ET_MOUSE_RELEASED) in MouseEvent()
327 if (event.type() == ui::ET_MOUSE_RELEASED) in GetRepeatCount()
346 if (type() != ET_MOUSE_PRESSED && type() != ET_MOUSE_RELEASED) in GetClickCount()
358 if (type() != ET_MOUSE_PRESSED && type() != ET_MOUSE_RELEASED) in SetClickCount()
Devent_constants.h15 ET_MOUSE_RELEASED, enumerator
/external/chromium_org/ui/views/controls/scrollbar/
Dbase_scroll_bar_button.cc45 ui::MouseEvent event(ui::ET_MOUSE_RELEASED, in RepeaterNotifyClick()
Dbitmap_scroll_bar.cc80 ui::MouseEvent event(ui::ET_MOUSE_RELEASED, in NotifyClick()
/external/chromium_org/ui/views/widget/
Dwidget_interactive_uitest.cc229 ui::MouseEvent release(ui::ET_MOUSE_RELEASED, click_location, click_location, in TEST_F()
278 ui::MouseEvent release(ui::ET_MOUSE_RELEASED, click_location, click_location, in TEST_F()
327 base::Owned(new ui::MouseEvent(ui::ET_MOUSE_RELEASED, in TEST_F()
371 ui::MouseEvent released(ui::ET_MOUSE_RELEASED, p1, p1, in TEST_F()
391 ui::MouseEvent released2(ui::ET_MOUSE_RELEASED, p2, p2, in TEST_F()
/external/chromium_org/ui/base/cocoa/
Devents_mac_unittest.mm36 EXPECT_EQ(ui::ET_MOUSE_RELEASED, type);
44 EXPECT_EQ(ui::ET_MOUSE_RELEASED, type);
104 EXPECT_EQ(ui::ET_MOUSE_RELEASED, type);
/external/chromium_org/ui/events/x/
Devents_x.cc259 return ET_MOUSE_RELEASED; in EventTypeFromNative()
295 return ET_MOUSE_RELEASED; in EventTypeFromNative()
332 if (type == ET_MOUSE_PRESSED || type == ET_MOUSE_RELEASED) in EventFlagsFromNative()
366 if ((type == ET_MOUSE_PRESSED || type == ET_MOUSE_RELEASED) && !touch) in EventFlagsFromNative()
Devents_x_unittest.cc65 EXPECT_EQ(ui::ET_MOUSE_RELEASED, ui::EventTypeFromNative(&event)); in TEST()
168 EXPECT_EQ(ui::ET_MOUSE_RELEASED, mouseev.type()); in TEST()
/external/chromium_org/ui/views/controls/
Dslider_unittest.cc22 ui::MouseEvent release(ui::ET_MOUSE_RELEASED, point, point, in ClickAt()
Dsingle_split_view_unittest.cc211 ui::ET_MOUSE_RELEASED, release_point, release_point, 0); in TEST()
/external/chromium_org/ui/events/cocoa/
Devents_mac.mm29 return ET_MOUSE_RELEASED;
152 type == ET_MOUSE_RELEASED ||
/external/chromium_org/mojo/examples/sample_app/
Dgles2_client_impl.cc56 case ui::ET_MOUSE_RELEASED: in HandleInputEvent()
/external/chromium_org/mojo/services/native_viewport/
Dnative_viewport_impl.cc85 case ui::ET_MOUSE_RELEASED: in OnEvent()
/external/chromium_org/chrome/browser/ui/views/
Dnew_avatar_menu_button_browsertest.cc86 ui::MouseEvent mouse_ev(ui::ET_MOUSE_RELEASED, gfx::Point(), gfx::Point(), 0); in StartAvatarMenu()
/external/chromium_org/ui/aura/test/
Dtest_window_delegate.cc181 case ui::ET_MOUSE_RELEASED: in OnMouseEvent()
/external/chromium_org/chrome/browser/ui/views/location_bar/
Dstar_view_browsertest.cc47 ui::MouseEvent released_event(ui::ET_MOUSE_RELEASED, gfx::Point(), in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/ash/wm/
Dsticky_keys_unittest.cc177 is_button_press ? ui::ET_MOUSE_PRESSED : ui::ET_MOUSE_RELEASED, 0); in GenerateMouseEvent()
225 is_key_press ? ui::ET_KEY_PRESSED : ui::ET_MOUSE_RELEASED, in GenerateSynthesizedKeyEvent()
235 is_button_press ? ui::ET_MOUSE_PRESSED : ui::ET_MOUSE_RELEASED, in GenerateSynthesizedMouseEvent()
502 EXPECT_EQ(ui::ET_MOUSE_RELEASED, mock_delegate->GetEvent(0)->type()); in TEST_F()
820 EXPECT_EQ(ui::ET_MOUSE_RELEASED, events[0]->type()); in TEST_F()
Dtoplevel_window_event_handler.cc199 case ui::ET_MOUSE_RELEASED: in OnMouseEvent()
449 CompleteDrag(event->type() == ui::ET_MOUSE_RELEASED ? in HandleMouseReleased()
/external/chromium_org/ui/aura/
Droot_window_host_x11.cc460 case ui::ET_MOUSE_RELEASED: { in Dispatch()
909 case ui::ET_MOUSE_RELEASED: in DispatchXI2Event()
922 type == ui::ET_MOUSE_RELEASED) { in DispatchXI2Event()
927 if (type == ui::ET_MOUSE_RELEASED) in DispatchXI2Event()
/external/chromium_org/content/browser/renderer_host/input/
Dsynthetic_gesture_target_aura.cc82 return ui::ET_MOUSE_RELEASED; in WebMouseEventTypeToEventType()
/external/chromium_org/ash/display/
Dmouse_cursor_event_filter.cc81 } else if (event->type() == ui::ET_MOUSE_RELEASED) { in OnMouseEvent()

123