HomeSort by relevance Sort by last modified time
    Searched defs:root_scroll_layer_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/cc/input/
top_controls_manager_unittest.cc 33 root_scroll_layer_ = LayerImpl::Create(active_tree_.get(), 1);
48 return root_scroll_layer_.get();
65 scoped_ptr<LayerImpl> root_scroll_layer_; member in class:cc::__anon6552::MockTopControlsManagerClient
  /external/chromium_org/cc/trees/
layer_tree_impl.h 242 LayerImpl* root_scroll_layer_; member in class:cc::LayerTreeImpl
layer_tree_host_unittest_scroll.cc 407 root_scroll_layer_ = ContentLayer::Create(&fake_content_layer_client_);
408 root_scroll_layer_->SetBounds(gfx::Size(110, 110));
410 root_scroll_layer_->SetPosition(gfx::Point());
411 root_scroll_layer_->SetAnchorPoint(gfx::PointF());
413 root_scroll_layer_->SetIsDrawable(true);
414 root_scroll_layer_->SetScrollable(true);
415 root_scroll_layer_->SetMaxScrollOffset(gfx::Vector2d(100, 100));
416 root_layer->AddChild(root_scroll_layer_);
438 root_scroll_layer_->AddChild(child_layer_);
442 expected_no_scroll_layer_ = root_scroll_layer_;
595 scoped_refptr<Layer> root_scroll_layer_; member in class:cc::__anon6672::LayerTreeHostScrollTestCaseWithChild
    [all...]

Completed in 47 milliseconds