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

<<21222324252627282930>>

  /external/chromium_org/net/quic/
quic_network_transaction_unittest.cc 722 CompletionCallback(),
763 CompletionCallback(),
800 CompletionCallback(), NULL, net_log_.bound());
    [all...]
  /external/chromium_org/net/socket/
client_socket_handle.cc 140 CompletionCallback callback = user_callback_;
ssl_server_socket_nss.cc 123 int SSLServerSocketNSS::Handshake(const CompletionCallback& callback) {
191 int SSLServerSocketNSS::Connect(const CompletionCallback& callback) {
197 const CompletionCallback& callback) {
221 const CompletionCallback& callback) {
stream_socket.h 36 virtual int Connect(const CompletionCallback& callback) = 0;
tcp_socket_win.cc 390 const CompletionCallback& callback) {
415 const CompletionCallback& callback) {
491 const CompletionCallback& callback) {
503 const CompletionCallback& callback) {
879 const CompletionCallback& callback) {
    [all...]
  /external/chromium_org/ppapi/c/dev/
ppb_file_chooser_dev.h 116 * @param[in] callback A <code>CompletionCallback</code> to be called after
  /external/chromium_org/ppapi/examples/url_loader/
streaming.cc 114 pp::CompletionCallback cc =
  /external/chromium_org/ppapi/utility/websocket/
websocket_api.h 15 class CompletionCallback;
  /external/chromium_org/third_party/skia/platform_tools/nacl/src/
nacl_debugger.cpp 145 fDeviceContext.Flush(pp::CompletionCallback(&FlushCallback, this));
nacl_sample.cpp 151 fGraphics2dContext->Flush(pp::CompletionCallback(&FlushCallback, this));
  /external/skia/platform_tools/nacl/src/
nacl_debugger.cpp 145 fDeviceContext.Flush(pp::CompletionCallback(&FlushCallback, this));
nacl_sample.cpp 151 fGraphics2dContext->Flush(pp::CompletionCallback(&FlushCallback, this));
  /external/chromium_org/net/disk_cache/blockfile/
backend_impl.cc 189 int BackendImpl::Init(const CompletionCallback& callback) {
1133 int BackendImpl::FlushQueueForTest(const CompletionCallback& callback) {
1139 const CompletionCallback& callback) {
    [all...]
  /external/chromium_org/native_client_sdk/doc_generated/pepper_beta/cpp/
namespacepp.html 23 <tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_completion_callback.html">CompletionCallback</a></td></tr>
112 <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">CompletionCallbackFactory&lt;T&gt; may be used to create <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> objects that are bound to member functions. <a href="classpp_1_1_completion_callback_factory.html#details">More...</a><br /></td></tr>
119 <tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classpp_1_1_completion_callback.html">CompletionCallback</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacepp.html#a720b2df07621eabf59bdbae84ab80f47">BlockUntilComplete</a> ()</td></tr>
152 <td class="memname"><a class="el" href="classpp_1_1_completion_callback.html">CompletionCallback</a> <a class="el" href="namespacepp.html#a720b2df07621eabf59bdbae84ab80f47">pp::BlockUntilComplete</a> </td>
162 <dl class="return"><dt><b>Returns:</b></dt><dd>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> corresponding to a NULL callback. </dd></dl>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_stable/cpp/
namespacepp.html 24 <tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_completion_callback.html">CompletionCallback</a></td></tr>
111 <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">CompletionCallbackFactory&lt;T&gt; may be used to create <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> objects that are bound to member functions. <a href="classpp_1_1_completion_callback_factory.html#details">More...</a><br /></td></tr>
118 <tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classpp_1_1_completion_callback.html">CompletionCallback</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacepp.html#a720b2df07621eabf59bdbae84ab80f47">BlockUntilComplete</a> ()</td></tr>
151 <td class="memname"><a class="el" href="classpp_1_1_completion_callback.html">CompletionCallback</a> <a class="el" href="namespacepp.html#a720b2df07621eabf59bdbae84ab80f47">pp::BlockUntilComplete</a> </td>
161 <dl class="return"><dt><b>Returns:</b></dt><dd>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> corresponding to a NULL callback. </dd></dl>
  /external/chromium_org/net/http/
http_stream_factory_impl_unittest.cc 65 const CompletionCallback& callback) OVERRIDE {
70 const CompletionCallback& callback) OVERRIDE {
73 virtual int ReadResponseHeaders(const CompletionCallback& callback) OVERRIDE {
78 const CompletionCallback& callback) OVERRIDE {
331 const CompletionCallback& callback,
    [all...]
http_stream_parser.cc 209 const CompletionCallback& callback) {
270 ->Read(request_headers_.get(), todo, CompletionCallback());
303 int HttpStreamParser::ReadResponseHeaders(const CompletionCallback& callback) {
339 const CompletionCallback& callback) {
365 CompletionCallback c = callback_;
    [all...]
http_stream_parser_unittest.cc 110 ASSERT_EQ(OK, body->Init(CompletionCallback()));
121 ASSERT_EQ(OK, body->Init(CompletionCallback()));
166 ASSERT_EQ(OK, body->Init(CompletionCallback()));
180 ASSERT_EQ(OK, body->Init(CompletionCallback()));
223 ASSERT_EQ(OK, upload_stream.Init(CompletionCallback()));
http_network_transaction.cc 180 const CompletionCallback& callback,
205 const CompletionCallback& callback) {
219 X509Certificate* client_cert, const CompletionCallback& callback) {
243 const AuthCredentials& credentials, const CompletionCallback& callback) {
340 const CompletionCallback& callback) {
594 CompletionCallback c = callback_;
    [all...]
disk_based_cert_cache.cc 120 CompletionCallback io_callback_;
354 CompletionCallback io_callback_;
http_auth_controller.cc 174 const HttpRequestInfo* request, const CompletionCallback& callback,
552 CompletionCallback c = callback_;
  /external/chromium_org/net/spdy/
spdy_test_util_common.cc 286 CompletionCallback());
295 CompletionCallback StreamReleaserCallback::MakeCallback(
619 const CompletionCallback& callback) OVERRIDE {
624 const CompletionCallback& callback) OVERRIDE {
635 virtual int Connect(const CompletionCallback& callback) OVERRIDE {
    [all...]
  /external/chromium_org/chrome/browser/net/
network_stats.h 112 const net::CompletionCallback& callback);
280 net::CompletionCallback finished_callback_;
  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher_win_unittest.cc 227 const CompletionCallback& callback) OVERRIDE {
268 CompletionCallback callback_;
proxy_service.h 128 const net::CompletionCallback& callback,
151 const CompletionCallback& callback,

Completed in 866 milliseconds

<<21222324252627282930>>