HomeSort by relevance Sort by last modified time
    Searched full:completioncallback (Results 376 - 400 of 806) sorted by null

<<11121314151617181920>>

  /external/chromium_org/native_client_sdk/doc_generated/pepper_stable/cpp/
classpp_1_1_u_r_l_loader.html 28 <tr><td class="memItemLeft" align="right" valign="top">int32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_u_r_l_loader.html#afb72f38f30b94a2d5494225e364395b8">Open</a> (const <a class="el" href="classpp_1_1_u_r_l_request_info.html">URLRequestInfo</a> &amp;request_info, const <a class="el" href="classpp_1_1_completion_callback.html">CompletionCallback</a> &amp;cc)</td></tr>
29 <tr><td class="memItemLeft" align="right" valign="top">int32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_u_r_l_loader.html#a411a79d6e9e5335ce31d187d137420af">FollowRedirect</a> (const <a class="el" href="classpp_1_1_completion_callback.html">CompletionCallback</a> &amp;cc)</td></tr>
33 <tr><td class="memItemLeft" align="right" valign="top">int32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_u_r_l_loader.html#a907697c3c268a68eb3b4ca341aea4812">ReadResponseBody</a> (void *buffer, int32_t bytes_to_read, const <a class="el" href="classpp_1_1_completion_callback.html">CompletionCallback</a> &amp;cc)</td></tr>
34 <tr><td class="memItemLeft" align="right" valign="top">int32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_u_r_l_loader.html#a2e40e91e7a9ffca3f697497abef843f4">FinishStreamingToFile</a> (const <a class="el" href="classpp_1_1_completion_callback.html">CompletionCallback</a> &amp;cc)</td></tr>
146 <a class="anchor" id="a2e40e91e7a9ffca3f697497abef843f4"></a><!-- doxytag: member="pp::URLLoader::FinishStreamingToFile" ref="a2e40e91e7a9ffca3f697497abef843f4" args="(const CompletionCallback &amp;cc)" -->
153 <td class="paramtype">const <a class="el" href="classpp_1_1_completion_callback.html">CompletionCallback</a> &amp;&#160;</td>
164 <tr><td class="paramdir">[in]</td><td class="paramname">cc</td><td>A <code><a class="el" href="classpp_1_1_completion_callback.html" title="This API enables you to implement and receive callbacks when Pepper operations complete asynchronousl...">CompletionCallback</a></code> to run on asynchronous completion. This callback will run when body is downloaded or an error occurs after <a class="el" href="classpp_1_1_u_r_l_loader.html#a2e40e91e7a9ffca3f697497abef843f4" title="This function is used to wait for the response body to be completely downloaded to the file provided ...">FinishStreamingToFile()</a> returns <code>PP_OK_COMPLETIONPENDING</code>.</td></tr>
171 <a class="anchor" id="a411a79d6e9e5335ce31d187d137420af"></a><!-- doxytag: member="pp::URLLoader::FollowRedirect" ref="a411a79d6e9e5335ce31d187d137420af" args="(const CompletionCallback &amp;cc)" -->
178 <td class="paramtype">const <a class="el" href="classpp_1_1_completion_callback.html">CompletionCallback</a> &amp;&#160;</td>
188 <tr><td class="paramdir">[in]</td><td class="paramname">cc</td><td>A <code><a class="el" href="classpp_1_1_completion_callback.html" title="This API enables you to implement and receive callbacks when Pepper operations complete asynchronousl...">CompletionCallback</a></code> to run on asynchronous completion of <a class="el" href="classpp_1_1_u_r_l_loader.html# (…)
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/api/socket/
socket.cc 177 pp::CompletionCallback callback =
194 pp::CompletionCallback callback =
238 pp::CompletionCallback callback =
269 pp::CompletionCallback callback =
  /external/chromium_org/net/cert/
mock_cert_verifier.cc 44 const CompletionCallback& callback,
mock_cert_verifier.h 33 const CompletionCallback& callback,
  /external/chromium_org/net/http/
http_basic_state.cc 30 const CompletionCallback& callback) {
http_response_body_drainer.h 58 CompletionCallback user_callback_;
http_stream_base.h 45 const CompletionCallback& callback) = 0;
62 const CompletionCallback& callback) = 0;
73 virtual int ReadResponseHeaders(const CompletionCallback& callback) = 0;
86 const CompletionCallback& callback) = 0;
disk_cache_based_quic_server_info.cc 28 // should be bound to the CompletionCallback that is passed to the disk_cache
72 const CompletionCallback& callback) {
131 CompletionCallback callback = user_callback_;
http_auth_controller_unittest.cc 148 const CompletionCallback& callback,
220 &request, CompletionCallback(), dummy_log));
236 &request, CompletionCallback(), dummy_log));
http_auth_handler.h 76 const CompletionCallback& callback,
162 const CompletionCallback& callback,
194 CompletionCallback callback_;
  /external/chromium_org/net/proxy/
proxy_resolver_perftest.cc 114 net::CompletionCallback());
126 GURL("http://www.warmup.com"), &proxy_info, net::CompletionCallback(),
142 GURL(query.query_url), &proxy_info, net::CompletionCallback(), NULL,
175 net::CompletionCallback());
  /external/chromium_org/net/socket/
client_socket_handle.h 77 const CompletionCallback& callback,
196 CompletionCallback callback_;
197 CompletionCallback user_callback_;
220 const CompletionCallback& callback,
ssl_server_socket.h 32 virtual int Handshake(const CompletionCallback& callback) = 0;
  /external/chromium_org/net/tools/dump_cache/
cache_dumper.cc 23 const net::CompletionCallback& callback) {
29 const net::CompletionCallback& callback) {
79 const net::CompletionCallback& callback) {
158 const net::CompletionCallback& callback) {
simple_cache_dumper.h 81 CompletionCallback io_callback_;
  /external/chromium_org/net/url_request/
url_request_http_job_unittest.cc 259 const CompletionCallback& callback) OVERRIDE {
266 const CompletionCallback& callback) OVERRIDE {
270 virtual int ReadResponseHeaders(const CompletionCallback& callback) OVERRIDE {
276 const CompletionCallback& callback) OVERRIDE {
url_request_simple_job.h 46 const CompletionCallback& callback) const = 0;
  /external/chromium_org/ppapi/c/dev/
ppb_printing_dev.h 52 * @param[in] callback A <code>CompletionCallback</code> to be called when
  /external/chromium_org/ppapi/c/trusted/
ppb_file_chooser_trusted.h 48 * @param[in] callback A <code>CompletionCallback</code> to be called after
  /external/chromium_org/ppapi/cpp/dev/
video_capture_dev.cc 66 const CompletionCallback& callback) {
  /external/chromium_org/ppapi/cpp/
media_stream_audio_track.cc 45 const CompletionCallback& callback) {
  /external/chromium_org/ppapi/cpp/private/
image_capture_private.h 78 /// @param[in] callback <code>CompletionCallback</code> to be called upon
82 int32_t Close(const CompletionCallback& callback);
88 /// @param[in] callback <code>CompletionCallback</code> to be called upon
96 const CompletionCallback& callback);
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_coordinator.h 63 const pp::CompletionCallback& translate_notify_callback);
71 pp::CompletionCallback GetCompileProgressCallback(int64_t bytes_compiled);
105 const pp::CompletionCallback& translate_notify_callback);
144 pp::CompletionCallback translate_notify_callback_;
  /external/chromium_org/remoting/client/plugin/
pepper_address_resolver.cc 28 pp::CompletionCallback callback =
  /external/chromium_org/native_client_sdk/src/examples/api/websocket/
websocket.cc 100 pp::CompletionCallback callback(OnConnectCompletionCallback, this);
111 pp::CompletionCallback callback(OnCloseCompletionCallback, this);
138 pp::CompletionCallback callback(OnReceiveCompletionCallback, this);

Completed in 659 milliseconds

<<11121314151617181920>>