Home | History | Annotate | Download | only in http

Lines Matching refs:request_info

58     HttpRequestInfo request_info;
59 request_info.url = GURL("http://www.google.com/");
60 request_info.method = method;
61 request_info.load_flags = LOAD_NORMAL;
67 rv = trans->Start(&request_info, callback.callback(), BoundNetLog());
312 HttpRequestInfo request_info;
313 request_info.url = GURL("http://www.google.com/");
314 request_info.method = "GET";
315 request_info.extra_headers.SetHeader(HttpRequestHeaders::kUserAgent,
317 request_info.load_flags = LOAD_NORMAL;
323 rv = trans->Start(&request_info, callback.callback(), BoundNetLog());
351 HttpRequestInfo request_info;
352 request_info.url = GURL("http://www.google.com/");
353 request_info.method = "GET";
354 request_info.extra_headers.SetHeader(HttpRequestHeaders::kUserAgent,
356 request_info.load_flags = LOAD_NORMAL;
362 rv = trans->Start(&request_info, callback.callback(), BoundNetLog());
384 HttpRequestInfo request_info;
385 request_info.url = GURL("http://www.google.com/");
386 request_info.method = "GET";
387 request_info.extra_headers.SetHeader(HttpRequestHeaders::kUserAgent,
389 request_info.load_flags = LOAD_NORMAL;
395 rv = trans->Start(&request_info, callback.callback(), BoundNetLog());