Searched refs:ET_MOUSE_RELEASED (Results 1 - 25 of 69) sorted by relevance

123

/external/chromium_org/ui/views/controls/scrollbar/
H A Dbase_scroll_bar_button.cc41 ui::MouseEvent event(ui::ET_MOUSE_RELEASED,
/external/chromium_org/ui/app_list/views/
H A Dspeech_view_unittest.cc64 ui::MouseEvent release(ui::ET_MOUSE_RELEASED,
83 release = ui::MouseEvent(ui::ET_MOUSE_RELEASED,
/external/chromium_org/ui/events/
H A Devent_rewriter_unittest.cc210 r2.AddRule(2, ET_MOUSE_RELEASED,
211 3, ET_MOUSE_RELEASED, EVENT_REWRITE_DISPATCH_ANOTHER);
212 r2.AddRule(3, ET_MOUSE_RELEASED,
225 p.AddExpectedEvent(ET_MOUSE_RELEASED);
227 s.Send(ET_MOUSE_RELEASED);
H A Devent_constants.h15 ET_MOUSE_RELEASED, enumerator in enum:ui::EventType
H A Devent_utils.cc36 case ET_MOUSE_RELEASED:
H A Devent.cc40 CASE_TYPE(ET_MOUSE_RELEASED);
314 if (type() == ET_MOUSE_PRESSED || type() == ET_MOUSE_RELEASED)
365 if (event.type() == ui::ET_MOUSE_RELEASED) {
407 if (type() != ET_MOUSE_PRESSED && type() != ET_MOUSE_RELEASED)
419 if (type() != ET_MOUSE_PRESSED && type() != ET_MOUSE_RELEASED)
H A Devent_unittest.cc121 ev.reset(new MouseEvent(ET_MOUSE_RELEASED, origin2, origin2, 0, 0));
127 ev.reset(new MouseEvent(ET_MOUSE_RELEASED, origin2, origin2, 0, 0));
150 ev.reset(new MouseEvent(ET_MOUSE_RELEASED, origin, origin,
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dnew_avatar_menu_button_browsertest.cc86 ui::MouseEvent mouse_ev(ui::ET_MOUSE_RELEASED, gfx::Point(), gfx::Point(), 0,
125 ui::ET_MOUSE_RELEASED, gfx::Point(), gfx::Point(), 0, 0);
H A Dprofile_chooser_view_browsertest.cc69 ui::MouseEvent mouse_ev(ui::ET_MOUSE_RELEASED, gfx::Point(), gfx::Point(), 0,
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dx11_panel_resizer.cc118 case ui::ET_MOUSE_RELEASED:
/external/chromium_org/ui/views/controls/button/
H A Dcustom_button.cc197 ui::MouseEvent synthetic_event(ui::ET_MOUSE_RELEASED,
215 ui::MouseEvent synthetic_event(ui::ET_MOUSE_RELEASED,
260 ui::MouseEvent synthetic_event(ui::ET_MOUSE_RELEASED,
/external/chromium_org/ash/autoclick/
H A Dautoclick_unittest.cc35 type == ui::ET_MOUSE_RELEASED) {
119 EXPECT_EQ(ui::ET_MOUSE_RELEASED, events[1].type());
128 EXPECT_EQ(ui::ET_MOUSE_RELEASED, events[1].type());
H A Dautoclick_controller.cc198 ui::MouseEvent release_event(ui::ET_MOUSE_RELEASED,
/external/chromium_org/mojo/services/native_viewport/
H A Dnative_viewport_impl.cc117 case ui::ET_MOUSE_RELEASED:
/external/chromium_org/ui/ozone/platform/caca/
H A Dcaca_event_source.cc128 return ui::ET_MOUSE_RELEASED;
203 case ui::ET_MOUSE_RELEASED: {
/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_whole_screen_move_loop.cc105 case ui::ET_MOUSE_RELEASED: {
107 if (type == ui::ET_MOUSE_RELEASED) {
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dstar_view_browsertest.cc47 ui::MouseEvent released_event(ui::ET_MOUSE_RELEASED, gfx::Point(),
/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_gesture_target_aura.cc72 return ui::ET_MOUSE_RELEASED;
/external/chromium_org/ui/aura/test/
H A Dtest_window_delegate.cc178 case ui::ET_MOUSE_RELEASED:
H A Dui_controls_factory_ozone.cc152 ui::ET_MOUSE_RELEASED, loc, button_down_mask_ | flag, flag);
/external/chromium_org/ui/platform_window/x11/
H A Dx11_window.cc82 case ET_MOUSE_RELEASED: {
299 case ET_MOUSE_RELEASED: {
/external/chromium_org/ash/sticky_keys/
H A Dsticky_keys_unittest.cc385 mev.reset(GenerateMouseEvent(ui::ET_MOUSE_RELEASED));
461 ev.reset(GenerateMouseEvent(ui::ET_MOUSE_RELEASED));
484 ev.reset(GenerateMouseEvent(ui::ET_MOUSE_RELEASED));
511 ev.reset(GenerateMouseEvent(ui::ET_MOUSE_RELEASED));
701 mev.reset(GenerateSynthesizedMouseClickEvent(ui::ET_MOUSE_RELEASED,
/external/chromium_org/content/browser/renderer_host/
H A Dweb_input_event_aura.cc301 event->type() == ui::ET_MOUSE_RELEASED) {
320 case ui::ET_MOUSE_RELEASED:
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_view.cc90 if (event->type() == ui::ET_MOUSE_RELEASED && controller->IsSelecting()) {
/external/chromium_org/chrome/browser/ui/views/link_disambiguation/
H A Dlink_disambiguation_popup.cc97 if (event->type() == ui::EventType::ET_MOUSE_RELEASED)

Completed in 989 milliseconds

123