Searched refs:GetRootLayer (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/views/
H A Dview_unittest.cc3065 ui::Layer* GetRootLayer() { function in class:views::ViewLayerTest
3404 GetRootLayer()->GetCompositor()->ScheduleDraw();
3405 ui::DrawWaiterForTest::Wait(GetRootLayer()->GetCompositor());
3406 GetRootLayer()->SchedulePaint(gfx::Rect(0, 0, 10, 10));
3410 GetRootLayer()->GetCompositor()->ScheduleDraw();
3411 ui::DrawWaiterForTest::Wait(GetRootLayer()->GetCompositor());
3417 GetRootLayer()->GetCompositor()->ScheduleDraw();
3418 ui::DrawWaiterForTest::Wait(GetRootLayer()->GetCompositor());
3575 ui::Layer* root_layer = GetRootLayer();
3657 GetRootLayer()
[all...]
/external/chromium_org/content/renderer/gpu/
H A Drender_widget_compositor.h72 const cc::Layer* GetRootLayer() const;
H A Drender_widget_compositor.cc424 const cc::Layer* RenderWidgetCompositor::GetRootLayer() const { function in class:content::RenderWidgetCompositor
H A Dgpu_benchmarking_extension.cc410 const cc::Layer* root_layer = context.compositor()->GetRootLayer();

Completed in 101 milliseconds