Home
last modified time | relevance | path

Searched refs:TestWindowTreeClient (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/aura/test/
Dtest_window_tree_client.cc12 TestWindowTreeClient::TestWindowTreeClient(Window* root_window) in TestWindowTreeClient() function in aura::test::TestWindowTreeClient
17 TestWindowTreeClient::~TestWindowTreeClient() { in ~TestWindowTreeClient()
21 Window* TestWindowTreeClient::GetDefaultParent(Window* context, in GetDefaultParent()
Dtest_window_tree_client.h16 class TestWindowTreeClient : public client::WindowTreeClient {
18 explicit TestWindowTreeClient(Window* root_window);
19 virtual ~TestWindowTreeClient();
28 DISALLOW_COPY_AND_ASSIGN(TestWindowTreeClient);
Daura_test_helper.h30 class TestWindowTreeClient; variable
62 scoped_ptr<TestWindowTreeClient> stacking_client_;
Daura_test_helper.cc76 stacking_client_.reset(new TestWindowTreeClient(root_window())); in SetUp()
/external/chromium_org/content/shell/browser/
Dshell_platform_data_aura.cc128 new aura::test::TestWindowTreeClient(host_->window())); in ShellPlatformDataAura()