Lines Matching refs:Get
213 BootTimesLoader* btl = BootTimesLoader::Get(); in PrepareProfile()
218 if (CrosLibrary::Get()->EnsureLoaded()) { in PrepareProfile()
219 CrosLibrary::Get()->GetLoginLibrary()->StartSession(username, ""); in PrepareProfile()
223 UserManager::Get()->UserLoggedIn(username); in PrepareProfile()
244 BootTimesLoader* btl = BootTimesLoader::Get(); in OnProfileCreated()
308 if (CrosLibrary::Get()->EnsureLoaded()) { in OnProfileCreated()
309 CryptohomeLibrary* cryptohome = CrosLibrary::Get()->GetCryptohomeLibrary(); in OnProfileCreated()
322 if (UserManager::Get()->current_user_is_new()) { in OnProfileCreated()
359 BootTimesLoader::Get()->AddLoginTimeMarker("CookieFetchStarted", false); in FetchCookies()
398 UserManager::Get()->OffTheRecordUserLoggedIn(); in CompleteOffTheRecordLogin()
400 if (CrosLibrary::Get()->EnsureLoaded()) { in CompleteOffTheRecordLogin()
410 CrosLibrary::Get()->GetLoginLibrary()->RestartJob(getpid(), cmd_line_str); in CompleteOffTheRecordLogin()
472 BootTimesLoader* btl = BootTimesLoader::Get(); in SetFirstLoginPrefs()
476 InputMethodLibrary* library = CrosLibrary::Get()->GetInputMethodLibrary(); in SetFirstLoginPrefs()
531 NetworkLibrary *netlib = CrosLibrary::Get()->GetNetworkLibrary(); in WarmingObserver()
550 if (CrosLibrary::Get()->EnsureLoaded()) { in PrewarmAuthentication()
551 NetworkLibrary *network = CrosLibrary::Get()->GetNetworkLibrary(); in PrewarmAuthentication()
572 LoginUtils* LoginUtils::Get() { in Get() function in chromeos::LoginUtils
581 BootTimesLoader::Get()->AddLoginTimeMarker("BrowserLaunched", false); in DoBrowserLaunch()