Home | History | Annotate | Download | only in common

Lines Matching refs:http_fetcher

451 void StartTransfer(HttpFetcher* http_fetcher, const string& url) {
452 http_fetcher->BeginTransfer(url);
997 // RedirectTest takes ownership of |http_fetcher|.
1001 HttpFetcher* http_fetcher) {
1003 unique_ptr<HttpFetcher> fetcher(http_fetcher);