Searched refs:gesture_source_type_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_tap_gesture.cc16 gesture_source_type_(SyntheticGestureParams::DEFAULT_INPUT),
26 gesture_source_type_ = params_.gesture_source_type;
27 if (gesture_source_type_ == SyntheticGestureParams::DEFAULT_INPUT)
28 gesture_source_type_ = target->GetDefaultSyntheticGestureSourceType();
33 DCHECK_NE(gesture_source_type_, SyntheticGestureParams::DEFAULT_INPUT);
34 if (gesture_source_type_ == SyntheticGestureParams::TOUCH_INPUT ||
35 gesture_source_type_ == SyntheticGestureParams::MOUSE_INPUT)
73 if (gesture_source_type_ == SyntheticGestureParams::TOUCH_INPUT) {
77 } else if (gesture_source_type_ == SyntheticGestureParams::MOUSE_INPUT) {
93 if (gesture_source_type_
[all...]
H A Dsynthetic_pinch_gesture.cc20 gesture_source_type_(SyntheticGestureParams::DEFAULT_INPUT),
30 gesture_source_type_ = params_.gesture_source_type;
31 if (gesture_source_type_ == SyntheticGestureParams::DEFAULT_INPUT)
32 gesture_source_type_ = target->GetDefaultSyntheticGestureSourceType();
38 DCHECK_NE(gesture_source_type_, SyntheticGestureParams::DEFAULT_INPUT);
39 if (gesture_source_type_ == SyntheticGestureParams::TOUCH_INPUT)
H A Dsynthetic_smooth_scroll_gesture.cc35 gesture_source_type_(SyntheticGestureParams::DEFAULT_INPUT),
43 gesture_source_type_ = params_.gesture_source_type;
44 if (gesture_source_type_ == SyntheticGestureParams::DEFAULT_INPUT)
45 gesture_source_type_ = target->GetDefaultSyntheticGestureSourceType();
52 DCHECK_NE(gesture_source_type_, SyntheticGestureParams::DEFAULT_INPUT);
53 if (gesture_source_type_ == SyntheticGestureParams::TOUCH_INPUT)
55 else if (gesture_source_type_ == SyntheticGestureParams::MOUSE_INPUT)
H A Dsynthetic_tap_gesture.h45 SyntheticGestureParams::GestureSourceType gesture_source_type_; member in class:content::SyntheticTapGesture
H A Dsynthetic_pinch_gesture.h57 SyntheticGestureParams::GestureSourceType gesture_source_type_; member in class:content::SyntheticPinchGesture
H A Dsynthetic_smooth_scroll_gesture.h80 SyntheticGestureParams::GestureSourceType gesture_source_type_; member in class:content::SyntheticSmoothScrollGesture
/external/chromium_org/tools/telemetry/telemetry/page/actions/
H A Dtap.js15 this.gesture_source_type_ = opt_options.gesture_source_type;
21 this.gesture_source_type_ = chrome.gpuBenchmarking.DEFAULT_INPUT;
60 this.options_.gesture_source_type_);
H A Dscroll.js21 this.gesture_source_type_ = opt_options.gesture_source_type;
28 this.gesture_source_type_ = chrome.gpuBenchmarking.DEFAULT_INPUT;
103 this.options_.gesture_source_type_, this.options_.direction_,

Completed in 107 milliseconds