Home | History | Annotate | Download | only in http

Lines Matching refs:request_info_

242   HttpRequestInfo request_info_;
252 request_info_.url = url;
253 request_info_.method = "GET";
254 request_info_.load_flags = LOAD_ONLY_FROM_CACHE;
261 int rv = transaction_->Start(&request_info_, &callback_, BoundNetLog());