Home
last modified time | relevance | path

Searched refs:CreateRootWindowForPrimaryDisplay (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ui/aura/test/
Dtest_screen.h31 RootWindow* CreateRootWindowForPrimaryDisplay();
Daura_test_helper.cc82 root_window_.reset(test_screen_->CreateRootWindowForPrimaryDisplay()); in SetUp()
Dtest_screen.cc33 RootWindow* TestScreen::CreateRootWindowForPrimaryDisplay() { in CreateRootWindowForPrimaryDisplay() function in aura::TestScreen
/external/chromium_org/ui/aura/demo/
Ddemo_main.cc121 test_screen->CreateRootWindowForPrimaryDisplay()); in DemoMain()
/external/chromium_org/content/shell/browser/
Dshell_aura.cc130 root_window_.reset(screen->CreateRootWindowForPrimaryDisplay()); in ShellAuraPlatformData()
/external/chromium_org/ui/aura/bench/
Dbench_main.cc310 test_screen->CreateRootWindowForPrimaryDisplay()); in main()