HomeSort by relevance Sort by last modified time
    Searched refs:ET_TOUCH_CANCELLED (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/ui/base/events/
event_constants.h 27 ET_TOUCH_CANCELLED,
event.h 125 type_ == ET_TOUCH_CANCELLED;
event.cc 77 CASE_TYPE(ET_TOUCH_CANCELLED);
  /external/chromium_org/ash/touch/
touch_hud_projection.cc 60 touch.type() == ui::ET_TOUCH_CANCELLED) {
170 event->type() == ui::ET_TOUCH_CANCELLED)
touch_hud_debug.cc 66 case ui::ET_TOUCH_CANCELLED:
164 log_.back().type != ui::ET_TOUCH_CANCELLED;
281 if (point.type != ui::ET_TOUCH_CANCELLED)
447 while (point != trace.log().rend() && point->type == ui::ET_TOUCH_CANCELLED)
touch_uma.cc 96 case ui::ET_TOUCH_CANCELLED:
  /external/chromium_org/ui/base/gestures/
gesture_recognizer_impl.cc 42 // A mirrored event, except for the type, which is always ET_TOUCH_CANCELLED.
47 SetType(ET_TOUCH_CANCELLED);
165 TouchEvent touch_event(ui::ET_TOUCH_CANCELLED, gfx::Point(0, 0),
218 } else if (event.type() == ui::ET_TOUCH_CANCELLED) {
gesture_point.cc 116 event.type() != ui::ET_TOUCH_CANCELLED;
gesture_sequence.cc 65 case ui::ET_TOUCH_CANCELLED:
529 event.type() == ui::ET_TOUCH_CANCELLED)
545 event.type() == ui::ET_TOUCH_CANCELLED) {
    [all...]
  /external/chromium_org/content/browser/renderer_host/
ui_events_helper.cc 49 return ui::ET_TOUCH_CANCELLED;
65 case ui::ET_TOUCH_CANCELLED:
81 case ui::ET_TOUCH_CANCELLED:
109 type = ui::ET_TOUCH_CANCELLED;
272 case ui::ET_TOUCH_CANCELLED:
render_widget_host_view_win.cc 248 return ui::ET_TOUCH_CANCELLED;
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_views.cc 101 case ui::ET_TOUCH_CANCELLED:
117 case ui::ET_TOUCH_CANCELLED:
532 case ui::ET_TOUCH_CANCELLED:
595 } else if (event.type() == ui::ET_TOUCH_CANCELLED) {
  /external/chromium_org/ui/base/x/
events_x.cc 209 return TouchEventIsGeneratedHack(native_event) ? ui::ET_TOUCH_CANCELLED :
624 if (type == ui::ET_TOUCH_CANCELLED ||
  /external/chromium_org/ash/wm/gestures/
long_press_affordance_handler.cc 278 case ui::ET_TOUCH_CANCELLED:
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.cc 394 if (event->type() == ui::ET_TOUCH_CANCELLED)
  /external/chromium_org/ash/shelf/
shelf_widget.cc 223 event->type() != ui::ET_TOUCH_CANCELLED)
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 593 case ui::ET_TOUCH_CANCELLED:
    [all...]
  /external/chromium_org/ui/aura/
root_window.cc     [all...]
root_window_host_x11.cc 962 case ui::ET_TOUCH_CANCELLED:
    [all...]

Completed in 453 milliseconds