Searched refs:FollowRedirect (Results 1 – 16 of 16) sorted by relevance
46 int32_t FollowRedirect(PP_Resource loader, in FollowRedirect() function52 return enter.SetResult(enter.object()->FollowRedirect(enter.callback())); in FollowRedirect()125 &FollowRedirect,
35 virtual int32_t FollowRedirect(scoped_refptr<TrackedCallback> callback) = 0;
49 int32_t URLLoader::FollowRedirect(const CompletionCallback& cc) { in FollowRedirect() function in pp::URLLoader52 return get_interface<PPB_URLLoader_1_0>()->FollowRedirect( in FollowRedirect()
76 int32_t FollowRedirect(const CompletionCallback& cc);
34 // when a redirect is encounterd, FollowRedirect must be called to proceed.71 // redirect. Call the |FollowRedirect| method on the URLLoader instance to99 // |FollowRedirect| may be called to load the URL indicated by the redirect.100 FollowRedirect() => (URLResponse? response);
109 int32_t (*FollowRedirect)(PP_Resource loader, member
34 virtual void FollowRedirect(
214 void URLLoaderImpl::FollowRedirect( in FollowRedirect() function in mojo::URLLoaderImpl
87 * FollowRedirect() can be invoked to follow a redirect after Open()93 * asynchronous completion of FollowRedirect(). This callback will run when95 * callback will only run if FollowRedirect() returns100 int32_t FollowRedirect(
216 FollowRedirect(redirect_info); in FollowDeferredRedirect()349 FollowRedirect(redirect_info); in NotifyHeadersComplete()712 void URLRequestJob::FollowRedirect(const RedirectInfo& redirect_info) { in FollowRedirect() function in net::URLRequestJob
368 void FollowRedirect(const RedirectInfo& redirect_info);
50 virtual int32_t FollowRedirect(
110 int32_t URLLoaderResource::FollowRedirect( in FollowRedirect() function in ppapi::proxy::URLLoaderResource
181 url_loader_->FollowRedirect( in OnReceivedRedirect()
735 callback.WaitForResult(loader.FollowRedirect(callback.GetCallback())); in TestAuditURLRedirect()
1694 return iface->FollowRedirect(loader, *callback); in Pnacl_M14_PPB_URLLoader_FollowRedirect()4931 ….FollowRedirect = (int32_t (*)(PP_Resource loader, struct PP_CompletionCallback callback))&Pnacl_M…