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 | 3233 EXPECT_EQ(gfx::Vector2dF(), host_impl_->accumulated_root_overscroll()); in TEST_F() 3239 EXPECT_EQ(gfx::Vector2dF(), host_impl_->accumulated_root_overscroll()); in TEST_F() 3243 EXPECT_EQ(gfx::Vector2dF(0, 10), host_impl_->accumulated_root_overscroll()); in TEST_F() 3247 EXPECT_EQ(gfx::Vector2dF(0, 0), host_impl_->accumulated_root_overscroll()); in TEST_F() 3249 EXPECT_EQ(gfx::Vector2dF(0, -10), host_impl_->accumulated_root_overscroll()); in TEST_F() 3251 EXPECT_EQ(gfx::Vector2dF(0, -10), host_impl_->accumulated_root_overscroll()); in TEST_F() 3253 EXPECT_EQ(gfx::Vector2dF(-5, -10), host_impl_->accumulated_root_overscroll()); in TEST_F() 3255 EXPECT_EQ(gfx::Vector2dF(-5, 10), host_impl_->accumulated_root_overscroll()); in TEST_F() 3257 EXPECT_EQ(gfx::Vector2dF(0, -10), host_impl_->accumulated_root_overscroll()); in TEST_F() 3262 EXPECT_EQ(gfx::Vector2dF(0, -30), host_impl_->accumulated_root_overscroll()); in TEST_F() [all …]
|
D | layer_tree_host_impl.h | 414 gfx::Vector2dF accumulated_root_overscroll() const { in accumulated_root_overscroll() function
|