OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProfileDownloader
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/profiles/
profile_downloader.h
29
class
ProfileDownloader
: public net::URLFetcherDelegate,
41
explicit
ProfileDownloader
(ProfileDownloaderDelegate* delegate);
42
virtual ~
ProfileDownloader
();
136
DISALLOW_COPY_AND_ASSIGN(
ProfileDownloader
);
profile_downloader.cc
134
bool
ProfileDownloader
::ParseProfileJSON(const std::string& data,
186
bool
ProfileDownloader
::IsDefaultProfileImageURL(const std::string& url) {
210
ProfileDownloader
::
ProfileDownloader
(ProfileDownloaderDelegate* delegate)
216
void
ProfileDownloader
::Start() {
220
void
ProfileDownloader
::StartForAccount(const std::string& account_id) {
244
base::string16
ProfileDownloader
::GetProfileFullName() const {
248
base::string16
ProfileDownloader
::GetProfileGivenName() const {
252
std::string
ProfileDownloader
::GetProfileLocale() const {
256
SkBitmap
ProfileDownloader
::GetProfilePicture() const
[
all
...]
Completed in 41 milliseconds