Home | History | Annotate | Download | only in metrics

Lines Matching refs:URLFetcher

288     case net::URLFetcher::RESPONSE_CODE_INVALID:
1373 current_fetch_.reset(net::URLFetcher::Create(
1374 GURL(kServerUrl), net::URLFetcher::POST, this));
1414 void MetricsService::OnURLFetchComplete(const net::URLFetcher* source) {
1417 // We're not allowed to re-use the existing |URLFetcher|s, so free them here.
1421 scoped_ptr<net::URLFetcher> s(current_fetch_.Pass());