Home
last modified time | relevance | path

Searched refs:BrandcodeConfigFetcher (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/profile_resetter/
Dbrandcode_config_fetcher.h18 class BrandcodeConfigFetcher : public net::URLFetcherDelegate {
22 BrandcodeConfigFetcher(const FetchCallback& callback,
25 virtual ~BrandcodeConfigFetcher();
44 base::OneShotTimer<BrandcodeConfigFetcher> download_timer_;
55 DISALLOW_COPY_AND_ASSIGN(BrandcodeConfigFetcher);
Dbrandcode_config_fetcher.cc140 BrandcodeConfigFetcher::BrandcodeConfigFetcher(const FetchCallback& callback, in BrandcodeConfigFetcher() function in BrandcodeConfigFetcher
161 &BrandcodeConfigFetcher::OnDownloadTimeout); in BrandcodeConfigFetcher()
164 BrandcodeConfigFetcher::~BrandcodeConfigFetcher() {} in ~BrandcodeConfigFetcher()
166 void BrandcodeConfigFetcher::SetCallback(const FetchCallback& callback) { in SetCallback()
170 void BrandcodeConfigFetcher::OnURLFetchComplete(const net::URLFetcher* source) { in OnURLFetchComplete()
192 void BrandcodeConfigFetcher::OnDownloadTimeout() { in OnDownloadTimeout()
Dautomatic_profile_resetter_delegate.h32 class BrandcodeConfigFetcher; variable
200 scoped_ptr<BrandcodeConfigFetcher> brandcoded_config_fetcher_;
Dprofile_resetter_unittest.cc207 scoped_ptr<BrandcodeConfigFetcher> WaitForRequest(const GURL& url);
237 scoped_ptr<BrandcodeConfigFetcher> ConfigParserTest::WaitForRequest( in WaitForRequest()
240 scoped_ptr<BrandcodeConfigFetcher> fetcher( in WaitForRequest()
241 new BrandcodeConfigFetcher(base::Bind(&ConfigParserTest::Callback, in WaitForRequest()
819 scoped_ptr<BrandcodeConfigFetcher> fetcher = WaitForRequest(GURL(url)); in TEST_F()
834 scoped_ptr<BrandcodeConfigFetcher> fetcher = WaitForRequest(GURL(url)); in TEST_F()
Dautomatic_profile_resetter_delegate.cc201 brandcoded_config_fetcher_.reset(new BrandcodeConfigFetcher( in FetchBrandcodedDefaultSettingsIfNeeded()
/external/chromium_org/chrome/browser/ui/webui/options/
Dreset_profile_settings_handler.h21 class BrandcodeConfigFetcher; variable
82 scoped_ptr<BrandcodeConfigFetcher> config_fetcher_;
Dreset_profile_settings_handler.cc156 config_fetcher_.reset(new BrandcodeConfigFetcher( in OnShowResetProfileDialog()