HomeSort by relevance Sort by last modified time
    Searched defs:http_fetcher (Results 1 - 2 of 2) sorted by null

  /system/update_engine/payload_consumer/
download_action.h 29 #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
download_action_unittest.cc 123 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_);

Completed in 68 milliseconds