OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FollowRedirect
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/ppapi/cpp/
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);
url_loader.cc
49
int32_t URLLoader::
FollowRedirect
(const CompletionCallback& cc) {
52
return get_interface<PPB_URLLoader_1_0>()->
FollowRedirect
(
/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/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_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/net/url_request/
url_request_job.h
279
void
FollowRedirect
(const GURL& location, int http_status_code);
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) {
/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/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
213
FollowRedirect
(redirect_url, redirect_status_code);
338
FollowRedirect
(new_location, http_status_code);
701
void URLRequestJob::
FollowRedirect
(const GURL& location, int http_status_code) {
url_request_job.h
339
void
FollowRedirect
(const GURL& location, int http_status_code);
/external/chromium_org/ppapi/tests/
test_url_loader.cc
737
callback.WaitForResult(loader.
FollowRedirect
(callback.GetCallback()));
746
return "URLLoader::
FollowRedirect
failed";
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c
[
all
...]
Completed in 383 milliseconds