Searched defs:custodian_profile (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/supervised_user/
H A Dcustodian_profile_downloader_service.cc13 Profile* custodian_profile)
14 : custodian_profile_(custodian_profile) {
12 CustodianProfileDownloaderService( Profile* custodian_profile) argument
H A Dsupervised_user_service.cc831 Profile* custodian_profile,
835 DCHECK(!custodian_profile->IsSupervised());
846 weak_ptr_factory_.GetWeakPtr(), callback, custodian_profile));
853 custodian_profile);
867 Profile* custodian_profile,
873 SigninManagerFactory::GetForProfile(custodian_profile);
829 RegisterAndInitSync( SupervisedUserRegistrationUtility* registration_utility, Profile* custodian_profile, const std::string& supervised_user_id, const AuthErrorCallback& callback) argument
865 OnSupervisedUserRegistered( const AuthErrorCallback& callback, Profile* custodian_profile, const GoogleServiceAuthError& auth_error, const std::string& token) argument

Completed in 136 milliseconds