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

  /external/chromium_org/chrome/browser/chromeos/login/
login_utils.cc 136 virtual void InitRlzDelayed(Profile* user_profile) OVERRIDE;
140 virtual void OnCompletedAuthentication(Profile* user_profile) OVERRIDE;
142 virtual void OnNewRefreshTokenAvaiable(Profile* user_profile) OVERRIDE;
159 void InitProfilePreferences(Profile* user_profile);
167 void UserProfileInitialized(Profile* user_profile);
171 void CompleteProfileCreate(Profile* user_profile);
174 void FinalizePrepareProfile(Profile* user_profile);
181 void RestoreAuthSession(Profile* user_profile,
185 void InitRlz(Profile* user_profile, bool disabled);
356 void LoginUtilsImpl::InitProfilePreferences(Profile* user_profile) {
778 Profile* user_profile = ProfileManager::GetDefaultProfile(); local
    [all...]
oauth_login_manager.h 52 virtual void OnCompletedAuthentication(Profile* user_profile) = 0;
59 virtual void OnNewRefreshTokenAvaiable(Profile* user_profile) {}
75 Profile* user_profile,
login_utils.h 109 virtual void InitRlzDelayed(Profile* user_profile) = 0;
test_login_utils.cc 42 void TestLoginUtils::InitRlzDelayed(Profile* user_profile) {
test_login_utils.h 48 virtual void InitRlzDelayed(Profile* user_profile) OVERRIDE;
fake_login_utils.h 38 virtual void InitRlzDelayed(Profile* user_profile) OVERRIDE;
oauth2_login_manager.h 34 Profile* user_profile,
default_pinned_apps_field_trial.cc 109 Profile* user_profile = ProfileManager::GetDefaultProfile();
110 has_synced_pref = PrefServiceSyncable::FromProfile(user_profile)
oauth2_login_manager.cc 34 Profile* user_profile,
40 user_profile_ = user_profile;
fake_login_utils.cc 94 void FakeLoginUtils::InitRlzDelayed(Profile* user_profile) {
  /external/chromium_org/chrome/browser/chromeos/power/
power_prefs_unittest.cc 206 TestingProfile* user_profile = profile_manager_.CreateTestingProfile("user"); local
217 EXPECT_EQ(user_profile, GetProfile());
218 EXPECT_EQ(GetExpectedPowerPolicyForProfile(user_profile),
220 EXPECT_EQ(GetExpectedAllowScreenWakeLocksForProfile(user_profile),
232 EXPECT_EQ(user_profile, GetProfile());
233 EXPECT_EQ(GetExpectedPowerPolicyForProfile(user_profile),
235 EXPECT_EQ(GetExpectedAllowScreenWakeLocksForProfile(user_profile),
244 EXPECT_EQ(user_profile, GetProfile());
245 EXPECT_EQ(GetExpectedPowerPolicyForProfile(user_profile),
247 EXPECT_EQ(GetExpectedAllowScreenWakeLocksForProfile(user_profile),
    [all...]

Completed in 182 milliseconds