Searched defs:http_fetcher (Results 1 - 5 of 5) sorted by relevance

/system/update_engine/payload_consumer/
H A Ddownload_action.h29 #include "update_engine/common/http_fetcher.h"
81 HttpFetcher* http_fetcher,
99 // HttpFetcherDelegate methods (see http_fetcher.h)
113 HttpFetcher* http_fetcher() { return http_fetcher_.get(); } function in class:chromeos_update_engine::DownloadAction
H A Ddownload_action.cc46 HttpFetcher* http_fetcher,
52 http_fetcher_(new MultiRangeHttpFetcher(http_fetcher)),
42 DownloadAction(PrefsInterface* prefs, BootControlInterface* boot_control, HardwareInterface* hardware, SystemState* system_state, HttpFetcher* http_fetcher, bool is_interactive) argument
H A Ddownload_action_unittest.cc123 MockHttpFetcher* http_fetcher) {
125 http_fetcher->SetOffset(1);
160 MockHttpFetcher* http_fetcher = new MockHttpFetcher(data.data(), local
168 http_fetcher,
193 base::Bind(&StartProcessorInRunLoop, &processor, http_fetcher));
275 MockHttpFetcher* http_fetcher = new MockHttpFetcher( local
282 http_fetcher,
607 download_action_->http_fetcher()->SetOffset(start_at_offset_);
122 StartProcessorInRunLoop(ActionProcessor* processor, MockHttpFetcher* http_fetcher) argument
/system/update_engine/common/
H A Dhttp_fetcher_unittest.cc451 void StartTransfer(HttpFetcher* http_fetcher, const string& url) { argument
452 http_fetcher->BeginTransfer(url);
997 // RedirectTest takes ownership of |http_fetcher|.
1001 HttpFetcher* http_fetcher) {
1003 unique_ptr<HttpFetcher> fetcher(http_fetcher);
998 RedirectTest(const HttpServer* server, bool expected_successful, const string& url, HttpFetcher* http_fetcher) argument
/system/update_engine/
H A Domaha_request_action.cc619 std::unique_ptr<HttpFetcher> http_fetcher,
623 http_fetcher_(std::move(http_fetcher)),
616 OmahaRequestAction( SystemState* system_state, OmahaEvent* event, std::unique_ptr<HttpFetcher> http_fetcher, bool ping_only) argument

Completed in 106 milliseconds