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

1 2 3

  /external/chromium/chrome/browser/ui/views/
reload_button_unittest.cc 60 views::MouseEvent e(ui::ET_MOUSE_PRESSED, 0, 0, 0);
79 views::MouseEvent e(ui::ET_MOUSE_PRESSED, 0, 0, 0);
105 views::MouseEvent e(ui::ET_MOUSE_PRESSED, 0, 0, 0);
126 views::MouseEvent e(ui::ET_MOUSE_PRESSED, 0, 0, 0);
140 views::MouseEvent e(ui::ET_MOUSE_PRESSED, 0, 0, 0);
  /external/chromium_org/chrome/browser/ui/views/
reload_button_unittest.cc 60 ui::MouseEvent e(ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(), 0);
79 ui::MouseEvent e(ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(), 0);
105 ui::MouseEvent e(ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(), 0);
126 ui::MouseEvent e(ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(), 0);
140 ui::MouseEvent e(ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(), 0);
  /external/chromium_org/chrome/browser/ui/views/location_bar/
star_view_browsertest.cc 29 ui::MouseEvent pressed_event(ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(),
  /external/chromium_org/ui/base/events/
event_constants.h 13 ET_MOUSE_PRESSED,
event.cc 63 CASE_TYPE(ET_MOUSE_PRESSED);
298 if (type() == ET_MOUSE_PRESSED)
321 if (event1.type() != ET_MOUSE_PRESSED ||
322 event2.type() != ET_MOUSE_PRESSED)
365 if (type() != ET_MOUSE_PRESSED)
377 if (type() != ET_MOUSE_PRESSED)
event_unittest.cc 62 MouseEvent mouseev(ET_MOUSE_PRESSED, origin, origin, 0);
71 MouseEvent mouse_ev1(ET_MOUSE_PRESSED, origin, origin, 0);
72 MouseEvent mouse_ev2(ET_MOUSE_PRESSED, origin, origin, 0);
  /external/chromium_org/ash/wm/panels/
panel_window_event_handler.cc 25 if (event->type() == ui::ET_MOUSE_PRESSED &&
  /external/chromium_org/ui/views/controls/
slider_unittest.cc 19 ui::MouseEvent press(ui::ET_MOUSE_PRESSED, point, point,
  /external/chromium_org/chrome/browser/ui/views/sync/
one_click_signin_bubble_view_unittest.cc 153 const ui::MouseEvent event(ui::ET_MOUSE_PRESSED,
171 const ui::MouseEvent event(ui::ET_MOUSE_PRESSED,
191 const ui::MouseEvent event(ui::ET_MOUSE_PRESSED,
  /external/chromium_org/ash/system/tray/
tray_event_filter.cc 45 if (event->type() == ui::ET_MOUSE_PRESSED &&
  /external/chromium_org/ui/views/controls/button/
custom_button_unittest.cc 64 button->OnMousePressed(ui::MouseEvent(ui::ET_MOUSE_PRESSED, center, center,
radio_button.cc 126 ui::MouseEvent event(ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(), 0);
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_window_event_filter.cc 93 if (event->type() != ui::ET_MOUSE_PRESSED)
  /external/chromium_org/ui/aura/
root_window_unittest.cc 114 ui::ET_MOUSE_PRESSED, point, point, ui::EF_LEFT_MOUSE_BUTTON);
136 ui::ET_MOUSE_PRESSED, point, point, ui::EF_LEFT_MOUSE_BUTTON);
152 ui::ET_MOUSE_PRESSED,
161 ui::ET_MOUSE_PRESSED,
188 ui::ET_MOUSE_PRESSED,
201 ui::MouseEvent root(ui::ET_MOUSE_PRESSED, origin, origin, 0);
449 case ui::ET_MOUSE_PRESSED:
532 ui::MouseEvent mouse_pressed_event(ui::ET_MOUSE_PRESSED, gfx::Point(0, 0),
root_window.cc 221 if (event.type() == ui::ET_MOUSE_PRESSED) {
    [all...]
  /external/chromium_org/ash/wm/
system_gesture_event_filter.cc 56 if (event->type() == ui::ET_MOUSE_PRESSED && event->native_event() &&
  /external/chromium_org/ui/aura/test/
test_window_delegate.cc 174 case ui::ET_MOUSE_PRESSED:
  /external/chromium_org/ui/base/x/
events_x.cc 303 return ET_MOUSE_PRESSED;
338 return ET_MOUSE_PRESSED;
382 if (type == ET_MOUSE_PRESSED || type == ET_MOUSE_RELEASED)
416 if ((type == ET_MOUSE_PRESSED || type == ET_MOUSE_RELEASED) && !touch)
events_x_unittest.cc 135 EXPECT_EQ(ui::ET_MOUSE_PRESSED, ui::EventTypeFromNative(&event));
141 EXPECT_EQ(ui::ET_MOUSE_PRESSED, ui::EventTypeFromNative(&event));
  /external/chromium_org/ui/keyboard/
keyboard_controller_unittest.cc 42 if (event->type() == ui::ET_MOUSE_PRESSED ||
252 EXPECT_EQ(1, observer.GetEventCount(ui::ET_MOUSE_PRESSED));
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views_unittest.cc 293 ui::MouseEvent click(ui::ET_MOUSE_PRESSED, point, point,
303 ui::MouseEvent click(ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(),
779 ui::MouseEvent click(ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(),
799 ui::MouseEvent click(ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(),
804 ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(),
833 ui::MouseEvent click_a(ui::ET_MOUSE_PRESSED, start_point, start_point,
835 ui::MouseEvent click_b(ui::ET_MOUSE_PRESSED, end_point, end_point,
    [all...]
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item_unittest.cc 38 view->OnMousePressed(ui::MouseEvent(ui::ET_MOUSE_PRESSED,
  /external/chromium_org/ash/wm/workspace/
workspace_event_handler.cc 89 case ui::ET_MOUSE_PRESSED: {
  /external/chromium_org/content/browser/renderer_host/
web_input_event_aura.cc 231 case ui::ET_MOUSE_PRESSED:
  /external/chromium_org/ui/base/win/
events_win.cc 163 return ET_MOUSE_PRESSED;

Completed in 671 milliseconds

1 2 3