Home | History | Annotate | Download | only in http

Lines Matching defs:request_info

8336   net::HttpRequestInfo request_info;
8337 request_info.url = GURL("https://www.example.com/");
8338 request_info.method = "GET";
8339 request_info.load_flags = net::LOAD_NORMAL;
8356 int rv = trans->Start(&request_info, &callback, net::BoundNetLog());
8382 net::HttpRequestInfo request_info;
8383 request_info.url = GURL("https://www.example.com/");
8384 request_info.method = "GET";
8385 request_info.load_flags = net::LOAD_NORMAL;
8434 int rv = trans->Start(&request_info, &callback, net::BoundNetLog());
8475 net::HttpRequestInfo request_info;
8476 request_info.url = GURL("https://www.example.com/");
8477 request_info.method = "GET";
8478 request_info.load_flags = net::LOAD_NORMAL;
8539 int rv = trans->Start(&request_info, &callback, net::BoundNetLog());