HomeSort by relevance Sort by last modified time
    Searched defs:user_profile (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/chromeos/power/
power_prefs_unittest.cc 213 TestingProfile* user_profile = profile_manager_.CreateTestingProfile("user"); local
223 EXPECT_EQ(user_profile, GetProfile());
224 EXPECT_EQ(GetExpectedPowerPolicyForProfile(user_profile),
226 EXPECT_EQ(GetExpectedAllowScreenWakeLocksForProfile(user_profile),
238 EXPECT_EQ(user_profile, GetProfile());
239 EXPECT_EQ(GetExpectedPowerPolicyForProfile(user_profile),
241 EXPECT_EQ(GetExpectedAllowScreenWakeLocksForProfile(user_profile),
250 EXPECT_EQ(user_profile, GetProfile());
251 EXPECT_EQ(GetExpectedPowerPolicyForProfile(user_profile),
253 EXPECT_EQ(GetExpectedAllowScreenWakeLocksForProfile(user_profile),
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/users/
multi_profile_user_controller_unittest.cc 121 TestingProfile* user_profile = variable
123 user_profile->set_profile_name(user_email);
124 user_profiles_.push_back(user_profile);
126 fake_user_manager_->SetProfileForUser(user, user_profile);
  /external/chromium_org/chrome/browser/chromeos/login/session/
session_manager.cc 142 Profile* user_profile,
146 OAuth2LoginManagerFactory::GetInstance()->GetForProfile(user_profile);
177 void SessionManager::OnNewRefreshTokenAvaiable(Profile* user_profile) {
183 OAuth2LoginManagerFactory::GetInstance()->GetForProfile(user_profile);
209 Profile* user_profile = user_manager->GetProfileByUser(*it); local
214 OAuth2LoginManagerFactory::GetInstance()->GetForProfile(user_profile);
222 RestoreAuthSessionImpl(user_profile, has_web_auth_cookies_);
249 void SessionManager::RestoreAuthenticationSession(Profile* user_profile) {
260 User* user = user_manager->GetUserByProfile(user_profile);
264 RestoreAuthSessionImpl(user_profile, false)
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/
system_tray_delegate_chromeos.cc 918 Profile* user_profile = UserManager::Get()->GetProfileByUser(user); local
    [all...]

Completed in 70 milliseconds