Searched refs:accumulated_root_overscroll (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/cc/trees/ |
D | layer_tree_host_impl_unittest.cc | 2580 EXPECT_EQ(gfx::Vector2dF(), host_impl_->accumulated_root_overscroll()); in TEST_F() 2587 EXPECT_EQ(gfx::Vector2dF(), host_impl_->accumulated_root_overscroll()); in TEST_F() 2592 EXPECT_EQ(gfx::Vector2dF(0, 10), host_impl_->accumulated_root_overscroll()); in TEST_F() 2597 EXPECT_EQ(gfx::Vector2dF(0, 0), host_impl_->accumulated_root_overscroll()); in TEST_F() 2599 EXPECT_EQ(gfx::Vector2dF(0, -10), host_impl_->accumulated_root_overscroll()); in TEST_F() 2601 EXPECT_EQ(gfx::Vector2dF(0, -10), host_impl_->accumulated_root_overscroll()); in TEST_F() 2603 EXPECT_EQ(gfx::Vector2dF(-5, -10), host_impl_->accumulated_root_overscroll()); in TEST_F() 2605 EXPECT_EQ(gfx::Vector2dF(-5, 10), host_impl_->accumulated_root_overscroll()); in TEST_F() 2607 EXPECT_EQ(gfx::Vector2dF(0, -10), host_impl_->accumulated_root_overscroll()); in TEST_F() 2612 EXPECT_EQ(gfx::Vector2dF(0, -30), host_impl_->accumulated_root_overscroll()); in TEST_F() [all …]
|
D | layer_tree_host_impl.h | 373 gfx::Vector2dF accumulated_root_overscroll() const { in accumulated_root_overscroll() function
|