OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetProfilePictureURL
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/profiles/
profile_downloader.h
76
virtual std::string
GetProfilePictureURL
() const;
gaia_info_update_service_unittest.cc
39
MOCK_CONST_METHOD0(
GetProfilePictureURL
, std::string());
83
EXPECT_CALL(downloader,
GetProfilePictureURL
()).WillOnce(Return(url));
141
EXPECT_CALL(downloader,
GetProfilePictureURL
()).WillOnce(Return(""));
gaia_info_update_service.cc
113
std::string picture_url = downloader->
GetProfilePictureURL
();
profile_downloader.cc
265
std::string ProfileDownloader::
GetProfilePictureURL
() const {
/external/chromium_org/chrome/browser/chromeos/login/
user_image_manager_impl.cc
829
profile_image_url_ = GURL(downloader->
GetProfilePictureURL
());
[
all
...]
Completed in 1007 milliseconds