/external/chromium_org/webkit/browser/fileapi/ |
file_writer_delegate.h | 50 bool* defer_redirect) OVERRIDE;
|
file_writer_delegate.cc | 83 bool* defer_redirect) {
|
/frameworks/av/media/libstagefright/chromium_http/ |
support.h | 111 net::URLRequest *request, const GURL &new_url, bool *defer_redirect);
|
support.cpp | 270 net::URLRequest *request, const GURL &new_url, bool *defer_redirect) {
|
/external/chromium/net/url_request/ |
url_request_test_util.cc | 131 bool* defer_redirect) { 134 *defer_redirect = true;
|
url_request.cc | 81 bool* defer_redirect) { 505 void URLRequest::ReceivedRedirect(const GURL& location, bool* defer_redirect) { 512 delegate_->OnReceivedRedirect(this, location, defer_redirect);
|
url_request_job.cc | 248 bool defer_redirect = false; local 249 request_->ReceivedRedirect(new_location, &defer_redirect); 257 if (defer_redirect) {
|
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.h | 135 bool* defer_redirect);
|
/external/chromium_org/chrome/browser/net/ |
http_pipelining_compatibility_client.cc | 68 bool* defer_redirect) OVERRIDE; 111 bool* defer_redirect) { 112 *defer_redirect = true;
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
drive_url_request_job_unittest.cc | 83 bool* defer_redirect) OVERRIDE{ 85 net::TestDelegate::OnReceivedRedirect(request, new_url, defer_redirect);
|
/external/chromium_org/chrome/browser/predictors/ |
resource_prefetcher.cc | 196 bool* defer_redirect) {
|
resource_prefetcher.h | 128 bool* defer_redirect) OVERRIDE;
|
/external/chromium_org/net/url_request/ |
url_request_test_util.cc | 194 bool* defer_redirect) { 202 *defer_redirect = true;
|
url_request_job.cc | 322 bool defer_redirect = false; local 323 request_->NotifyReceivedRedirect(new_location, &defer_redirect); 332 if (defer_redirect) {
|
url_request.h | 235 // If the delegate does not cancel the request and |*defer_redirect| is 238 // request and |*defer_redirect| is true, then the redirect will be 241 // The caller must set |*defer_redirect| to false, so that delegates do not 246 bool* defer_redirect); 674 void NotifyReceivedRedirect(const GURL& location, bool* defer_redirect); [all...] |
url_request.cc | 178 bool* defer_redirect) { 726 bool* defer_redirect) { 735 delegate_->OnReceivedRedirect(this, location, defer_redirect); [all...] |
url_fetcher_core.h | 127 bool* defer_redirect) OVERRIDE;
|
url_request_test_util.h | 160 bool* defer_redirect) OVERRIDE;
|
url_fetcher_core.cc | 377 bool* defer_redirect) {
|
url_request_unittest.cc | [all...] |
/external/chromium_org/webkit/browser/appcache/ |
appcache_update_job.h | 124 bool* defer_redirect) OVERRIDE;
|
appcache_update_job.cc | 117 net::URLRequest* request, const GURL& new_url, bool* defer_redirect) { [all...] |
/external/chromium/net/ocsp/ |
nss_ocsp.cc | 253 bool* defer_redirect) {
|
/external/chromium_org/net/ocsp/ |
nss_ocsp.cc | 283 bool* defer_redirect) OVERRIDE { [all...] |