HomeSort by relevance Sort by last modified time
    Searched defs:SyntheticTapGestureParams (Results 1 - 2 of 2) 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(

Completed in 79 milliseconds