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

<<11121314151617181920>>

  /external/chromium_org/net/proxy/
dhcp_proxy_script_adapter_fetcher_win.h 50 const net::CompletionCallback& callback);
173 net::CompletionCallback callback_;
dhcp_proxy_script_fetcher_win.h 42 const net::CompletionCallback& callback) OVERRIDE;
151 net::CompletionCallback callback_;
multi_threaded_proxy_resolver.h 96 const CompletionCallback& callback,
104 const CompletionCallback& callback) OVERRIDE;
proxy_resolver_mac.cc 77 const CompletionCallback& /*callback*/,
199 const CompletionCallback& /*callback*/) {
proxy_resolver_v8.h 87 const net::CompletionCallback& /*callback*/,
95 const net::CompletionCallback& /*callback*/) OVERRIDE;
proxy_resolver_winhttp.cc 41 const CompletionCallback& /*callback*/,
138 const CompletionCallback& /*callback*/) {
proxy_script_decider.h 75 const net::CompletionCallback& callback);
167 net::CompletionCallback callback_;
proxy_script_decider_unittest.cc 110 const CompletionCallback& callback) OVERRIDE {
137 const CompletionCallback& callback) OVERRIDE;
146 CompletionCallback callback_;
157 const CompletionCallback& callback) {
646 const CompletionCallback& callback) OVERRIDE {
728 const CompletionCallback& callback) OVERRIDE {
751 CompletionCallback callback_;
  /external/chromium_org/net/socket/
socks_client_socket_pool.h 100 CompletionCallback callback_;
127 const CompletionCallback& callback,
  /external/chromium_org/net/udp/
datagram_server_socket.h 42 const CompletionCallback& callback) = 0;
56 const CompletionCallback& callback) = 0;
udp_socket_win.cc 338 const CompletionCallback& callback) {
345 const CompletionCallback& callback) {
364 const CompletionCallback& callback) {
371 const CompletionCallback& callback) {
378 const CompletionCallback& callback) {
536 CompletionCallback c = read_callback_;
546 CompletionCallback c = write_callback_;
  /external/chromium_org/net/websockets/
websocket_handshake_stream_create_helper_test.cc 46 CompletionCallback(),
110 &request_info, DEFAULT_PRIORITY, BoundNetLog(), CompletionCallback());
websocket_basic_handshake_stream.cc 367 const CompletionCallback& callback) {
376 const CompletionCallback& callback) {
422 const CompletionCallback& callback) {
439 const CompletionCallback& callback) {
536 const CompletionCallback& callback,
websocket_basic_stream.cc 90 const CompletionCallback& callback) {
136 const CompletionCallback& callback) {
201 const CompletionCallback& callback) {
223 const CompletionCallback& callback,
415 const CompletionCallback& callback,
  /external/chromium_org/ppapi/api/dev/
ppb_file_chooser_dev.idl 93 * @param[in] callback A <code>CompletionCallback</code> to be called after
144 * @param[in] callback A <code>CompletionCallback</code> to be called after
  /external/chromium_org/ppapi/examples/gles2/
gles2.cc 54 pp::CompletionCallback cb = callback_factory_.NewCallback(
167 pp::CompletionCallback cb = callback_factory_.NewCallback(
  /external/chromium_org/ppapi/proxy/
enter_proxy.h 58 const pp::CompletionCallback& callback)
106 const pp::CompletionCallback& callback)
  /external/chromium_org/chrome/browser/history/
web_history_service.cc 67 typedef base::Callback<void(Request*, bool)> CompletionCallback;
71 const CompletionCallback& callback)
209 CompletionCallback callback_;
316 RequestImpl::CompletionCallback completion_callback = base::Bind(
364 RequestImpl::CompletionCallback completion_callback =
  /external/chromium_org/native_client_sdk/doc_generated/pepper_beta/cpp/
classpp_1_1_completion_callback_with_output.html 13 <!-- doxytag: class="pp::CompletionCallbackWithOutput" --><!-- doxytag: inherits="pp::CompletionCallback" --><div class="dynheader">
42 <p>You can create this yourself, but it is most common to use with the <a class="el" href="classpp_1_1_completion_callback_factory.html" title="CompletionCallbackFactory&lt;T&gt; may be used to create CompletionCallback objects that are bound to membe...">CompletionCallbackFactory</a>'s NewCallbackWithOutput, which manages the storage for the output parameter for you and passes it as an argument to your callback function.</p>
92 <p>The default constructor will create a blocking <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> that references the given output data. </p>
134 <p>A constructor for creating 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> that references the given output data. </p>
183 <p>A constructor for creating 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> that references the given output data. </p>
classpp_1_1_core.html 22 <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_core.html#af20d1f92600f588bc74115fcbd17a1c7">CallOnMainThread</a> (int32_t delay_in_milliseconds, const <a class="el" href="classpp_1_1_completion_callback.html">CompletionCallback</a> &amp;callback, int32_t result=0)</td></tr>
54 <a class="anchor" id="af20d1f92600f588bc74115fcbd17a1c7"></a><!-- doxytag: member="pp::Core::CallOnMainThread" ref="af20d1f92600f588bc74115fcbd17a1c7" args="(int32_t delay_in_milliseconds, const CompletionCallback &amp;callback, int32_t result=0)" -->
67 <td class="paramtype">const <a class="el" href="classpp_1_1_completion_callback.html">CompletionCallback</a> &amp;&#160;</td>
92 <tr><td class="paramdir">[in]</td><td class="paramname">callback</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> callback function that the browser will call after the specified delay. </td></tr>
93 <tr><td class="paramdir">[in]</td><td class="paramname">result</td><td>An int32_t that the browser will pass to the given <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>. </td></tr>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_dev/cpp/
classpp_1_1_completion_callback_with_output.html 13 <!-- doxytag: class="pp::CompletionCallbackWithOutput" --><!-- doxytag: inherits="pp::CompletionCallback" --><div class="dynheader">
42 <p>You can create this yourself, but it is most common to use with the <a class="el" href="classpp_1_1_completion_callback_factory.html" title="CompletionCallbackFactory&lt;T&gt; may be used to create CompletionCallback objects that are bound to membe...">CompletionCallbackFactory</a>'s NewCallbackWithOutput, which manages the storage for the output parameter for you and passes it as an argument to your callback function.</p>
92 <p>The default constructor will create a blocking <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> that references the given output data. </p>
134 <p>A constructor for creating 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> that references the given output data. </p>
183 <p>A constructor for creating 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> that references the given output data. </p>
classpp_1_1_core.html 22 <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_core.html#af20d1f92600f588bc74115fcbd17a1c7">CallOnMainThread</a> (int32_t delay_in_milliseconds, const <a class="el" href="classpp_1_1_completion_callback.html">CompletionCallback</a> &amp;callback, int32_t result=0)</td></tr>
54 <a class="anchor" id="af20d1f92600f588bc74115fcbd17a1c7"></a><!-- doxytag: member="pp::Core::CallOnMainThread" ref="af20d1f92600f588bc74115fcbd17a1c7" args="(int32_t delay_in_milliseconds, const CompletionCallback &amp;callback, int32_t result=0)" -->
67 <td class="paramtype">const <a class="el" href="classpp_1_1_completion_callback.html">CompletionCallback</a> &amp;&#160;</td>
92 <tr><td class="paramdir">[in]</td><td class="paramname">callback</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> callback function that the browser will call after the specified delay. </td></tr>
93 <tr><td class="paramdir">[in]</td><td class="paramname">result</td><td>An int32_t that the browser will pass to the given <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>. </td></tr>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_stable/cpp/
classpp_1_1_core.html 22 <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_core.html#af20d1f92600f588bc74115fcbd17a1c7">CallOnMainThread</a> (int32_t delay_in_milliseconds, const <a class="el" href="classpp_1_1_completion_callback.html">CompletionCallback</a> &amp;callback, int32_t result=0)</td></tr>
54 <a class="anchor" id="af20d1f92600f588bc74115fcbd17a1c7"></a><!-- doxytag: member="pp::Core::CallOnMainThread" ref="af20d1f92600f588bc74115fcbd17a1c7" args="(int32_t delay_in_milliseconds, const CompletionCallback &amp;callback, int32_t result=0)" -->
67 <td class="paramtype">const <a class="el" href="classpp_1_1_completion_callback.html">CompletionCallback</a> &amp;&#160;</td>
92 <tr><td class="paramdir">[in]</td><td class="paramname">callback</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> callback function that the browser will call after the specified delay. </td></tr>
93 <tr><td class="paramdir">[in]</td><td class="paramname">result</td><td>An int32_t that the browser will pass to the given <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>. </td></tr>
  /external/chromium_org/net/http/
http_proxy_client_socket.cc 73 int HttpProxyClientSocket::RestartWithAuth(const CompletionCallback& callback) {
113 int HttpProxyClientSocket::Connect(const CompletionCallback& callback) {
217 const CompletionCallback& callback) {
237 const CompletionCallback& callback) {
314 CompletionCallback c = user_callback_;
  /external/chromium_org/net/ssl/
channel_id_service.cc 145 const CompletionCallback& callback,
207 CompletionCallback callback_;
353 const CompletionCallback& callback) {
401 const CompletionCallback& callback,
464 const CompletionCallback& callback,
598 const CompletionCallback& callback,
628 const CompletionCallback& callback,

Completed in 384 milliseconds

<<11121314151617181920>>