HomeSort by relevance Sort by last modified time
    Searched full:followredirect (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/ppapi/thunk/
ppb_url_loader_thunk.cc 48 int32_t FollowRedirect(PP_Resource loader,
50 VLOG(4) << "PPB_URLLoader::FollowRedirect()";
54 return enter.SetResult(enter.object()->FollowRedirect(enter.callback()));
127 &FollowRedirect,
ppb_url_loader_api.h 35 virtual int32_t FollowRedirect(scoped_refptr<TrackedCallback> callback) = 0;
  /external/chromium_org/ppapi/cpp/
url_loader.cc 49 int32_t URLLoader::FollowRedirect(const CompletionCallback& cc) {
52 return get_interface<PPB_URLLoader_1_0>()->FollowRedirect(
url_loader.h 69 /// completion of FollowRedirect(). This callback will run when response
71 /// will only run if FollowRedirect() returns
76 int32_t FollowRedirect(const CompletionCallback& cc);
  /external/chromium_org/ppapi/proxy/
url_loader_resource.h 50 virtual int32_t FollowRedirect(
78 // The plugin is waiting for the Open() or FollowRedirect callback.
url_loader_resource.cc 110 int32_t URLLoaderResource::FollowRedirect(
  /external/chromium_org/ppapi/api/
ppb_url_loader.idl 87 * 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/ppapi/c/
ppb_url_loader.h 96 * 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,
  /external/chromium/net/url_request/
url_request_job.cc 179 // such an URL will fail inside FollowRedirect. The DCHECK above asserts
182 // It is also possible that FollowRedirect will drop the last reference to
191 FollowRedirect(redirect_url, redirect_status_code);
261 FollowRedirect(new_location, http_status_code);
586 void URLRequestJob::FollowRedirect(const GURL& location, int http_status_code) {
url_request_job.h 279 void FollowRedirect(const GURL& location, int http_status_code);
  /external/chromium_org/net/url_request/
url_request_job.cc 201 // such an URL will fail inside FollowRedirect. The DCHECK above asserts
204 // It is also possible that FollowRedirect will drop the last reference to
215 FollowRedirect(redirect_url, redirect_status_code);
337 FollowRedirect(new_location, http_status_code);
700 void URLRequestJob::FollowRedirect(const GURL& location, int http_status_code) {
url_request_job.h 340 void FollowRedirect(const GURL& location, int http_status_code);
  /external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
AppRTCClient.java 168 return followRedirect(urls[0]);
179 private String followRedirect(String url) throws IOException {
  /external/chromium_org/content/common/
resource_messages.h 222 // respond with either a FollowRedirect message (if the redirect is to be
  /external/chromium_org/ppapi/tests/
test_url_loader.cc 749 callback.WaitForResult(loader.FollowRedirect(callback.GetCallback()));
758 return "URLLoader::FollowRedirect failed";
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 271 milliseconds