Searched defs:SyntheticTapGestureParams (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/common/input/
H A Dsynthetic_tap_gesture_params.cc13 SyntheticTapGestureParams::SyntheticTapGestureParams() : duration_ms(50) {} function in class:content::SyntheticTapGestureParams
15 SyntheticTapGestureParams::SyntheticTapGestureParams( function in class:content::SyntheticTapGestureParams
16 const SyntheticTapGestureParams& other)
21 SyntheticTapGestureParams::~SyntheticTapGestureParams() {}
23 SyntheticGestureParams::GestureType SyntheticTapGestureParams::GetGestureType()
28 const SyntheticTapGestureParams* SyntheticTapGestureParams
[all...]
H A Dsynthetic_tap_gesture_params.h14 struct CONTENT_EXPORT SyntheticTapGestureParams struct in namespace:content
17 SyntheticTapGestureParams();
18 SyntheticTapGestureParams(const SyntheticTapGestureParams& other);
19 virtual ~SyntheticTapGestureParams();
26 static const SyntheticTapGestureParams* Cast(

Completed in 906 milliseconds