HomeSort by relevance Sort by last modified time
    Searched full:fling_point (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/content/renderer/input/
input_handler_proxy_unittest.cc 455 WebPoint fling_point = WebPoint(7, 13); local
461 gesture_.x = fling_point.x;
462 gesture_.y = fling_point.y;
511 // *) fling_delta and fling_point should match the original GestureFlingStart
523 testing::Eq(fling_point)),
563 WebPoint fling_point = WebPoint(7, 13); local
569 gesture_.x = fling_point.x;
570 gesture_.y = fling_point.y;
618 // *) fling_delta and fling_point should match the original GestureFlingStart
630 testing::Eq(fling_point)),
848 WebPoint fling_point = WebPoint(7, 13); local
911 WebPoint fling_point = WebPoint(7, 13); local
972 WebPoint fling_point = WebPoint(7, 13); local
    [all...]

Completed in 1075 milliseconds