Lines Matching refs:get
31 return Singleton<URLRequestJobManager>::get();
40 method_("GET"),
102 // Get the upload data directly.
104 return upload_.get();
182 return response_info_.headers.get();
264 if (upload_.get())
265 job_->SetUpload(upload_.get());
275 // the caller does not get reentered.
457 // all convert a POST into a GET in response to a 302 and so shall we. For
462 method_ = "GET";
474 // If being switched from POST to GET, must remove headers that were
475 // specific to the POST and don't have meaning in GET. For example
476 // the inclusion of a multipart Content-Type header in GET can cause
494 return context_.get();
529 return found->second.get();