Searched refs:TestWindowTreeClient (Results 1 – 5 of 5) sorted by relevance
12 TestWindowTreeClient::TestWindowTreeClient(Window* root_window) in TestWindowTreeClient() function in aura::test::TestWindowTreeClient17 TestWindowTreeClient::~TestWindowTreeClient() { in ~TestWindowTreeClient()21 Window* TestWindowTreeClient::GetDefaultParent(Window* context, in GetDefaultParent()
16 class TestWindowTreeClient : public client::WindowTreeClient {18 explicit TestWindowTreeClient(Window* root_window);19 virtual ~TestWindowTreeClient();28 DISALLOW_COPY_AND_ASSIGN(TestWindowTreeClient);
30 class TestWindowTreeClient; variable62 scoped_ptr<TestWindowTreeClient> stacking_client_;
76 stacking_client_.reset(new TestWindowTreeClient(root_window())); in SetUp()
128 new aura::test::TestWindowTreeClient(host_->window())); in ShellPlatformDataAura()