Searched defs:ProfileDownloader (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/profiles/
H A DProfileDownloader.java14 * Android wrapper of the ProfileDownloader which provides access from the Java layer.
15 * The native ProfileDownloader requires its access to be in the UI thread.
18 public class ProfileDownloader { class
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_downloader.h29 class ProfileDownloader : public net::URLFetcherDelegate, class in inherits:net::URLFetcherDelegate,ImageDecoder::Delegate,OAuth2TokenService::Observer,OAuth2TokenService::Consumer
41 explicit ProfileDownloader(ProfileDownloaderDelegate* delegate);
42 virtual ~ProfileDownloader();
136 DISALLOW_COPY_AND_ASSIGN(ProfileDownloader);
H A Dprofile_downloader.cc136 bool ProfileDownloader::ParseProfileJSON(const std::string& data,
188 bool ProfileDownloader::IsDefaultProfileImageURL(const std::string& url) {
212 ProfileDownloader::ProfileDownloader(ProfileDownloaderDelegate* delegate) function in class:ProfileDownloader
219 void ProfileDownloader::Start() {
223 void ProfileDownloader::StartForAccount(const std::string& account_id) {
250 base::string16 ProfileDownloader::GetProfileFullName() const {
254 base::string16 ProfileDownloader::GetProfileGivenName() const {
258 std::string ProfileDownloader::GetProfileLocale() const {
262 SkBitmap ProfileDownloader
[all...]

Completed in 69 milliseconds