Searched refs:LeapForward (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/aura/gestures/
H A Dgesture_recognizer_unittest.cc553 base::TimeDelta LeapForward(int time_in_millis) { function in class:aura::test::__anon15848::TimedEvents
738 kTouchId, tes.LeapForward(50));
792 kTouchId, tes.LeapForward(50));
833 kTouchId, tes.LeapForward(50));
875 kTouchId, tes.LeapForward(50));
890 kTouchId, tes.LeapForward(50));
931 kTouchId, tes.LeapForward(50));
946 kTouchId, tes.LeapForward(50));
961 kTouchId, tes.LeapForward(50));
976 kTouchId, tes.LeapForward(5
[all...]
/external/chromium_org/content/shell/renderer/test_runner/
H A Devent_sender.h85 int milliseconds; // For LeapForward.
123 void LeapForward(int milliseconds);
H A Devent_sender.cc355 void LeapForward(int milliseconds);
483 .SetMethod("leapForward", &EventSenderBindings::LeapForward)
698 void EventSenderBindings::LeapForward(int milliseconds) { function in class:content::EventSenderBindings
700 sender_->LeapForward(milliseconds);
1570 void EventSender::LeapForward(int milliseconds) { function in class:content::EventSender

Completed in 94 milliseconds