Searched defs:root_clip_layer (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/cc/layers/
H A Dscrollbar_layer_unittest.cc202 scoped_refptr<Layer> root_clip_layer = Layer::Create(); local
208 root_layer->SetScrollClipLayerId(root_clip_layer->id());
210 root_clip_layer->SetBounds(gfx::Size(20, 50));
214 host->SetRootLayer(root_clip_layer);
215 root_clip_layer->AddChild(root_layer);
222 scrollbar_layer->SetClipLayer(root_clip_layer->id());
247 scoped_refptr<Layer> root_clip_layer = Layer::Create(); local
253 root_layer->SetScrollClipLayerId(root_clip_layer->id());
255 root_clip_layer->SetBounds(gfx::Size(20, 50));
259 host->SetRootLayer(root_clip_layer);
[all...]

Completed in 1923 milliseconds