Searched refs:two_finger_tap_timeout (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_config_helper_aura.cc40 config.two_finger_tap_timeout = base::TimeDelta::FromMilliseconds(
H A Dgesture_detector.h68 base::TimeDelta two_finger_tap_timeout; member in struct:ui::GestureDetector::Config
H A Dgesture_detector.cc55 two_finger_tap_timeout(base::TimeDelta::FromMilliseconds(700)) {
473 two_finger_tap_timeout_ = config.two_finger_tap_timeout;
H A Dgesture_provider_unittest.cc235 base::TimeDelta two_finger_tap_timeout) {
240 config.gesture_detector_config.two_finger_tap_timeout =
241 two_finger_tap_timeout;
2180 base::TimeDelta two_finger_tap_timeout = kOneSecond; local
2181 EnableTwoFingerTap(kMaxTwoFingerTapSeparation, two_finger_tap_timeout);
234 EnableTwoFingerTap(float max_distance_for_two_finger_tap, base::TimeDelta two_finger_tap_timeout) argument

Completed in 159 milliseconds