TouchUMA          127 ash/frame/caption_buttons/alternate_frame_size_button.cc         TouchUMA::GetInstance()->RecordGestureAction(
TouchUMA          128 ash/frame/caption_buttons/alternate_frame_size_button.cc             TouchUMA::GESTURE_FRAMEMAXIMIZE_TAP);
TouchUMA          282 ash/frame/caption_buttons/frame_maximize_button.cc       TouchUMA::GetInstance()->RecordGestureAction(
TouchUMA          283 ash/frame/caption_buttons/frame_maximize_button.cc           TouchUMA::GESTURE_FRAMEMAXIMIZE_TAP);
TouchUMA          196 ash/touch/touch_uma.cc TouchUMA* TouchUMA::GetInstance() {
TouchUMA          197 ash/touch/touch_uma.cc   return Singleton<TouchUMA>::get();
TouchUMA          200 ash/touch/touch_uma.cc void TouchUMA::RecordGestureEvent(aura::Window* target,
TouchUMA          221 ash/touch/touch_uma.cc void TouchUMA::RecordGestureAction(GestureActionType action) {
TouchUMA          228 ash/touch/touch_uma.cc void TouchUMA::RecordTouchEvent(aura::Window* target,
TouchUMA          371 ash/touch/touch_uma.cc TouchUMA::TouchUMA()
TouchUMA          377 ash/touch/touch_uma.cc TouchUMA::~TouchUMA() {
TouchUMA          380 ash/touch/touch_uma.cc void TouchUMA::UpdateTouchState(const ui::TouchEvent& event) {
TouchUMA          405 ash/touch/touch_uma.cc TouchUMA::GestureActionType TouchUMA::FindGestureActionType(
TouchUMA           23 ash/touch/touch_uma.h class ASH_EXPORT TouchUMA {
TouchUMA           54 ash/touch/touch_uma.h   static TouchUMA* GetInstance();
TouchUMA           63 ash/touch/touch_uma.h   friend struct DefaultSingletonTraits<TouchUMA>;
TouchUMA           65 ash/touch/touch_uma.h   TouchUMA();
TouchUMA           66 ash/touch/touch_uma.h   ~TouchUMA();
TouchUMA           79 ash/touch/touch_uma.h   DISALLOW_COPY_AND_ASSIGN(TouchUMA);
TouchUMA           51 ash/wm/system_gesture_event_filter.cc   ash::TouchUMA::GetInstance()->RecordTouchEvent(target, *event);
TouchUMA           56 ash/wm/system_gesture_event_filter.cc   ash::TouchUMA::GetInstance()->RecordGestureEvent(target, *event);
TouchUMA           74 ash/wm/workspace/workspace_event_handler.cc       TouchUMA::GetInstance()->RecordGestureAction(
TouchUMA           75 ash/wm/workspace/workspace_event_handler.cc           TouchUMA::GESTURE_MAXIMIZE_DOUBLETAP);
TouchUMA           82 ash/wm/workspace/workspace_event_handler.cc       TouchUMA::GetInstance()->RecordGestureAction(
TouchUMA           83 ash/wm/workspace/workspace_event_handler.cc           TouchUMA::GESTURE_FRAMEVIEW_TAP);
TouchUMA          155 chrome/browser/ui/views/frame/browser_root_view.cc     TouchUMA::RecordGestureAction(TouchUMA::GESTURE_ROOTVIEWTOP_TAP);
TouchUMA          743 chrome/browser/ui/views/tabs/tab.cc     TouchUMA::RecordGestureAction(TouchUMA::GESTURE_TABCLOSE_TAP);
TouchUMA         1546 chrome/browser/ui/views/tabs/tab_strip.cc       TouchUMA::RecordGestureAction(TouchUMA::GESTURE_NEWTAB_TAP);
TouchUMA         1641 chrome/browser/ui/views/tabs/tab_strip.cc       TouchUMA::GestureActionType action = TouchUMA::GESTURE_TABNOSWITCH_TAP;
TouchUMA         1643 chrome/browser/ui/views/tabs/tab_strip.cc         action = TouchUMA::GESTURE_TABSWITCH_TAP;
TouchUMA         1644 chrome/browser/ui/views/tabs/tab_strip.cc       TouchUMA::RecordGestureAction(action);
TouchUMA            8 chrome/browser/ui/views/touch_uma/touch_uma.cc void TouchUMA::RecordGestureAction(GestureActionType action) {
TouchUMA           10 chrome/browser/ui/views/touch_uma/touch_uma.h class TouchUMA {
TouchUMA           23 chrome/browser/ui/views/touch_uma/touch_uma.h   DISALLOW_IMPLICIT_CONSTRUCTORS(TouchUMA);
TouchUMA           10 chrome/browser/ui/views/touch_uma/touch_uma_ash.cc void TouchUMA::RecordGestureAction(GestureActionType action) {
TouchUMA           11 chrome/browser/ui/views/touch_uma/touch_uma_ash.cc   ash::TouchUMA::GestureActionType type = ash::TouchUMA::GESTURE_UNKNOWN;
TouchUMA           14 chrome/browser/ui/views/touch_uma/touch_uma_ash.cc       type = ash::TouchUMA::GESTURE_TABSWITCH_TAP;
TouchUMA           17 chrome/browser/ui/views/touch_uma/touch_uma_ash.cc       type = ash::TouchUMA::GESTURE_TABNOSWITCH_TAP;
TouchUMA           20 chrome/browser/ui/views/touch_uma/touch_uma_ash.cc       type = ash::TouchUMA::GESTURE_TABCLOSE_TAP;
TouchUMA           23 chrome/browser/ui/views/touch_uma/touch_uma_ash.cc       type = ash::TouchUMA::GESTURE_NEWTAB_TAP;
TouchUMA           26 chrome/browser/ui/views/touch_uma/touch_uma_ash.cc       type = ash::TouchUMA::GESTURE_ROOTVIEWTOP_TAP;
TouchUMA           29 chrome/browser/ui/views/touch_uma/touch_uma_ash.cc   ash::TouchUMA::GetInstance()->RecordGestureAction(type);