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

  /external/chromium_org/cc/trees/
layer_tree_host_unittest_scroll.cc 458 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::__anon7455::LayerTreeHostScrollTestCaseWithChild
    [all...]
  /external/chromium_org/cc/input/
top_controls_manager_unittest.cc 35 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::__anon7299::MockTopControlsManagerClient

Completed in 850 milliseconds