Lines Matching refs:Shell
182 Shell* Shell::instance_ = NULL;
184 bool Shell::initially_hide_cursor_ = false;
190 Shell* Shell::CreateInstance(const ShellInitParams& init_params) { in CreateInstance()
192 instance_ = new Shell(init_params.delegate); in CreateInstance()
198 Shell* Shell::GetInstance() { in GetInstance()
204 bool Shell::HasInstance() { in HasInstance()
209 void Shell::DeleteInstance() { in DeleteInstance()
215 RootWindowController* Shell::GetPrimaryRootWindowController() { in GetPrimaryRootWindowController()
221 Shell::RootWindowControllerList Shell::GetAllRootWindowControllers() { in GetAllRootWindowControllers()
223 return Shell::GetInstance()->display_controller()-> in GetAllRootWindowControllers()
228 aura::Window* Shell::GetPrimaryRootWindow() { in GetPrimaryRootWindow()
234 aura::Window* Shell::GetTargetRootWindow() { in GetTargetRootWindow()
236 Shell* shell = GetInstance(); in GetTargetRootWindow()
243 gfx::Screen* Shell::GetScreen() { in GetScreen()
248 aura::Window::Windows Shell::GetAllRootWindows() { in GetAllRootWindows()
250 return Shell::GetInstance()->display_controller()-> in GetAllRootWindows()
255 aura::Window* Shell::GetContainer(aura::Window* root_window, in GetContainer()
261 const aura::Window* Shell::GetContainer(const aura::Window* root_window, in GetContainer()
267 std::vector<aura::Window*> Shell::GetContainersFromAllRootWindows( in GetContainersFromAllRootWindows()
285 void Shell::ShowContextMenu(const gfx::Point& location_in_screen, in ShowContextMenu()
300 void Shell::ShowAppList(aura::Window* window) { in ShowAppList()
309 void Shell::DismissAppList() { in DismissAppList()
315 void Shell::ToggleAppList(aura::Window* window) { in ToggleAppList()
324 bool Shell::GetAppListTargetVisibility() const { in GetAppListTargetVisibility()
329 aura::Window* Shell::GetAppListWindow() { in GetAppListWindow()
333 app_list::AppListView* Shell::GetAppListView() { in GetAppListView()
337 bool Shell::IsSystemModalWindowOpen() const { in IsSystemModalWindowOpen()
355 views::NonClientFrameView* Shell::CreateDefaultNonClientFrameView( in CreateDefaultNonClientFrameView()
361 void Shell::RotateFocus(Direction direction) { in RotateFocus()
366 void Shell::SetDisplayWorkAreaInsets(Window* contains, in SetDisplayWorkAreaInsets()
376 void Shell::OnLoginStateChanged(user::LoginStatus status) { in OnLoginStateChanged()
380 void Shell::OnLoginUserProfilePrepared() { in OnLoginUserProfilePrepared()
385 void Shell::UpdateAfterLoginStatusChange(user::LoginStatus status) { in UpdateAfterLoginStatusChange()
392 void Shell::OnAppTerminating() { in OnAppTerminating()
396 void Shell::OnLockStateChanged(bool locked) { in OnLockStateChanged()
411 void Shell::OnCastingSessionStartedOrStopped(bool started) { in OnCastingSessionStartedOrStopped()
418 void Shell::OnOverviewModeStarting() { in OnOverviewModeStarting()
422 void Shell::OnOverviewModeEnding() { in OnOverviewModeEnding()
426 void Shell::OnMaximizeModeStarted() { in OnMaximizeModeStarted()
430 void Shell::OnMaximizeModeEnded() { in OnMaximizeModeEnded()
434 void Shell::OnRootWindowAdded(aura::Window* root_window) { in OnRootWindowAdded()
438 void Shell::CreateShelf() { in CreateShelf()
445 void Shell::OnShelfCreatedForRootWindow(aura::Window* root_window) { in OnShelfCreatedForRootWindow()
451 void Shell::CreateKeyboard() { in CreateKeyboard()
459 void Shell::DeactivateKeyboard() { in DeactivateKeyboard()
470 void Shell::ShowShelf() { in ShowShelf()
477 void Shell::AddShellObserver(ShellObserver* observer) { in AddShellObserver()
481 void Shell::RemoveShellObserver(ShellObserver* observer) { in RemoveShellObserver()
486 bool Shell::ShouldSaveDisplaySettings() { in ShouldSaveDisplaySettings()
494 void Shell::UpdateShelfVisibility() { in UpdateShelfVisibility()
502 void Shell::SetShelfAutoHideBehavior(ShelfAutoHideBehavior behavior, in SetShelfAutoHideBehavior()
507 ShelfAutoHideBehavior Shell::GetShelfAutoHideBehavior( in GetShelfAutoHideBehavior()
512 void Shell::SetShelfAlignment(ShelfAlignment alignment, in SetShelfAlignment()
520 ShelfAlignment Shell::GetShelfAlignment(const aura::Window* root_window) { in GetShelfAlignment()
526 void Shell::SetDimming(bool should_dim) { in SetDimming()
533 void Shell::NotifyFullscreenStateChange(bool is_fullscreen, in NotifyFullscreenStateChange()
539 void Shell::CreateModalBackground(aura::Window* window) { in CreateModalBackground()
550 void Shell::OnModalWindowRemoved(aura::Window* removed) { in OnModalWindowRemoved()
567 WebNotificationTray* Shell::GetWebNotificationTray() { in GetWebNotificationTray()
572 bool Shell::HasPrimaryStatusArea() { in HasPrimaryStatusArea()
577 SystemTray* Shell::GetPrimarySystemTray() { in GetPrimarySystemTray()
581 ShelfDelegate* Shell::GetShelfDelegate() { in GetShelfDelegate()
605 void Shell::SetTouchHudProjectionEnabled(bool enabled) { in SetTouchHudProjectionEnabled()
615 ash::FirstRunHelper* Shell::CreateFirstRunHelper() { in CreateFirstRunHelper()
619 void Shell::SetCursorCompositingEnabled(bool enabled) { in SetCursorCompositingEnabled()
626 void Shell::DoInitialWorkspaceAnimation() { in DoInitialWorkspaceAnimation()
634 Shell::Shell(ShellDelegate* delegate) in Shell() function in ash::Shell
662 Shell::~Shell() { in ~Shell()
826 void Shell::Init(const ShellInitParams& init_params) { in Init()
1066 void Shell::InitKeyboard() { in InitKeyboard()
1083 void Shell::InitRootWindow(aura::Window* root_window) { in InitRootWindow()
1113 bool Shell::CanWindowReceiveEvents(aura::Window* window) { in CanWindowReceiveEvents()
1133 bool Shell::CanAcceptEvent(const ui::Event& event) { in CanAcceptEvent()
1137 ui::EventTarget* Shell::GetParentTarget() { in GetParentTarget()
1141 scoped_ptr<ui::EventTargetIterator> Shell::GetChildIterator() const { in GetChildIterator()
1145 ui::EventTargeter* Shell::GetEventTargeter() { in GetEventTargeter()
1150 void Shell::OnEvent(ui::Event* event) { in OnEvent()
1156 void Shell::OnWindowActivated(aura::Window* gained_active, in OnWindowActivated()