Home
last modified time | relevance | path

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

/external/chromium_org/cc/trees/
Dlayer_tree_host_impl_unittest.cc3233 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 …]
Dlayer_tree_host_impl.h414 gfx::Vector2dF accumulated_root_overscroll() const { in accumulated_root_overscroll() function