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

  /external/chromium_org/content/browser/renderer_host/input/
synthetic_gesture.cc 17 static scoped_ptr<SyntheticGesture> CreateGesture(
19 return scoped_ptr<SyntheticGesture>(
25 SyntheticGesture::SyntheticGesture() {}
27 SyntheticGesture::~SyntheticGesture() {}
29 scoped_ptr<SyntheticGesture> SyntheticGesture::Create(
43 return scoped_ptr<SyntheticGesture>();
47 double SyntheticGesture::ConvertTimestampToSeconds
    [all...]
synthetic_gesture.h 22 // 1) Create a sub-type of SyntheticGesture that implements the gesture.
23 // 2) Extend SyntheticGesture::Create with the new class.
28 class CONTENT_EXPORT SyntheticGesture {
30 SyntheticGesture();
31 virtual ~SyntheticGesture();
33 static scoped_ptr<SyntheticGesture> Create(
52 DISALLOW_COPY_AND_ASSIGN(SyntheticGesture);

Completed in 52 milliseconds