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

/external/chromium_org/chrome/browser/supervised_user/
H A Dcustodian_profile_downloader_service.h13 class CustodianProfileDownloaderService : public KeyedService, class in inherits:KeyedService,ProfileDownloaderDelegate
21 virtual ~CustodianProfileDownloaderService();
47 explicit CustodianProfileDownloaderService(Profile* custodian_profile);
H A Dcustodian_profile_downloader_service.cc12 CustodianProfileDownloaderService::CustodianProfileDownloaderService( function in class:CustodianProfileDownloaderService
17 CustodianProfileDownloaderService::~CustodianProfileDownloaderService() {}
19 void CustodianProfileDownloaderService::Shutdown() {
23 void CustodianProfileDownloaderService::DownloadProfile(
47 bool CustodianProfileDownloaderService::NeedsProfilePicture() const {
51 int CustodianProfileDownloaderService::GetDesiredImageSideLength() const {
55 std::string CustodianProfileDownloaderService::GetCachedPictureURL() const {
59 Profile* CustodianProfileDownloaderService
[all...]

Completed in 1134 milliseconds