HomeSort by relevance Sort by last modified time
    Searched defs:SyntheticTapGesture (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/renderer_host/input/
synthetic_tap_gesture.cc 13 SyntheticTapGesture::SyntheticTapGesture(
21 SyntheticTapGesture::~SyntheticTapGesture() {}
23 SyntheticGesture::Result SyntheticTapGesture::ForwardInputEvents(
44 void SyntheticTapGesture::ForwardTouchOrMouseInputEvents(
71 void SyntheticTapGesture::Press(SyntheticGestureTarget* target,
91 void SyntheticTapGesture::Release(SyntheticGestureTarget* target,
111 base::TimeDelta SyntheticTapGesture::GetDuration() const {
synthetic_tap_gesture.h 16 class CONTENT_EXPORT SyntheticTapGesture : public SyntheticGesture {
18 explicit SyntheticTapGesture(const SyntheticTapGestureParams& params);
19 virtual ~SyntheticTapGesture();
48 DISALLOW_COPY_AND_ASSIGN(SyntheticTapGesture);

Completed in 722 milliseconds