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

1 2

  /external/chromium_org/ui/base/events/
event_constants.h 24 ET_TOUCH_PRESSED,
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 584 case ui::ET_TOUCH_PRESSED:
653 ui::TouchEvent press(ui::ET_TOUCH_PRESSED, gfx::Point(101, 201),
700 ui::TouchEvent press(ui::ET_TOUCH_PRESSED, gfx::Point(101, 201),
743 ui::TouchEvent press(ui::ET_TOUCH_PRESSED, gfx::Point(365, 290),
784 ui::TouchEvent press(ui::ET_TOUCH_PRESSED, gfx::Point(46, 205),
841 ui::TouchEvent press(ui::ET_TOUCH_PRESSED, gfx::Point(400, 150),
938 ui::TouchEvent press(ui::ET_TOUCH_PRESSED, gfx::Point(101, 201),
    [all...]
  /external/chromium_org/content/browser/renderer_host/
touch_smooth_scroll_gesture_aura.cc 60 InjectTouchEvent(location_, ui::ET_TOUCH_PRESSED, window_);
ui_events_helper.cc 43 return ui::ET_TOUCH_PRESSED;
59 case ui::ET_TOUCH_PRESSED:
75 case ui::ET_TOUCH_PRESSED:
100 type = ui::ET_TOUCH_PRESSED;
264 case ui::ET_TOUCH_PRESSED:
render_widget_host_view_aura_unittest.cc 274 ui::TouchEvent press(ui::ET_TOUCH_PRESSED,
368 ui::TouchEvent press(ui::ET_TOUCH_PRESSED,
  /external/chromium_org/ash/system/tray/
tray_event_filter.cc 52 if (event->type() == ui::ET_TOUCH_PRESSED && ProcessLocatedEvent(event))
  /external/chromium_org/ui/views/corewm/
compound_event_filter_unittest.cc 116 ui::ET_TOUCH_PRESSED, gfx::Point(90, 90), 1, GetTime());
137 ui::ET_TOUCH_PRESSED, gfx::Point(90, 90), 1, GetTime());
compound_event_filter.cc 247 if (!event->handled() && event->type() == ui::ET_TOUCH_PRESSED &&
window_modality_controller.cc 174 event->type() == ui::ET_TOUCH_PRESSED)) {
  /external/chromium_org/ui/aura/test/
event_generator.cc 197 ui::ET_TOUCH_PRESSED, GetLocationInCurrentRoot(), flags_);
229 ui::TouchEvent press(ui::ET_TOUCH_PRESSED,
243 ui::TouchEvent press(ui::ET_TOUCH_PRESSED,
271 ui::TouchEvent press(ui::ET_TOUCH_PRESSED, start, kTouchId, timestamp);
310 ui::TouchEvent press(ui::ET_TOUCH_PRESSED, points[i], i, press_time);
  /external/chromium_org/ash/touch/
touch_hud_debug.cc 60 case ui::ET_TOUCH_PRESSED:
192 if (touch.type() == ui::ET_TOUCH_PRESSED)
279 if (point.type == ui::ET_TOUCH_PRESSED)
touch_uma.cc 90 case ui::ET_TOUCH_PRESSED:
265 if (event.type() == ui::ET_TOUCH_PRESSED) {
348 if (event.type() == ui::ET_TOUCH_PRESSED) {
touch_hud_projection.cc 153 if (event->type() == ui::ET_TOUCH_PRESSED) {
  /external/chromium_org/ui/base/ozone/evdev/
touch_event_converter_ozone.cc 130 events_[current_slot_].type_ = ET_TOUCH_PRESSED;
touch_event_converter_ozone_unittest.cc 151 EXPECT_EQ(ui::ET_TOUCH_PRESSED, event->type());
309 EXPECT_EQ(ui::ET_TOUCH_PRESSED, ev1->type());
  /external/chromium_org/ui/base/x/
events_x.cc 204 ui::ET_TOUCH_PRESSED;
224 return ui::ET_TOUCH_PRESSED;
251 return ui::ET_TOUCH_PRESSED;
  /external/chromium_org/ui/views/widget/
native_widget_aura_unittest.cc 258 ui::TouchEvent press(ui::ET_TOUCH_PRESSED, gfx::Point(41, 51), 1,
294 ui::TouchEvent press(ui::ET_TOUCH_PRESSED, gfx::Point(41, 51), 1,
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.cc 329 if (event.type() != ui::ET_TOUCH_PRESSED)
  /external/chromium_org/ash/launcher/
launcher_tooltip_manager_unittest.cc 194 ui::ET_TOUCH_PRESSED, gfx::Point(), 0, base::TimeDelta());
  /external/chromium_org/ash/wm/
user_activity_detector_unittest.cc 150 ui::ET_TOUCH_PRESSED, gfx::Point(), 0, base::TimeDelta());
system_gesture_event_filter_unittest.cc 232 ui::TouchEvent press1(ui::ET_TOUCH_PRESSED,
298 ui::TouchEvent press(ui::ET_TOUCH_PRESSED,
window_manager_unittest.cc 195 ui::TouchEvent touchev(ui::ET_TOUCH_PRESSED, click_point, 0, getTime());
442 ui::TouchEvent touchev1(ui::ET_TOUCH_PRESSED, press_point, 0, getTime());
459 ui::TouchEvent touchev2(ui::ET_TOUCH_PRESSED, press_point, 1, getTime());
  /external/chromium_org/ui/base/gestures/
gesture_point.cc 63 if (event.type() == ui::ET_TOUCH_PRESSED) {
  /external/chromium_org/ui/keyboard/
keyboard_controller_unittest.cc 43 event->type() == ui::ET_TOUCH_PRESSED) {
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_views.cc 95 case ui::ET_TOUCH_PRESSED:
111 case ui::ET_TOUCH_PRESSED:
510 case ui::ET_TOUCH_PRESSED:

Completed in 826 milliseconds

1 2