tap_count 129 ash/touch/touch_uma.cc int tap_count = gesture.details().tap_count(); tap_count 130 ash/touch/touch_uma.cc if (tap_count == 1) tap_count 132 ash/touch/touch_uma.cc if (tap_count == 2) tap_count 134 ash/touch/touch_uma.cc if (tap_count == 3) tap_count 136 ash/touch/touch_uma.cc NOTREACHED() << "Received tap with tapcount " << tap_count; tap_count 43 ash/wm/panels/panel_window_event_handler.cc event->details().tap_count() == 2 && tap_count 69 ash/wm/workspace/workspace_event_handler.cc if (event->details().tap_count() == 2) { tap_count 256 content/browser/renderer_host/input/web_input_event_util.cc DCHECK_EQ(1, data.details.tap_count()); tap_count 257 content/browser/renderer_host/input/web_input_event_util.cc gesture.data.tap.tapCount = data.details.tap_count(); tap_count 263 content/browser/renderer_host/input/web_input_event_util.cc DCHECK_EQ(1, data.details.tap_count()); tap_count 264 content/browser/renderer_host/input/web_input_event_util.cc gesture.data.tap.tapCount = data.details.tap_count(); tap_count 270 content/browser/renderer_host/input/web_input_event_util.cc DCHECK_EQ(1, data.details.tap_count()); tap_count 271 content/browser/renderer_host/input/web_input_event_util.cc gesture.data.tap.tapCount = data.details.tap_count(); tap_count 151 content/browser/renderer_host/ui_events_helper.cc gesture_event.data.tap.tapCount = event.details().tap_count(); tap_count 147 content/browser/web_contents/touch_editable_impl_aura.cc tap_gesture_tap_count_queue_.push(gesture_event->details().tap_count()); tap_count 148 content/browser/web_contents/touch_editable_impl_aura.cc if (gesture_event->details().tap_count() > 1) tap_count 167 content/browser/web_contents/touch_editable_impl_aura.cc if (gesture_event->details().tap_count() == 1 && tap_count 1836 content/shell/renderer/test_runner/event_sender.cc float tap_count; tap_count 1837 content/shell/renderer/test_runner/event_sender.cc if (!args->GetNext(&tap_count)) { tap_count 1841 content/shell/renderer/test_runner/event_sender.cc event.data.tap.tapCount = tap_count; tap_count 1851 content/shell/renderer/test_runner/event_sender.cc float tap_count; tap_count 1852 content/shell/renderer/test_runner/event_sender.cc if (!args->GetNext(&tap_count)) { tap_count 1856 content/shell/renderer/test_runner/event_sender.cc event.data.tap.tapCount = tap_count; tap_count 217 ui/aura/gestures/gesture_recognizer_unittest.cc tap_count_ = gesture->details().tap_count(); tap_count 757 ui/aura/gestures/gesture_recognizer_unittest.cc EXPECT_EQ(1, delegate->tap_count()); tap_count 808 ui/aura/gestures/gesture_recognizer_unittest.cc EXPECT_EQ(1, delegate->tap_count()); tap_count 849 ui/aura/gestures/gesture_recognizer_unittest.cc EXPECT_EQ(1, delegate->tap_count()); tap_count 906 ui/aura/gestures/gesture_recognizer_unittest.cc EXPECT_EQ(1, delegate->tap_count()); tap_count 992 ui/aura/gestures/gesture_recognizer_unittest.cc EXPECT_EQ(1, delegate->tap_count()); tap_count 3378 ui/aura/gestures/gesture_recognizer_unittest.cc EXPECT_EQ(2, delegate->tap_count()); tap_count 3401 ui/aura/gestures/gesture_recognizer_unittest.cc EXPECT_EQ(1, delegate->tap_count()); tap_count 3412 ui/aura/gestures/gesture_recognizer_unittest.cc EXPECT_EQ(2, delegate->tap_count()); tap_count 3433 ui/aura/gestures/gesture_recognizer_unittest.cc EXPECT_EQ(3, delegate->tap_count()); tap_count 3474 ui/aura/gestures/gesture_recognizer_unittest.cc EXPECT_EQ(1, delegate->tap_count()); tap_count 3516 ui/aura/gestures/gesture_recognizer_unittest.cc EXPECT_EQ(1, delegate->tap_count()); tap_count 228 ui/events/gesture_detection/gesture_provider_unittest.cc EXPECT_EQ(1, GetMostRecentGestureEvent().details.tap_count()); tap_count 257 ui/events/gesture_detection/gesture_provider_unittest.cc EXPECT_EQ(1, GetMostRecentGestureEvent().details.tap_count()); tap_count 444 ui/events/gesture_detection/gesture_provider_unittest.cc EXPECT_EQ(1, double_tap.details.tap_count()); tap_count 56 ui/events/gesture_event_details.cc data.tap_count = static_cast<int>(delta_x); tap_count 139 ui/events/gesture_event_details.h int tap_count() const { tap_count 143 ui/events/gesture_event_details.h return data.tap_count; tap_count 193 ui/events/gesture_event_details.h int tap_count; // TAP repeat count. tap_count 944 ui/events/gestures/gesture_sequence.cc int tap_count, tap_count 949 ui/events/gestures/gesture_sequence.cc GestureEventDetails(ui::ET_GESTURE_TAP, tap_count, 0), tap_count 1136 ui/events/gestures/gesture_sequence.cc int tap_count = 1; tap_count 1138 ui/events/gestures/gesture_sequence.cc tap_count = 3; tap_count 1140 ui/events/gestures/gesture_sequence.cc tap_count = 2; tap_count 1141 ui/events/gestures/gesture_sequence.cc if (tap_count == 1 && GetShowPressTimer()->IsRunning()) { tap_count 1145 ui/events/gestures/gesture_sequence.cc AppendClickGestureEvent(point, tap_count, gestures); tap_count 120 ui/events/gestures/gesture_sequence.h int tap_count, tap_count 649 ui/views/controls/textfield/textfield.cc if (event->details().tap_count() == 1) { tap_count 662 ui/views/controls/tree/tree_view.cc should_toggle = gesture.details().tap_count() == 2;