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

  /external/chromium_org/chrome/browser/chromeos/power/
power_prefs_unittest.cc 213 TestingProfile* user_profile = profile_manager_.CreateTestingProfile("user"); local
224 EXPECT_EQ(user_profile, GetProfile());
225 EXPECT_EQ(GetExpectedPowerPolicyForProfile(user_profile),
227 EXPECT_EQ(GetExpectedAllowScreenWakeLocksForProfile(user_profile),
239 EXPECT_EQ(user_profile, GetProfile());
240 EXPECT_EQ(GetExpectedPowerPolicyForProfile(user_profile),
242 EXPECT_EQ(GetExpectedAllowScreenWakeLocksForProfile(user_profile),
251 EXPECT_EQ(user_profile, GetProfile());
252 EXPECT_EQ(GetExpectedPowerPolicyForProfile(user_profile),
254 EXPECT_EQ(GetExpectedAllowScreenWakeLocksForProfile(user_profile),
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
multi_profile_user_controller_unittest.cc 119 TestingProfile* user_profile = variable
121 user_profile->set_profile_name(user_email);
122 user_profiles_.push_back(user_profile);
124 fake_user_manager_->SetProfileForUser(user, user_profile);
login_utils.cc 136 virtual void InitRlzDelayed(Profile* user_profile) OVERRIDE;
140 Profile* user_profile,
142 virtual void OnNewRefreshTokenAvaiable(Profile* user_profile) OVERRIDE;
168 void InitProfilePreferences(Profile* user_profile,
178 void UserProfileInitialized(Profile* user_profile);
182 void CompleteProfileCreate(Profile* user_profile);
185 void FinalizePrepareProfile(Profile* user_profile);
192 void RestoreAuthSession(Profile* user_profile,
196 void InitRlz(Profile* user_profile, bool disabled);
415 void LoginUtilsImpl::InitProfilePreferences(Profile* user_profile,
802 Profile* user_profile = ProfileManager::GetDefaultProfile(); local
    [all...]

Completed in 63 milliseconds