Searched refs:GetCachedPictureURL (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_downloader_delegate.h40 virtual std::string GetCachedPictureURL() const = 0;
H A Dgaia_info_update_service_unittest.cc158 EXPECT_EQ(std::string(), service()->GetCachedPictureURL());
172 EXPECT_EQ(url, service()->GetCachedPictureURL());
180 EXPECT_EQ(std::string(), service()->GetCachedPictureURL());
193 EXPECT_EQ(std::string(), service()->GetCachedPictureURL());
266 EXPECT_FALSE(service()->GetCachedPictureURL().empty());
273 EXPECT_TRUE(service()->GetCachedPictureURL().empty());
H A Dgaia_info_update_service.h39 virtual std::string GetCachedPictureURL() const OVERRIDE;
H A Dgaia_info_update_service.cc91 std::string GAIAInfoUpdateService::GetCachedPictureURL() const { function in class:GAIAInfoUpdateService
H A Dprofile_downloader.cc351 if (!image_url.empty() && image_url == delegate_->GetCachedPictureURL()) {
/external/chromium_org/chrome/browser/supervised_user/
H A Dcustodian_profile_downloader_service.h36 virtual std::string GetCachedPictureURL() const OVERRIDE;
H A Dcustodian_profile_downloader_service.cc55 std::string CustodianProfileDownloaderService::GetCachedPictureURL() const { function in class:CustodianProfileDownloaderService
/external/chromium_org/chrome/browser/chromeos/login/users/avatar/
H A Duser_image_manager_impl.h91 virtual std::string GetCachedPictureURL() const OVERRIDE;
H A Duser_image_manager_impl.cc754 std::string UserImageManagerImpl::GetCachedPictureURL() const { function in class:chromeos::UserImageManagerImpl
/external/chromium_org/chrome/browser/android/profiles/
H A Dprofile_downloader_android.cc56 virtual std::string GetCachedPictureURL() const OVERRIDE {

Completed in 305 milliseconds