Home
last modified time | relevance | path

Searched refs:StartForAccount (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
Dprofile_downloader.h52 virtual void StartForAccount(const std::string& account_id);
Dprofile_downloader.cc220 StartForAccount(std::string()); in Start()
223 void ProfileDownloader::StartForAccount(const std::string& account_id) { in StartForAccount() function in ProfileDownloader
/external/chromium_org/chrome/browser/android/profiles/
Dprofile_downloader_android.cc35 profile_image_downloader_->StartForAccount(account_id_); in Start()