Lines Matching refs:Shell
48 return Shell::GetContainer(Shell::GetPrimaryRootWindow(), in GetDefaultContainer()
53 return Shell::GetContainer(Shell::GetPrimaryRootWindow(), in GetAlwaysOnTopContainer()
59 aura::Window* root_window = Shell::GetPrimaryRootWindow(); in ExpectAllContainers()
60 EXPECT_TRUE(Shell::GetContainer(root_window, in ExpectAllContainers()
63 Shell::GetContainer(root_window, kShellWindowId_DefaultContainer)); in ExpectAllContainers()
65 Shell::GetContainer(root_window, kShellWindowId_AlwaysOnTopContainer)); in ExpectAllContainers()
66 EXPECT_TRUE(Shell::GetContainer(root_window, kShellWindowId_PanelContainer)); in ExpectAllContainers()
67 EXPECT_TRUE(Shell::GetContainer(root_window, kShellWindowId_ShelfContainer)); in ExpectAllContainers()
69 Shell::GetContainer(root_window, kShellWindowId_SystemModalContainer)); in ExpectAllContainers()
70 EXPECT_TRUE(Shell::GetContainer( in ExpectAllContainers()
73 Shell::GetContainer(root_window, kShellWindowId_LockScreenContainer)); in ExpectAllContainers()
74 EXPECT_TRUE(Shell::GetContainer(root_window, in ExpectAllContainers()
76 EXPECT_TRUE(Shell::GetContainer(root_window, kShellWindowId_StatusContainer)); in ExpectAllContainers()
77 EXPECT_TRUE(Shell::GetContainer(root_window, kShellWindowId_MenuContainer)); in ExpectAllContainers()
78 EXPECT_TRUE(Shell::GetContainer(root_window, in ExpectAllContainers()
81 Shell::GetContainer(root_window, kShellWindowId_SettingBubbleContainer)); in ExpectAllContainers()
83 Shell::GetContainer(root_window, kShellWindowId_OverlayContainer)); in ExpectAllContainers()
84 EXPECT_TRUE(Shell::GetContainer( in ExpectAllContainers()
88 Shell::GetContainer(root_window, kShellWindowId_MouseCursorContainer)); in ExpectAllContainers()
180 Shell::GetInstance()->session_state_delegate(); in LockScreenAndVerifyMenuClosed()
183 ash::Shell::GetContainer(Shell::GetPrimaryRootWindow(), in LockScreenAndVerifyMenuClosed()
269 aura::Window* modal_container = Shell::GetContainer( in TEST_F()
270 Shell::GetPrimaryRootWindow(), kShellWindowId_SystemModalContainer); in TEST_F()
300 Shell::GetInstance()->session_state_delegate()->LockScreen(); in TEST_F()
303 ash::Shell::GetContainer(Shell::GetPrimaryRootWindow(), in TEST_F()
310 aura::Window* lock_screen = Shell::GetContainer( in TEST_F()
311 Shell::GetPrimaryRootWindow(), ash::kShellWindowId_LockScreenContainer); in TEST_F()
322 Shell::GetContainer(Shell::GetPrimaryRootWindow(), in TEST_F()
336 aura::Window* modal_container = Shell::GetContainer( in TEST_F()
337 Shell::GetPrimaryRootWindow(), ash::kShellWindowId_SystemModalContainer); in TEST_F()
358 Shell::GetInstance()->session_state_delegate(); in TEST_F()
370 views::Widget* widget = ash::Shell::GetPrimaryRootWindowController()-> in TEST_F()
398 EXPECT_EQ(Shell::GetPrimaryRootWindow()->GetHost()->GetBounds().height(), in TEST_F()
435 Shell::GetPrimaryRootWindowController()-> in TEST_F()
442 Shell::GetPrimaryRootWindowController()-> in TEST_F()
449 Shell::GetPrimaryRootWindowController()-> in TEST_F()
467 Shell* shell = Shell::GetInstance(); in TEST_F()
468 aura::Window* root_window = Shell::GetPrimaryRootWindow(); in TEST_F()
493 Shell* shell = Shell::GetInstance(); in TEST_F()
512 ui::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); in TEST_F()