Home
last modified time | relevance | path

Searched refs:SetScrollOffset (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/cc/layers/
Dlayer_impl_unittest.cc163 EXECUTE_AND_VERIFY_SUBTREE_CHANGED(root->SetScrollOffset(arbitrary_vector2d)); in TEST()
220 root->SetScrollOffset(arbitrary_vector2d)); in TEST()
293 layer->SetScrollOffset(arbitrary_vector2d)); in TEST()
295 layer->SetScrollOffset(arbitrary_vector2d)); in TEST()
466 layer()->SetScrollOffset(scroll_offset); in TEST_F()
505 layer()->SetScrollOffset(scroll_offset); in TEST_F()
552 layer()->SetScrollOffset(scroll_offset); in TEST_F()
587 layer()->SetScrollOffset(scroll_offset); in TEST_F()
609 layer()->SetScrollOffset(scroll_offset); in TEST_F()
631 layer()->SetScrollOffset(scroll_offset); in TEST_F()
[all …]
Dscrollbar_layer_unittest.cc138 scroll_layer->SetScrollOffset(gfx::Vector2d(10, 20)); in TEST()
164 scroll_layer->SetScrollOffset(gfx::Vector2d(100, 200)); in TEST()
214 root_layer->SetScrollOffset(gfx::Vector2d(0, 0)); in TEST()
235 root_layer->SetScrollOffset(gfx::Vector2d(-5, 0)); in TEST()
242 root_layer->SetScrollOffset(gfx::Vector2d(85, 0)); in TEST()
664 layer_tree_root->SetScrollOffset(gfx::Vector2d(10, 20)); in TestResourceUpload()
Dlayer.cc653 void Layer::SetScrollOffset(gfx::Vector2d scroll_offset) { in SetScrollOffset() function in cc::Layer
956 layer->SetScrollOffset(scroll_offset_); in PushPropertiesTo()
Dlayer.h263 void SetScrollOffset(gfx::Vector2d scroll_offset);
Dlayer_impl.h364 void SetScrollOffset(const gfx::Vector2d& scroll_offset);
Dlayer_impl.cc1069 void LayerImpl::SetScrollOffset(const gfx::Vector2d& scroll_offset) { in SetScrollOffset() function in cc::LayerImpl
Dlayer_unittest.cc615 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetScrollOffset( in TEST_F()
/external/chromium_org/cc/trees/
Dlayer_tree_host_unittest_scroll.cc44 scroll_layer->SetScrollOffset(initial_scroll_); in BeginTest()
59 scroll_layer->SetScrollOffset(second_scroll_); in Layout()
119 scroll_layer_->SetScrollOffset(initial_scroll_); in BeginTest()
209 root_scroll_layer->SetScrollOffset(initial_scroll_); in SetupTree()
250 root_scroll_layer->SetScrollOffset(root_scroll_layer->scroll_offset() + in WillBeginMainFrame()
491 expected_scroll_layer_->SetScrollOffset(initial_offset_); in SetupTree()
532 expected_scroll_layer_->SetScrollOffset(javascript_scroll_); in Layout()
777 root_scroll_layer->SetScrollOffset(initial_scroll_); in SetupTree()
805 scroll_layer->SetScrollOffset(initial_scroll_ + main_thread_scroll_ + in Layout()
905 root_scroll_layer->SetScrollOffset(initial_scroll_); in SetupTree()
Dlayer_tree_host_unittest_damage.cc367 content_layer->SetScrollOffset(gfx::Vector2d(10, 20)); in SetupTree()
446 scroll_layer->SetScrollOffset(scroll_layer->scroll_offset()); in SwapBuffersOnThread()
Dlayer_tree_host_impl_unittest.cc240 scroll->SetScrollOffset(gfx::Vector2d()); in CreateScrollAndContentsLayers()
474 root_layer->SetScrollOffset(scroll_offset); in TEST_F()
841 overflow->SetScrollOffset(gfx::Vector2d()); in TEST_F()
1088 scroll_layer->SetScrollOffset(gfx::Vector2d(50, 50)); in TEST_F()
1110 scroll_layer->SetScrollOffset(gfx::Vector2d(20, 20)); in TEST_F()
1132 scroll_layer->SetScrollOffset(gfx::Vector2d(20, 20)); in TEST_F()
1155 scroll_layer->SetScrollOffset(gfx::Vector2d(0, 0)); in TEST_F()
1194 scroll_layer->SetScrollOffset(gfx::Vector2d(50, 50)); in TEST_F()
1232 scroll_layer->SetScrollOffset(gfx::Vector2d(50, 50)); in TEST_F()
1284 scroll_layer->SetScrollOffset(gfx::Vector2d(50, 50)); in TEST_F()
[all …]
Dlayer_tree_host_perftest.cc232 scrollable_->SetScrollOffset(scrollable_->scroll_offset() + delta); in Layout()
Dlayer_tree_host_unittest_animation.cc1089 scroll_layer_->SetScrollOffset(gfx::Vector2d(10, 20)); in SetupTree()
Dlayer_tree_host_unittest.cc880 scroll_layer_->SetScrollOffset(gfx::Vector2d()); in SetupTree()
894 scroll_layer_->SetScrollOffset(offset + scroll_delta); in ApplyScrollAndScale()
Dlayer_tree_host_common_unittest.cc371 scroll_layer_raw_ptr->SetScrollOffset(kScrollOffset); in TEST_F()
6631 intervening->SetScrollOffset(gfx::Vector2d(3, 3)); in TEST_F()
/external/chromium_org/content/renderer/compositor_bindings/
Dweb_layer_impl.cc280 layer_->SetScrollOffset(gfx::Point(position).OffsetFromOrigin()); in setScrollPosition()