Home
last modified time | relevance | path

Searched refs:RootContainerLayer (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/cc/trees/
Dlayer_tree_impl.cc166 LayerImpl* LayerTreeImpl::RootContainerLayer() const { in RootContainerLayer() function in cc::LayerTreeImpl
334 if (RootContainerLayer()) in UpdateSolidColorScrollbars()
337 RootContainerLayer()->bounds().height(); in UpdateSolidColorScrollbars()
353 if (IsActiveTree() && RootScrollLayer() && RootContainerLayer()) in UpdateDrawProperties()
357 RootContainerLayer() in UpdateDrawProperties()
358 && !RootContainerLayer()->masks_to_bounds()) { in UpdateDrawProperties()
380 page_scale_layer_ ? page_scale_layer_ : RootContainerLayer(); in UpdateDrawProperties()
684 LayerImpl* root_container = RootContainerLayer(); in UpdateRootScrollLayerSizeDelta()
Dlayer_tree_host_common_perftest.cc134 active_tree->RootContainerLayer(), in DrawLayersOnThread()
Dlayer_tree_impl.h117 LayerImpl* RootContainerLayer() const;
Dlayer_tree_host_impl.cc1473 LayerImpl* container_layer = active_tree_->RootContainerLayer(); in UnscaledScrollableViewportSize()