HomeSort by relevance Sort by last modified time
    Searched defs:ProfileDownloader (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/profiles/
ProfileDownloader.java 14 * 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 {
  /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 136 bool ProfileDownloader::ParseProfileJSON(const std::string& data,
188 bool ProfileDownloader::IsDefaultProfileImageURL(const std::string& url) {
212 ProfileDownloader::ProfileDownloader(ProfileDownloaderDelegate* delegate)
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::GetProfilePicture() const
    [all...]

Completed in 71 milliseconds