HomeSort by relevance Sort by last modified time
    Searched refs:defer_redirect (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/libstagefright/chromium_http/
support.h 100 net::URLRequest *request, const GURL &new_url, bool *defer_redirect);
support.cpp 247 net::URLRequest *request, const GURL &new_url, bool *defer_redirect) {
  /external/chromium/net/url_request/
url_request.h 152 // If the delegate does not cancel the request and |*defer_redirect| is
155 // request and |*defer_redirect| is true, then the redirect will be
158 // The caller must set |*defer_redirect| to false, so that delegates do not
163 bool* defer_redirect);
582 void ReceivedRedirect(const GURL& location, bool* defer_redirect);
url_request_test_util.cc 131 bool* defer_redirect) {
134 *defer_redirect = true;
url_request_job.cc 248 bool defer_redirect = false; local
249 request_->ReceivedRedirect(new_location, &defer_redirect);
257 if (defer_redirect) {
url_request_test_util.h 135 bool* defer_redirect);
url_request.cc 81 bool* defer_redirect) {
505 void URLRequest::ReceivedRedirect(const GURL& location, bool* defer_redirect) {
512 delegate_->OnReceivedRedirect(this, location, defer_redirect);
  /external/chromium/net/ocsp/
nss_ocsp.cc 253 bool* defer_redirect) {

Completed in 269 milliseconds