HomeSort by relevance Sort by last modified time
    Searched refs:SyntheticTapGestureParams (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/content/common/input/
synthetic_tap_gesture_params.cc 13 SyntheticTapGestureParams::SyntheticTapGestureParams() : duration_ms(50) {}
15 SyntheticTapGestureParams::SyntheticTapGestureParams(
16 const SyntheticTapGestureParams& other)
21 SyntheticTapGestureParams::~SyntheticTapGestureParams() {}
23 SyntheticGestureParams::GestureType SyntheticTapGestureParams::GetGestureType()
28 const SyntheticTapGestureParams* SyntheticTapGestureParams::Cast
    [all...]
synthetic_tap_gesture_params.h 14 struct CONTENT_EXPORT SyntheticTapGestureParams
17 SyntheticTapGestureParams();
18 SyntheticTapGestureParams(const SyntheticTapGestureParams& other);
19 virtual ~SyntheticTapGestureParams();
26 static const SyntheticTapGestureParams* Cast(
input_param_traits_unittest.cc 60 static void Compare(const SyntheticTapGestureParams* a,
61 const SyntheticTapGestureParams* b) {
85 Compare(SyntheticTapGestureParams::Cast(a->gesture_params()),
86 SyntheticTapGestureParams::Cast(b->gesture_params()));
222 TEST_F(InputParamTraitsTest, SyntheticTapGestureParams) {
223 scoped_ptr<SyntheticTapGestureParams> gesture_params(
224 new SyntheticTapGestureParams);
input_param_traits.cc 70 WriteParam(m, *content::SyntheticTapGestureParams::Cast(
95 ReadGestureParams<content::SyntheticTapGestureParams>(m, iter);
122 *content::SyntheticTapGestureParams::Cast(p.gesture_params()),
  /external/chromium_org/content/browser/renderer_host/input/
synthetic_tap_gesture.h 18 explicit SyntheticTapGesture(const SyntheticTapGestureParams& params);
42 SyntheticTapGestureParams params_;
synthetic_gesture.cc 40 SyntheticTapGestureParams>(gesture_params);
synthetic_tap_gesture.cc 14 const SyntheticTapGestureParams& params)
synthetic_gesture_controller_unittest.cc     [all...]
  /external/chromium_org/content/common/
input_messages.h 95 IPC_STRUCT_TRAITS_BEGIN(content::SyntheticTapGestureParams)
  /external/chromium_org/content/renderer/gpu/
gpu_benchmarking_extension.cc 717 scoped_ptr<SyntheticTapGestureParams> gesture_params(
718 new SyntheticTapGestureParams);
    [all...]

Completed in 636 milliseconds