OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:defer_redirect
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/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
151
// If the delegate does not cancel the request and |*
defer_redirect
| is
154
// request and |*
defer_redirect
| is true, then the redirect will be
157
// The caller must set |*
defer_redirect
| to false, so that delegates do not
162
bool*
defer_redirect
);
581
void ReceivedRedirect(const GURL& location, bool*
defer_redirect
);
url_request_test_util.cc
131
bool*
defer_redirect
) {
134
*
defer_redirect
= true;
url_request.cc
81
bool*
defer_redirect
) {
501
void URLRequest::ReceivedRedirect(const GURL& location, bool*
defer_redirect
) {
508
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_test_util.h
135
bool*
defer_redirect
);
/external/chromium/net/ocsp/
nss_ocsp.cc
253
bool*
defer_redirect
) {
Completed in 1456 milliseconds