AcquireLayer      169 content/browser/web_contents/aura/overscroll_navigation_overlay.cc     layer.reset(window_->AcquireLayer());
AcquireLayer     1867 ui/aura/window_unittest.cc TEST_F(WindowTest, AcquireLayer) {
AcquireLayer     1881 ui/aura/window_unittest.cc   scoped_ptr<ui::Layer> window1_layer(window1->AcquireLayer());
AcquireLayer     1888 ui/aura/window_unittest.cc   scoped_ptr<ui::Layer> window1_layer_reacquired(window1->AcquireLayer());
AcquireLayer     1950 ui/aura/window_unittest.cc   scoped_ptr<ui::Layer>acquired_layer(w->AcquireLayer());
AcquireLayer       31 ui/compositor/layer_owner.cc   scoped_ptr<ui::Layer> old_layer(AcquireLayer());
AcquireLayer       29 ui/compositor/layer_owner.h   Layer* AcquireLayer() WARN_UNUSED_RESULT;
AcquireLayer       86 ui/v2/public/view.h   ui::Layer* AcquireLayer();
AcquireLayer      299 ui/v2/src/view.cc   return layer_owner_->AcquireLayer();
AcquireLayer      106 ui/v2/src/view_unittest.cc   scoped_ptr<ui::Layer>(v1.AcquireLayer());
AcquireLayer     3342 ui/views/view_unittest.cc TEST_F(ViewLayerTest, AcquireLayer) {
AcquireLayer     3350 ui/views/view_unittest.cc   scoped_ptr<ui::Layer> layer(c1->AcquireLayer());
AcquireLayer       30 ui/wm/core/window_util_unittest.cc   scoped_ptr<ui::Layer> acquired(window11->AcquireLayer());