Searched refs:BrandcodeConfigFetcher (Results 1 – 7 of 7) sorted by relevance
18 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);
140 BrandcodeConfigFetcher::BrandcodeConfigFetcher(const FetchCallback& callback, in BrandcodeConfigFetcher() function in BrandcodeConfigFetcher161 &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()
32 class BrandcodeConfigFetcher; variable200 scoped_ptr<BrandcodeConfigFetcher> brandcoded_config_fetcher_;
207 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()
201 brandcoded_config_fetcher_.reset(new BrandcodeConfigFetcher( in FetchBrandcodedDefaultSettingsIfNeeded()
21 class BrandcodeConfigFetcher; variable82 scoped_ptr<BrandcodeConfigFetcher> config_fetcher_;
156 config_fetcher_.reset(new BrandcodeConfigFetcher( in OnShowResetProfileDialog()