Home
last modified time | relevance | path

Searched refs:total_scroll (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/aura/gestures/
Dgesture_recognizer_unittest.cc1093 gfx::Vector2dF total_scroll; in TEST_P() local
1110 total_scroll.set_x(total_scroll.x() + delegate->scroll_x()); in TEST_P()
1111 total_scroll.set_y(total_scroll.y() + delegate->scroll_y()); in TEST_P()
1121 total_scroll.set_x(total_scroll.x() + delegate->scroll_x()); in TEST_P()
1122 total_scroll.set_y(total_scroll.y() + delegate->scroll_y()); in TEST_P()
1128 total_scroll.set_x(total_scroll.x() + delegate->scroll_x()); in TEST_P()
1129 total_scroll.set_y(total_scroll.y() + delegate->scroll_y()); in TEST_P()
1134 total_scroll.set_x(total_scroll.x() + delegate->scroll_x()); in TEST_P()
1135 total_scroll.set_y(total_scroll.y() + delegate->scroll_y()); in TEST_P()