HomeSort by relevance Sort by last modified time
    Searched full:root_clip_layer (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/cc/layers/
scrollbar_layer_unittest.cc 202 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 2894 milliseconds