Home | History | Annotate | Download | only in common

Lines Matching refs:http_fetcher

412 void StartTransfer(HttpFetcher* http_fetcher, const string& url) {
413 http_fetcher->BeginTransfer(url);
874 // RedirectTest takes ownership of |http_fetcher|.
878 HttpFetcher* http_fetcher) {
880 unique_ptr<HttpFetcher> fetcher(http_fetcher);