Searched refs:profile_downloader_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/supervised_user/
H A Dcustodian_profile_downloader_service.cc20 profile_downloader_.reset();
36 OnProfileDownloadSuccess(profile_downloader_.get());
43 profile_downloader_.reset(new ProfileDownloader(this));
44 profile_downloader_->Start();
76 profile_downloader_.reset();
H A Dcustodian_profile_downloader_service.h49 scoped_ptr<ProfileDownloader> profile_downloader_; member in class:CustodianProfileDownloaderService
/external/chromium_org/chrome/browser/chromeos/login/users/avatar/
H A Duser_image_manager_impl.h164 // Whether the |profile_downloader_| is downloading the profile image for the
180 scoped_ptr<ProfileDownloader> profile_downloader_; member in class:chromeos::UserImageManagerImpl
H A Duser_image_manager_impl.cc701 profile_downloader_.reset();
760 // Ensure that the |profile_downloader_| is deleted when this method returns.
762 profile_downloader_.release());
838 DCHECK_EQ(downloader, profile_downloader_.get());
839 profile_downloader_.reset();
908 if (profile_downloader_ &&
916 profile_downloader_.reset(new ProfileDownloader(this));
917 profile_downloader_->Start();
H A Duser_image_manager_browsertest.cc231 ->profile_downloader_.get();

Completed in 370 milliseconds