Home | History | Annotate | Download | only in http

Lines Matching refs:request_info

107   HttpRequestInfo request_info;
108 request_info.url = GURL("http://www.google.com/");
109 request_info.method = "GET";
110 request_info.extra_headers.SetHeader(HttpRequestHeaders::kUserAgent,
112 request_info.load_flags = LOAD_NORMAL;
118 rv = trans->Start(&request_info, callback.callback(), BoundNetLog());
171 HttpRequestInfo request_info;
172 request_info.url = GURL("http://www.google.com/");
173 request_info.method = "GET";
174 request_info.load_flags = LOAD_NORMAL;
180 rv = trans->Start(&request_info, callback.callback(), BoundNetLog());
246 HttpRequestInfo request_info;
247 request_info.url = GURL("http://www.google.com/");
248 request_info.method = "GET";
249 request_info.load_flags = LOAD_NORMAL;
255 rv = trans->Start(&request_info, callback.callback(), BoundNetLog());
303 HttpRequestInfo request_info;
304 request_info.url = GURL("http://www.google.com/");
305 request_info.method = "GET";
306 request_info.load_flags = LOAD_NORMAL;
312 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.load_flags = LOAD_NORMAL;
360 rv = trans->Start(&request_info, callback.callback(), BoundNetLog());
393 HttpRequestInfo request_info;
394 request_info.url = GURL("http://www.google.com/");
395 request_info.method = "GET";
396 request_info.extra_headers.SetHeader(HttpRequestHeaders::kUserAgent,
398 request_info.load_flags = LOAD_NORMAL;
404 rv = trans->Start(&request_info, callback.callback(), BoundNetLog());
426 HttpRequestInfo request_info;
427 request_info.url = GURL("http://www.google.com/");
428 request_info.method = "GET";
429 request_info.extra_headers.SetHeader(HttpRequestHeaders::kUserAgent,
431 request_info.load_flags = LOAD_NORMAL;
437 rv = trans->Start(&request_info, callback.callback(), BoundNetLog());