HomeSort by relevance Sort by last modified time
    Searched refs:ET_MOUSE_RELEASED (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar_button.cc 41 ui::MouseEvent event(ui::ET_MOUSE_RELEASED,
  /external/chromium_org/ui/app_list/views/
speech_view_unittest.cc 64 ui::MouseEvent release(ui::ET_MOUSE_RELEASED,
83 release = ui::MouseEvent(ui::ET_MOUSE_RELEASED,
  /external/chromium_org/ui/events/
event_rewriter_unittest.cc 210 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);
event_constants.h 15 ET_MOUSE_RELEASED,
event_utils.cc 36 case ET_MOUSE_RELEASED:
event.cc 39 CASE_TYPE(ET_MOUSE_RELEASED);
258 if (type() == ET_MOUSE_PRESSED || type() == ET_MOUSE_RELEASED)
309 if (event.type() == ui::ET_MOUSE_RELEASED) {
351 if (type() != ET_MOUSE_PRESSED && type() != ET_MOUSE_RELEASED)
363 if (type() != ET_MOUSE_PRESSED && type() != ET_MOUSE_RELEASED)
event_unittest.cc 121 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/
new_avatar_menu_button_browsertest.cc 87 ui::MouseEvent mouse_ev(ui::ET_MOUSE_RELEASED, gfx::Point(), gfx::Point(), 0,
126 ui::ET_MOUSE_RELEASED, gfx::Point(), gfx::Point(), 0, 0);
profile_chooser_view_browsertest.cc 71 ui::MouseEvent mouse_ev(ui::ET_MOUSE_RELEASED, gfx::Point(), gfx::Point(), 0,
  /external/chromium_org/chrome/browser/ui/views/panels/
x11_panel_resizer.cc 118 case ui::ET_MOUSE_RELEASED:
  /external/chromium_org/ui/views/controls/button/
custom_button.cc 199 ui::MouseEvent synthetic_event(ui::ET_MOUSE_RELEASED,
217 ui::MouseEvent synthetic_event(ui::ET_MOUSE_RELEASED,
262 ui::MouseEvent synthetic_event(ui::ET_MOUSE_RELEASED,
menu_button_unittest.cc 140 EXPECT_EQ(ui::ET_MOUSE_RELEASED, button_listener->last_event_type());
  /external/chromium_org/ash/autoclick/
autoclick_unittest.cc 35 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());
  /external/chromium_org/mojo/examples/nesting_app/
nesting_app.cc 93 if (event->action == ui::ET_MOUSE_RELEASED)
  /external/chromium_org/mojo/examples/sample_app/
gles2_client_impl.cc 78 case ui::ET_MOUSE_RELEASED:
  /external/chromium_org/ui/ozone/platform/caca/
caca_event_factory.cc 129 return ui::ET_MOUSE_RELEASED;
202 case ui::ET_MOUSE_RELEASED: {
  /external/chromium_org/chrome/browser/ui/views/location_bar/
star_view_browsertest.cc 47 ui::MouseEvent released_event(ui::ET_MOUSE_RELEASED, gfx::Point(),
  /external/chromium_org/content/browser/renderer_host/input/
synthetic_gesture_target_aura.cc 72 return ui::ET_MOUSE_RELEASED;
  /external/chromium_org/mojo/examples/embedded_app/
embedded_app.cc 96 if (event->action == ui::ET_MOUSE_RELEASED)
  /external/chromium_org/mojo/services/native_viewport/
native_viewport_service.cc 107 case ui::ET_MOUSE_RELEASED:
  /external/chromium_org/mojo/services/view_manager/
window_tree_host_impl.cc 151 case ui::ET_MOUSE_RELEASED:
  /external/chromium_org/ui/aura/test/
test_window_delegate.cc 178 case ui::ET_MOUSE_RELEASED:
  /external/chromium_org/ui/events/x/
events_x.cc 289 return ET_MOUSE_RELEASED;
334 return ET_MOUSE_RELEASED;
371 if (type == ET_MOUSE_PRESSED || type == ET_MOUSE_RELEASED)
408 if ((type == ET_MOUSE_PRESSED || type == ET_MOUSE_RELEASED) && !touch)
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_whole_screen_move_loop.cc 150 case ui::ET_MOUSE_RELEASED: {
152 if (type == ui::ET_MOUSE_RELEASED) {
  /external/chromium_org/ui/views/widget/
widget_interactive_uitest.cc 266 ui::MouseEvent release(ui::ET_MOUSE_RELEASED, click_location, click_location,
315 ui::MouseEvent release(ui::ET_MOUSE_RELEASED, click_location, click_location,
364 base::Owned(new ui::MouseEvent(ui::ET_MOUSE_RELEASED,
409 ui::MouseEvent released(ui::ET_MOUSE_RELEASED, p1, p1,
429 ui::MouseEvent released2(ui::ET_MOUSE_RELEASED, p2, p2,
    [all...]

Completed in 908 milliseconds

1 2 3