Searched defs:root_scroll_layer_ (Results 1 - 2 of 2) sorted by path

/external/chromium_org/cc/input/
H A Dtop_controls_manager_unittest.cc35 root_scroll_layer_ = LayerImpl::Create(active_tree_.get(), 1);
58 return root_scroll_layer_.get();
76 scoped_ptr<LayerImpl> root_scroll_layer_; member in class:cc::__anon2674::MockTopControlsManagerClient
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_scroll.cc458 root_scroll_layer_ = FakePictureLayer::Create(&fake_content_layer_client_);
459 root_scroll_layer_->SetBounds(gfx::Size(110, 110));
461 root_scroll_layer_->SetPosition(gfx::Point());
463 root_scroll_layer_->SetIsDrawable(true);
464 root_scroll_layer_->SetScrollClipLayerId(root_layer->id());
465 root_scroll_layer_->SetIsContainerForFixedPositionLayers(true);
466 root_layer->AddChild(root_scroll_layer_);
486 child_layer_->SetBounds(root_scroll_layer_->bounds());
487 root_scroll_layer_->AddChild(child_layer_);
491 expected_no_scroll_layer_ = root_scroll_layer_;
641 scoped_refptr<Layer> root_scroll_layer_; member in class:cc::__anon2830::LayerTreeHostScrollTestCaseWithChild
[all...]

Completed in 464 milliseconds