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

/external/chromium_org/ui/snapshot/
H A Dsnapshot_aura_unittest.cc37 class TestPaintingWindowDelegate : public aura::test::TestWindowDelegate { class in namespace:ui::__anon17014
39 explicit TestPaintingWindowDelegate(const gfx::Size& window_size) function in class:ui::__anon17014::TestPaintingWindowDelegate
43 virtual ~TestPaintingWindowDelegate() {
56 DISALLOW_COPY_AND_ASSIGN(TestPaintingWindowDelegate);
122 delegate_.reset(new TestPaintingWindowDelegate(window_bounds.size()));
183 scoped_ptr<TestPaintingWindowDelegate> delegate_;

Completed in 93 milliseconds