Home
last modified time | relevance | path

Searched refs:ProfileAvatarDownloader (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
Dprofile_avatar_downloader.cc19 ProfileAvatarDownloader::ProfileAvatarDownloader( in ProfileAvatarDownloader() function in ProfileAvatarDownloader
31 ProfileAvatarDownloader::~ProfileAvatarDownloader() { in ~ProfileAvatarDownloader()
34 void ProfileAvatarDownloader::Start() { in Start()
47 void ProfileAvatarDownloader::OnFetchComplete(const GURL url, in OnFetchComplete()
Dprofile_avatar_downloader.h12 class ProfileAvatarDownloader : public chrome::BitmapFetcherDelegate {
14 ProfileAvatarDownloader(size_t icon_index,
17 virtual ~ProfileAvatarDownloader();
Dprofile_info_cache.h31 class ProfileAvatarDownloader; variable
232 mutable std::map<std::string, ProfileAvatarDownloader*>
Dprofile_info_cache.cc855 ProfileAvatarDownloader* avatar_downloader = new ProfileAvatarDownloader( in DownloadHighResAvatar()
Dprofile_info_cache_unittest.cc561 ProfileAvatarDownloader avatar_downloader( in TEST_F()