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

  /external/chromium_org/cc/input/
layer_scroll_offset_delegate.h 22 virtual void SetMaxScrollOffset(gfx::Vector2dF max_scroll_offset) = 0;
34 // more than the value passed to the most recent SetMaxScrollOffset call.
  /external/chromium_org/cc/layers/
layer_impl_unittest.cc 108 root->SetMaxScrollOffset(arbitrary_vector2d));
224 VERIFY_NEEDS_UPDATE_DRAW_PROPERTIES(root->SetMaxScrollOffset(large_vector2d));
226 root->SetMaxScrollOffset(large_vector2d));
347 layer()->SetMaxScrollOffset(max_scroll_offset);
369 layer()->SetMaxScrollOffset(max_scroll_offset);
393 virtual void SetMaxScrollOffset(gfx::Vector2dF max_scroll_offset) OVERRIDE {}
414 layer()->SetMaxScrollOffset(max_scroll_offset);
448 virtual void SetMaxScrollOffset(gfx::Vector2dF max_scroll_offset) OVERRIDE {}
466 layer()->SetMaxScrollOffset(max_scroll_offset);
503 layer()->SetMaxScrollOffset(max_scroll_offset)
    [all...]
scrollbar_layer_unittest.cc 130 layer_tree_root->SetMaxScrollOffset(gfx::Vector2d(30, 50));
151 layer_tree_root->SetMaxScrollOffset(gfx::Vector2d(300, 500));
180 root_layer->SetMaxScrollOffset(gfx::Vector2d(80, 0));
347 layer_impl_tree_root->SetMaxScrollOffset(gfx::Vector2d(8, 8));
601 layer_tree_root->SetMaxScrollOffset(gfx::Vector2d(30, 50));
layer_impl.cc 543 layer->SetMaxScrollOffset(max_scroll_offset_);
    [all...]
layer_position_constraint_unittest.cc 118 root->SetMaxScrollOffset(gfx::Vector2d(100, 100));
120 child->SetMaxScrollOffset(gfx::Vector2d(100, 100));
122 grand_child->SetMaxScrollOffset(gfx::Vector2d(100, 100));
    [all...]
layer.h 273 void SetMaxScrollOffset(gfx::Vector2d max_scroll_offset);
layer_impl.h 387 void SetMaxScrollOffset(gfx::Vector2d max_scroll_offset);
layer.cc 704 void Layer::SetMaxScrollOffset(gfx::Vector2d max_scroll_offset) {
923 layer->SetMaxScrollOffset(max_scroll_offset_);
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_scroll.cc 36 ->SetMaxScrollOffset(gfx::Vector2d(100, 100));
58 root->SetMaxScrollOffset(gfx::Vector2d(100, 100));
102 ->SetMaxScrollOffset(gfx::Vector2d(100, 100));
190 root_scroll_layer->SetMaxScrollOffset(gfx::Vector2d(100, 100));
350 ->SetMaxScrollOffset(gfx::Vector2d(100, 100));
415 root_scroll_layer_->SetMaxScrollOffset(gfx::Vector2d(100, 100));
437 child_layer_->SetMaxScrollOffset(gfx::Vector2d(100, 100));
730 ->SetMaxScrollOffset(gfx::Vector2d(100, 100));
837 layer_tree_host()->root_layer()->SetMaxScrollOffset(
    [all...]
layer_tree_host_unittest_damage.cc 434 content_layer->SetMaxScrollOffset(gfx::Vector2d(30, 50));
513 scroll_layer->SetMaxScrollOffset(gfx::Vector2d(60, 100));
layer_tree_impl.cc 265 root_scroll_layer_->SetMaxScrollOffset(gfx::ToFlooredVector2d(max_scroll));
layer_tree_host_impl_unittest.cc 220 scroll->SetMaxScrollOffset(gfx::Vector2d(content_size.width(),
256 layer->SetMaxScrollOffset(gfx::Vector2d(size.width() * 2,
427 root->SetMaxScrollOffset(gfx::Vector2d(100, 100));
747 overflow->SetMaxScrollOffset(gfx::Vector2d(overflow_size.width(),
    [all...]
layer_tree_host_common_unittest.cc 436 scroll_layer->SetMaxScrollOffset(kMaxScrollOffset);
    [all...]
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_impl.h 76 virtual void SetMaxScrollOffset(gfx::Vector2dF max_scroll_offset) OVERRIDE;
synchronous_compositor_impl.cc 221 void SynchronousCompositorImpl::SetMaxScrollOffset(
  /external/chromium_org/cc/animation/
scrollbar_animation_controller_linear_fade_unittest.cc 25 scroll_layer_->SetMaxScrollOffset(gfx::Vector2d(50, 50));
scrollbar_animation_controller_thinning_unittest.cc 29 scroll_layer_->SetMaxScrollOffset(gfx::Vector2d(50, 50));
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc 251 layer_->SetMaxScrollOffset(max_scroll_position);

Completed in 303 milliseconds