Searched refs:http_fetcher (Results 1 – 9 of 9) sorted by relevance
81 HttpFetcher* http_fetcher);112 HttpFetcher* http_fetcher() { return http_fetcher_.get(); } in http_fetcher() function
123 MockHttpFetcher* http_fetcher) { in StartProcessorInRunLoop() argument125 http_fetcher->SetOffset(1); in StartProcessorInRunLoop()160 MockHttpFetcher* http_fetcher = new MockHttpFetcher(data.data(), in TestWithData() local168 http_fetcher); in TestWithData()192 base::Bind(&StartProcessorInRunLoop, &processor, http_fetcher)); in TestWithData()
46 HttpFetcher* http_fetcher) in DownloadAction() argument51 http_fetcher_(new MultiRangeHttpFetcher(http_fetcher)), in DownloadAction()
150 std::unique_ptr<HttpFetcher> http_fetcher,
213 HttpFetcher* fetcher = download_action_->http_fetcher(); in ApplyPayload()
572 std::unique_ptr<HttpFetcher> http_fetcher, in OmahaRequestAction() argument576 http_fetcher_(std::move(http_fetcher)), in OmahaRequestAction()
172 'common/http_fetcher.cc',
119 common/http_fetcher.cc \
452 void StartTransfer(HttpFetcher* http_fetcher, const string& url) { in StartTransfer() argument453 http_fetcher->BeginTransfer(url); in StartTransfer()1002 HttpFetcher* http_fetcher) { in RedirectTest() argument1004 unique_ptr<HttpFetcher> fetcher(http_fetcher); in RedirectTest()