Searched refs:SetScrollDelta (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/cc/layers/ |
D | layer_position_constraint_unittest.cc | 163 child->SetScrollDelta(gfx::Vector2d(0, 0)); in TEST_F() 175 child->SetScrollDelta(gfx::Vector2d(10, 10)); in TEST_F() 237 child->SetScrollDelta(gfx::Vector2d(0, 0)); in TEST_F() 251 child->SetScrollDelta(gfx::Vector2d(10, 20)); in TEST_F() 305 child->SetScrollDelta(gfx::Vector2d(0, 0)); in TEST_F() 323 child->SetScrollDelta(gfx::Vector2d(10, 10)); in TEST_F() 392 child->SetScrollDelta(gfx::Vector2d(0, 0)); in TEST_F() 417 child->SetScrollDelta(gfx::Vector2d(10, 20)); in TEST_F() 504 child->SetScrollDelta(gfx::Vector2d(0, 0)); in TEST_F() 529 child->SetScrollDelta(gfx::Vector2d(10, 0)); in TEST_F() [all …]
|
D | layer_impl_unittest.cc | 162 EXECUTE_AND_VERIFY_SUBTREE_CHANGED(root->SetScrollDelta(gfx::Vector2d())); in TEST() 218 root->SetScrollDelta(gfx::Vector2d())); in TEST() 286 layer->SetScrollDelta(gfx::Vector2d(0, 0)); in TEST() 289 layer->SetScrollDelta(arbitrary_vector2d)); in TEST() 291 layer->SetScrollDelta(arbitrary_vector2d)); in TEST()
|
D | layer_impl.cc | 366 SetScrollDelta(new_delta); in ScrollBy() 409 SetScrollDelta(active_twin->ScrollDelta() - in ApplyScrollDeltasSinceBeginMainFrame() 750 SetScrollDelta(scroll_offset - scroll_offset_); in OnScrollOffsetAnimated() 1099 pending_twin->SetScrollDelta(scroll_delta - sent_scroll_delta()); in SetScrollOffsetAndDelta() 1123 void LayerImpl::SetScrollDelta(const gfx::Vector2dF& scroll_delta) { in SetScrollDelta() function in cc::LayerImpl
|
D | layer_impl.h | 373 void SetScrollDelta(const gfx::Vector2dF& scroll_delta);
|
/external/chromium_org/cc/trees/ |
D | layer_tree_host_unittest_scroll.cc | 1173 root->child_at(0)->SetScrollDelta(gfx::Vector2dF(5, 5)); in DrawLayersOnThread() 1174 root->child_at(0)->child_at(0)->SetScrollDelta(gfx::Vector2dF(5, 5)); in DrawLayersOnThread() 1175 root->child_at(1)->SetScrollDelta(gfx::Vector2dF(5, 5)); in DrawLayersOnThread()
|
D | layer_tree_host_impl_unittest.cc | 914 scroll_layer->SetScrollDelta(gfx::Vector2d()); in TEST_F() 951 scroll_layer->SetScrollDelta(gfx::Vector2d()); in TEST_F() 1046 scroll_layer->SetScrollDelta(gfx::Vector2d()); in TEST_F() 1068 scroll_layer->SetScrollDelta(gfx::Vector2d()); in TEST_F() 1087 scroll_layer->SetScrollDelta(gfx::Vector2d()); in TEST_F() 1109 scroll_layer->SetScrollDelta(gfx::Vector2d()); in TEST_F() 1131 scroll_layer->SetScrollDelta(gfx::Vector2d()); in TEST_F() 1154 scroll_layer->SetScrollDelta(gfx::Vector2d()); in TEST_F() 2877 scroll_layer->SetScrollDelta(gfx::Vector2dF()); in TEST_F() 2949 child_ptr->SetScrollDelta(gfx::Vector2dF()); in TEST_F() [all …]
|
D | layer_tree_host_common_unittest.cc | 366 scroll_layer->SetScrollDelta(kScrollDelta); in TEST_F() 7771 scroll_layer->SetScrollDelta(scroll_delta); in TEST_F() 7792 scroll_layer->SetScrollDelta(scroll_delta); in TEST_F() 7819 scroll_layer->SetScrollDelta(scroll_delta); in TEST_F() 7843 scroll_layer->SetScrollDelta(scroll_delta); in TEST_F()
|