Searched refs:TestCompositorHost (Results 1 - 6 of 6) sorted by last modified time

/external/chromium_org/ui/compositor/
H A Dlayer_animator_unittest.cc2586 scoped_ptr<TestCompositorHost> host_1(
2587 TestCompositorHost::Create(bounds, context_factory));
2588 scoped_ptr<TestCompositorHost> host_2(
2589 TestCompositorHost::Create(bounds, context_factory));
H A Dlayer_unittest.cc102 TestCompositorHost::Create(host_bounds, context_factory));
201 scoped_ptr<TestCompositorHost> compositor_host_;
408 compositor_host_.reset(TestCompositorHost::Create(host_bounds,
460 scoped_ptr<TestCompositorHost> compositor_host_;
/external/chromium_org/ui/compositor/test/
H A Dtest_compositor_host.h17 class TestCompositorHost { class in namespace:ui
19 virtual ~TestCompositorHost() {}
21 // Creates a new TestCompositorHost. The caller owns the returned value.
22 static TestCompositorHost* Create(const gfx::Rect& bounds,
25 // Shows the TestCompositorHost.
H A Dtest_compositor_host_ozone.cc19 class TestCompositorHostOzone : public TestCompositorHost {
26 // Overridden from TestCompositorHost:
73 TestCompositorHost* TestCompositorHost::Create(
H A Dtest_compositor_host_win.cc15 class TestCompositorHostWin : public TestCompositorHost,
31 // Overridden from TestCompositorHost:
60 TestCompositorHost* TestCompositorHost::Create(
H A Dtest_compositor_host_x11.cc22 class TestCompositorHostX11 : public TestCompositorHost {
29 // Overridden from TestCompositorHost:
94 TestCompositorHost* TestCompositorHost::Create(

Completed in 89 milliseconds