Home
last modified time | relevance | path

Searched refs:GestureActionType (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ash/touch/
Dtouch_uma.h25 enum GestureActionType { enum
58 void RecordGestureAction(GestureActionType action);
69 GestureActionType FindGestureActionType(aura::Window* window,
Dtouch_uma.cc58 GestureActionType action = FindGestureActionType(target, event); in RecordGestureEvent()
73 void TouchUMA::RecordGestureAction(GestureActionType action) { in RecordGestureAction()
244 TouchUMA::GestureActionType TouchUMA::FindGestureActionType( in FindGestureActionType()
/external/chromium_org/chrome/browser/ui/views/touch_uma/
Dtouch_uma.h12 enum GestureActionType { enum
20 static void RecordGestureAction(GestureActionType action);
Dtouch_uma_ash.cc10 void TouchUMA::RecordGestureAction(GestureActionType action) { in RecordGestureAction()
11 ash::TouchUMA::GestureActionType type = ash::TouchUMA::GESTURE_UNKNOWN; in RecordGestureAction()
Dtouch_uma.cc8 void TouchUMA::RecordGestureAction(GestureActionType action) { in RecordGestureAction()
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_strip.cc2697 TouchUMA::GestureActionType action = TouchUMA::GESTURE_TABNOSWITCH_TAP; in OnGestureEvent()