Searched refs:FollowRedirect (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/ppapi/thunk/
H A Dppb_url_loader_thunk.cc46 int32_t FollowRedirect(PP_Resource loader, function in namespace:ppapi::thunk::__anon9685
48 VLOG(4) << "PPB_URLLoader::FollowRedirect()";
52 return enter.SetResult(enter.object()->FollowRedirect(enter.callback()));
125 &FollowRedirect,
H A Dppb_url_loader_api.h35 virtual int32_t FollowRedirect(scoped_refptr<TrackedCallback> callback) = 0;
/external/chromium_org/ppapi/c/
H A Dppb_url_loader.h96 * FollowRedirect() can be invoked to follow a redirect after Open()
102 * asynchronous completion of FollowRedirect(). This callback will run when
104 * callback will only run if FollowRedirect() returns
109 int32_t (*FollowRedirect)(PP_Resource loader, member in struct:PPB_URLLoader_1_0
/external/chromium_org/ppapi/cpp/
H A Durl_loader.h69 /// completion of FollowRedirect(). This callback will run when response
71 /// will only run if FollowRedirect() returns
76 int32_t FollowRedirect(const CompletionCallback& cc);
H A Durl_loader.cc49 int32_t URLLoader::FollowRedirect(const CompletionCallback& cc) { function in class:pp::URLLoader
52 return get_interface<PPB_URLLoader_1_0>()->FollowRedirect(
/external/chromium_org/ppapi/api/
H A 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/mojo/services/network/
H A Durl_loader_impl.h36 virtual void FollowRedirect() OVERRIDE;
H A Durl_loader_impl.cc147 void URLLoaderImpl::FollowRedirect() { function in class:mojo::URLLoaderImpl
149 DLOG(ERROR) << "Spurious call to FollowRedirect";
/external/chromium_org/mojo/examples/html_viewer/
H A Dweburlloader_impl.cc81 url_loader_->FollowRedirect();
/external/chromium_org/ppapi/proxy/
H A Durl_loader_resource.h50 virtual int32_t FollowRedirect(
78 // The plugin is waiting for the Open() or FollowRedirect callback.
H A Durl_loader_resource.cc110 int32_t URLLoaderResource::FollowRedirect( function in class:ppapi::proxy::URLLoaderResource
/external/chromium_org/net/url_request/
H A Durl_request_job.cc209 // such an URL will fail inside FollowRedirect. The DCHECK above asserts
212 // It is also possible that FollowRedirect will drop the last reference to
221 FollowRedirect(redirect_url, redirect_status_code);
366 FollowRedirect(new_location, http_status_code);
729 void URLRequestJob::FollowRedirect(const GURL& location, int http_status_code) { function in class:net::URLRequestJob
H A Durl_request_job.h367 void FollowRedirect(const GURL& location, int http_status_code);
/external/chromium_org/ppapi/tests/
H A Dtest_url_loader.cc735 callback.WaitForResult(loader.FollowRedirect(callback.GetCallback()));
744 return "URLLoader::FollowRedirect failed";
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c1620 return iface->FollowRedirect(loader, *callback);
4718 .FollowRedirect = (int32_t (*)(PP_Resource loader, struct PP_CompletionCallback callback))&Pnacl_M14_PPB_URLLoader_FollowRedirect,

Completed in 364 milliseconds