HomeSort by relevance Sort by last modified time
    Searched refs:SetScrollOffset (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/cc/layers/
layer_impl_unittest.cc 163 EXECUTE_AND_VERIFY_SUBTREE_CHANGED(root->SetScrollOffset(arbitrary_vector2d));
220 root->SetScrollOffset(arbitrary_vector2d));
293 layer->SetScrollOffset(arbitrary_vector2d));
295 layer->SetScrollOffset(arbitrary_vector2d));
466 layer()->SetScrollOffset(scroll_offset);
505 layer()->SetScrollOffset(scroll_offset);
552 layer()->SetScrollOffset(scroll_offset);
587 layer()->SetScrollOffset(scroll_offset);
609 layer()->SetScrollOffset(scroll_offset);
631 layer()->SetScrollOffset(scroll_offset)
    [all...]
scrollbar_layer_unittest.cc 138 scroll_layer->SetScrollOffset(gfx::Vector2d(10, 20));
164 scroll_layer->SetScrollOffset(gfx::Vector2d(100, 200));
214 root_layer->SetScrollOffset(gfx::Vector2d(0, 0));
235 root_layer->SetScrollOffset(gfx::Vector2d(-5, 0));
242 root_layer->SetScrollOffset(gfx::Vector2d(85, 0));
664 layer_tree_root->SetScrollOffset(gfx::Vector2d(10, 20));
    [all...]
layer.h 263 void SetScrollOffset(gfx::Vector2d scroll_offset);
layer.cc 653 void Layer::SetScrollOffset(gfx::Vector2d scroll_offset) {
956 layer->SetScrollOffset(scroll_offset_);
    [all...]
layer_impl.h 364 void SetScrollOffset(const gfx::Vector2d& scroll_offset);
layer_impl.cc     [all...]
layer_unittest.cc 615 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetScrollOffset(
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_scroll.cc 44 scroll_layer->SetScrollOffset(initial_scroll_);
59 scroll_layer->SetScrollOffset(second_scroll_);
119 scroll_layer_->SetScrollOffset(initial_scroll_);
209 root_scroll_layer->SetScrollOffset(initial_scroll_);
250 root_scroll_layer->SetScrollOffset(root_scroll_layer->scroll_offset() +
491 expected_scroll_layer_->SetScrollOffset(initial_offset_);
532 expected_scroll_layer_->SetScrollOffset(javascript_scroll_);
777 root_scroll_layer->SetScrollOffset(initial_scroll_);
805 scroll_layer->SetScrollOffset(initial_scroll_ + main_thread_scroll_ +
    [all...]
layer_tree_host_unittest_damage.cc 367 content_layer->SetScrollOffset(gfx::Vector2d(10, 20));
446 scroll_layer->SetScrollOffset(scroll_layer->scroll_offset());
layer_tree_host_perftest.cc 232 scrollable_->SetScrollOffset(scrollable_->scroll_offset() + delta);
layer_tree_host_impl_unittest.cc 240 scroll->SetScrollOffset(gfx::Vector2d());
474 root_layer->SetScrollOffset(scroll_offset);
    [all...]
layer_tree_host_unittest_animation.cc     [all...]
layer_tree_host_unittest.cc 880 scroll_layer_->SetScrollOffset(gfx::Vector2d());
894 scroll_layer_->SetScrollOffset(offset + scroll_delta);
    [all...]
layer_tree_host_common_unittest.cc 371 scroll_layer_raw_ptr->SetScrollOffset(kScrollOffset);
    [all...]
  /external/chromium_org/content/renderer/compositor_bindings/
web_layer_impl.cc 280 layer_->SetScrollOffset(gfx::Point(position).OffsetFromOrigin());

Completed in 7015 milliseconds