Home
last modified time | relevance | path

Searched refs:FollowRedirect (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/ppapi/thunk/
Dppb_url_loader_thunk.cc48 int32_t FollowRedirect(PP_Resource loader, in FollowRedirect() function
54 return enter.SetResult(enter.object()->FollowRedirect(enter.callback())); in FollowRedirect()
127 &FollowRedirect,
Dppb_url_loader_api.h35 virtual int32_t FollowRedirect(scoped_refptr<TrackedCallback> callback) = 0;
/external/chromium_org/ppapi/cpp/
Durl_loader.cc49 int32_t URLLoader::FollowRedirect(const CompletionCallback& cc) { in FollowRedirect() function in pp::URLLoader
52 return get_interface<PPB_URLLoader_1_0>()->FollowRedirect( in FollowRedirect()
Durl_loader.h76 int32_t FollowRedirect(const CompletionCallback& cc);
/external/chromium_org/ppapi/c/
Dppb_url_loader.h109 int32_t (*FollowRedirect)(PP_Resource loader, member
/external/chromium/net/url_request/
Durl_request_job.cc191 FollowRedirect(redirect_url, redirect_status_code); in FollowDeferredRedirect()
261 FollowRedirect(new_location, http_status_code); in NotifyHeadersComplete()
586 void URLRequestJob::FollowRedirect(const GURL& location, int http_status_code) { in FollowRedirect() function in net::URLRequestJob
Durl_request_job.h279 void FollowRedirect(const GURL& location, int http_status_code);
/external/chromium_org/ppapi/api/
Dppb_url_loader.idl87 * FollowRedirect() can be invoked to follow a redirect after Open()
93 * asynchronous completion of FollowRedirect(). This callback will run when
95 * callback will only run if FollowRedirect() returns
100 int32_t FollowRedirect(
/external/chromium_org/net/url_request/
Durl_request_job.cc213 FollowRedirect(redirect_url, redirect_status_code); in FollowDeferredRedirect()
338 FollowRedirect(new_location, http_status_code); in NotifyHeadersComplete()
701 void URLRequestJob::FollowRedirect(const GURL& location, int http_status_code) { in FollowRedirect() function in net::URLRequestJob
Durl_request_job.h339 void FollowRedirect(const GURL& location, int http_status_code);
/external/chromium_org/ppapi/proxy/
Durl_loader_resource.h50 virtual int32_t FollowRedirect(
Durl_loader_resource.cc110 int32_t URLLoaderResource::FollowRedirect( in FollowRedirect() function in ppapi::proxy::URLLoaderResource
/external/chromium_org/ppapi/tests/
Dtest_url_loader.cc737 callback.WaitForResult(loader.FollowRedirect(callback.GetCallback())); in TestAuditURLRedirect()
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c1293 return iface->FollowRedirect(loader, *callback); in Pnacl_M14_PPB_URLLoader_FollowRedirect()
4360 ….FollowRedirect = (int32_t (*)(PP_Resource loader, struct PP_CompletionCallback callback))&Pnacl_M…