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

  /external/chromium_org/content/shell/renderer/test_runner/
event_sender.h 116 void GestureScrollFirstPoint(int x, int y);
event_sender.cc 350 void GestureScrollFirstPoint(int x, int y);
477 .SetMethod("gestureScrollFirstPoint",
478 &EventSenderBindings::GestureScrollFirstPoint)
673 void EventSenderBindings::GestureScrollFirstPoint(int x, int y) {
675 sender_->GestureScrollFirstPoint(x, y);
    [all...]

Completed in 132 milliseconds