/external/chromium_org/webkit/browser/fileapi/ |
file_writer_delegate.h | 50 bool* defer_redirect) OVERRIDE;
|
file_writer_delegate.cc | 64 bool* defer_redirect) {
|
/frameworks/av/media/libstagefright/chromium_http/ |
support.h | 111 net::URLRequest *request, const GURL &new_url, bool *defer_redirect);
|
support.cpp | 370 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 | 69 bool* defer_redirect) OVERRIDE; 114 bool* defer_redirect) { 115 *defer_redirect = true;
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
drive_url_request_job_unittest.cc | 84 bool* defer_redirect) OVERRIDE{ 86 net::TestDelegate::OnReceivedRedirect(request, new_url, defer_redirect);
|
/external/chromium_org/chrome/browser/predictors/ |
resource_prefetcher.cc | 195 bool* defer_redirect) {
|
resource_prefetcher.h | 128 bool* defer_redirect) OVERRIDE;
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_tracker_unittest.cc | 134 bool* defer_redirect) OVERRIDE { 136 *defer_redirect = true;
|
/external/chromium_org/net/url_request/ |
url_request_test_util.cc | 193 bool* defer_redirect) { 201 *defer_redirect = true;
|
url_request_job.cc | 324 bool defer_redirect = false; local 325 request_->NotifyReceivedRedirect(new_location, &defer_redirect); 334 if (defer_redirect) {
|
url_request.h | 237 // If the delegate does not cancel the request and |*defer_redirect| is 240 // request and |*defer_redirect| is true, then the redirect will be 243 // The caller must set |*defer_redirect| to false, so that delegates do not 248 bool* defer_redirect); 694 void NotifyReceivedRedirect(const GURL& location, bool* defer_redirect); [all...] |
url_request.cc | 180 bool* defer_redirect) { 800 bool* defer_redirect) { 810 delegate_->OnReceivedRedirect(this, location, defer_redirect); [all...] |
url_fetcher_core.h | 127 bool* defer_redirect) OVERRIDE;
|
url_request_test_util.h | 162 bool* defer_redirect) OVERRIDE;
|
url_fetcher_core.cc | 373 bool* defer_redirect) {
|
url_request_unittest.cc | 4026 bool defer_redirect = false; local [all...] |
/external/chromium_org/webkit/browser/appcache/ |
appcache_update_job.h | 126 bool* defer_redirect) OVERRIDE;
|
/external/chromium/net/ocsp/ |
nss_ocsp.cc | 253 bool* defer_redirect) {
|
/external/chromium_org/net/ocsp/ |
nss_ocsp.cc | 287 bool* defer_redirect) OVERRIDE { [all...] |