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

  /external/chromium_org/content/browser/renderer_host/input/
touch_emulator_unittest.cc 195 bool TouchMove(int x, int y, bool ack) {
197 WebInputEvent::TouchMove, WebTouchPoint::StateMoved, x, y, ack);
283 "TouchMove GestureTapCancel GestureScrollBegin GestureScrollUpdate"
295 "TouchMove GestureTapCancel GestureScrollBegin GestureScrollUpdate"
305 "TouchMove GestureTapCancel GestureScrollBegin GestureScrollUpdate",
308 EXPECT_EQ("TouchMove GestureScrollUpdate", ExpectedEvents());
311 "TouchMove GestureScrollUpdate TouchEnd GestureScrollEnd",
320 "TouchMove GestureTapCancel GestureScrollBegin GestureScrollUpdate",
325 EXPECT_EQ("TouchMove GesturePinchBegin", ExpectedEvents());
330 "TouchMove GesturePinchEnd GestureScrollUpdate"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformEvent.h 71 TouchMove,
  /external/chromium_org/chrome/test/chromedriver/client/
chromedriver.py 270 def TouchMove(self, x, y):
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 136 TouchMove,
  /external/chromium_org/content/shell/renderer/test_runner/
event_sender.cc 375 void TouchMove();
503 .SetMethod("touchMove", &EventSenderBindings::TouchMove)
706 void EventSenderBindings::TouchMove() {
708 sender_->TouchMove();
    [all...]

Completed in 301 milliseconds