Home | History | Annotate | Download | only in http

Lines Matching refs:request_info

40   const HttpRequestInfo request_info;
43 &request_info, LOW, BoundNetLog(), CompletionCallback()));
49 const HttpRequestInfo request_info;
50 state.Initialize(&request_info, LOW, BoundNetLog(), CompletionCallback());
59 HttpRequestInfo request_info;
60 request_info.url = GURL("http://www.example.com/path?foo=bar#hoge");
61 request_info.method = "PUT";
62 state.Initialize(&request_info, LOW, BoundNetLog(), CompletionCallback());
69 HttpRequestInfo request_info;
70 request_info.url = GURL("http://www.example.com/path?foo=bar#hoge");
71 request_info.method = "PUT";
72 state.Initialize(&request_info, LOW, BoundNetLog(), CompletionCallback());