OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCachedPictureURL
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/chrome/browser/profiles/
profile_downloader_delegate.h
40
virtual std::string
GetCachedPictureURL
() const = 0;
gaia_info_update_service_unittest.cc
158
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());
gaia_info_update_service.h
39
virtual std::string
GetCachedPictureURL
() const OVERRIDE;
gaia_info_update_service.cc
91
std::string GAIAInfoUpdateService::
GetCachedPictureURL
() const {
profile_downloader.cc
351
if (!image_url.empty() && image_url == delegate_->
GetCachedPictureURL
()) {
/external/chromium_org/chrome/browser/supervised_user/
custodian_profile_downloader_service.h
36
virtual std::string
GetCachedPictureURL
() const OVERRIDE;
custodian_profile_downloader_service.cc
55
std::string CustodianProfileDownloaderService::
GetCachedPictureURL
() const {
/external/chromium_org/chrome/browser/chromeos/login/users/avatar/
user_image_manager_impl.h
91
virtual std::string
GetCachedPictureURL
() const OVERRIDE;
user_image_manager_impl.cc
754
std::string UserImageManagerImpl::
GetCachedPictureURL
() const {
[
all
...]
/external/chromium_org/chrome/browser/android/profiles/
profile_downloader_android.cc
56
virtual std::string
GetCachedPictureURL
() const OVERRIDE {
Completed in 676 milliseconds