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

  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc 432 if (!RootScrollLayer())
436 RootScrollLayer()->scroll_offset() + RootScrollLayer()->ScrollDelta();
    [all...]
layer_tree_impl.cc 162 LayerImpl* LayerTreeImpl::RootScrollLayer() const {
254 LayerImpl* root_scroll = RootScrollLayer();
326 LayerImpl* root_scroll = RootScrollLayer();
353 if (IsActiveTree() && RootScrollLayer() && RootContainerLayer())
683 LayerImpl* root_scroll = RootScrollLayer();
layer_tree_impl.h 116 LayerImpl* RootScrollLayer() const;
layer_tree_host_impl.h 280 LayerImpl* RootScrollLayer() const;
layer_tree_host_impl_unittest.cc 724 host_impl_->RootScrollLayer()->SetVerticalScrollbarLayer(
730 EXPECT_FLOAT_EQ(875.f, host_impl_->RootScrollLayer()->ScrollDelta().y());
811 EXPECT_EQ(scroll_layer, host_impl_->RootScrollLayer());
    [all...]

Completed in 29 milliseconds