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

  /external/chromium_org/chrome/browser/chromeos/login/
multi_profile_first_run_notification.h 29 void UserProfilePrepared(Profile* user_profile);
33 void OnDismissed(Profile* user_profile);
multi_profile_first_run_notification.cc 72 Profile* user_profile) {
75 user_profile->GetPrefs()->GetBoolean(
97 user_profile))));
102 void MultiProfileFirstRunNotification::OnDismissed(Profile* user_profile) {
103 user_profile->GetPrefs()->SetBoolean(
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...]
auth_sync_observer.h 24 explicit AuthSyncObserver(Profile* user_profile);
multi_profile_user_controller.cc 136 void MultiProfileUserController::StartObserving(Profile* user_profile) {
138 if (user_profile->GetProfileName().empty())
142 registrar->Init(user_profile->GetPrefs());
147 user_profile));
150 OnUserPrefChanged(user_profile);
192 Profile* user_profile) {
193 std::string user_email = user_profile->GetProfileName();
197 PrefService* prefs = user_profile->GetPrefs();
oauth2_login_manager.h 69 virtual void OnSessionRestoreStateChanged(Profile* user_profile,
73 virtual void OnNewRefreshTokenAvaiable(Profile* user_profile) {}
77 virtual void OnSessionAuthenticated(Profile* user_profile) {}
80 explicit OAuth2LoginManager(Profile* user_profile);
test_login_utils.cc 41 void TestLoginUtils::InitRlzDelayed(Profile* user_profile) {
fake_login_utils.h 36 virtual void InitRlzDelayed(Profile* user_profile) OVERRIDE;
login_utils.h 106 virtual void InitRlzDelayed(Profile* user_profile) = 0;
merge_session_load_page.h 67 Profile* user_profile,
multi_profile_user_controller.h 44 void StartObserving(Profile* user_profile);
test_login_utils.h 47 virtual void InitRlzDelayed(Profile* user_profile) OVERRIDE;
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);
fake_login_utils.cc 118 void FakeLoginUtils::InitRlzDelayed(Profile* user_profile) {
merge_session_load_page.cc 156 Profile* user_profile, OAuth2LoginManager::SessionRestoreState state) {
oauth2_login_manager.cc 35 OAuth2LoginManager::OAuth2LoginManager(Profile* user_profile)
36 : user_profile_(user_profile),
  /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/profiles/
profile_helper.h 92 Profile* user_profile,
profile_helper.cc 181 Profile* user_profile,
188 GetForProfile(user_profile);

Completed in 961 milliseconds