Searched defs:GetScreen (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
H A Dscreen_manager.cc15 WizardScreen* ScreenManager::GetScreen(const std::string& screen_name) { function in class:chromeos::ScreenManager
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_creation_flow.cc18 SupervisedUserCreationScreen* GetScreen(LoginDisplayHost* host) { function in namespace:chromeos::__anon3332
64 GetScreen(host())->ShowManagerInconsistentStateErrorScreen();
74 GetScreen(host())->OnManagerFullyAuthenticated(manager_profile_);
82 GetScreen(host())->OnManagerLoginFailure();
84 GetScreen(host())->ShowManagerInconsistentStateErrorScreen();
92 GetScreen(host())->ShowManagerInconsistentStateErrorScreen();
104 GetScreen(host())->OnManagerFullyAuthenticated(manager_profile_);
107 GetScreen(host())->OnManagerCryptohomeAuthenticated();
/external/chromium_org/ash/
H A Dshell.cc243 gfx::Screen* Shell::GetScreen() { function in class:ash::Shell
893 cursor_manager_.SetDisplay(GetScreen()->GetPrimaryDisplay());
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.cc805 gfx::Point point = GetScreen()->GetCursorScreenPoint();
1159 pending_state_.monitor_bounds = GetScreen()->GetDisplayNearestPoint(
1165 gfx::Rect monitor_area = GetScreen()->GetDisplayNearestPoint(
1198 gfx::NativeWindow window_under_mouse = GetScreen()->GetWindowUnderCursor();
2309 gfx::Screen* MenuController::GetScreen() { function in class:views::MenuController

Completed in 225 milliseconds