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 211 scoped_refptr<Layer> root_scroll_layer = Layer::Create(); variable
212 root_scroll_layer->SetScrollClipLayerId(root_layer->id());
213 root_scroll_layer->SetScrollOffset(initial_scroll_);
214 root_scroll_layer->SetBounds(gfx::Size(200, 200));
215 root_scroll_layer->SetIsDrawable(true);
216 root_scroll_layer->SetIsContainerForFixedPositionLayers(true);
217 root_layer->AddChild(root_scroll_layer);
220 root_layer, root_scroll_layer, NULL);
226 Layer* root_scroll_layer = variable
233 EXPECT_VECTOR_EQ(root_scroll_layer->scroll_offset(), initial_scroll_)
282 LayerImpl* root_scroll_layer = variable
386 scoped_refptr<Layer> root_scroll_layer = Layer::Create(); variable
755 scoped_refptr<Layer> root_scroll_layer = Layer::Create(); variable
884 scoped_refptr<Layer> root_scroll_layer = Layer::Create(); variable
1139 Layer* root_scroll_layer = variable
    [all...]
layer_tree_impl.cc 372 LayerImpl* root_scroll_layer = OuterViewportScrollLayer() local
375 if (!root_scroll_layer || root_scroll_layer->children().empty())
377 LayerImpl* layer = root_scroll_layer->children()[0];
571 LayerImpl* root_scroll_layer = OuterViewportScrollLayer() local
574 if (!root_scroll_layer || root_scroll_layer->children().empty())
576 return root_scroll_layer->children()[0]->bounds();
    [all...]

Completed in 1271 milliseconds