Searched refs:total_scroll (Results 1 – 1 of 1) sorted by relevance
1093 gfx::Vector2dF total_scroll; in TEST_P() local1110 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()