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

/external/chromium_org/ui/compositor/
H A Dlayer_unittest.cc123 Layer* CreateNoTextureLayer(const gfx::Rect& bounds) { function in class:ui::__anon16705::LayerWithRealCompositorTest
430 virtual Layer* CreateNoTextureLayer(const gfx::Rect& bounds) { function in class:ui::LayerWithDelegateTest
577 scoped_ptr<Layer> l2(CreateNoTextureLayer(gfx::Rect(10, 10, 350, 350)));
633 virtual Layer* CreateNoTextureLayer(const gfx::Rect& bounds) OVERRIDE {
1395 scoped_ptr<Layer> root(CreateNoTextureLayer(gfx::Rect(0, 0, 1000, 1000)));
1440 scoped_ptr<Layer> root(CreateNoTextureLayer(gfx::Rect(0, 0, 1000, 1000)));
1493 scoped_ptr<Layer> root(CreateNoTextureLayer(gfx::Rect(0, 0, 1000, 1000)));

Completed in 37 milliseconds