HomeSort by relevance Sort by last modified time
    Searched refs:OnSendComplete (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/content/renderer/p2p/
socket_client_delegate.h 33 virtual void OnSendComplete() = 0;
socket_client_impl.h 79 void OnSendComplete(int packet_id);
80 void OnSendComplete();
socket_dispatcher.cc 67 IPC_MESSAGE_HANDLER(P2PMsg_OnSendComplete, OnSendComplete)
157 void P2PSocketDispatcher::OnSendComplete(int socket_id) {
160 client->OnSendComplete();
socket_dispatcher.h 99 void OnSendComplete(int socket_id);
socket_client_impl.cc 195 void P2PSocketClientImpl::OnSendComplete() {
205 delegate_->OnSendComplete();
ipc_socket_factory.cc 100 virtual void OnSendComplete() OVERRIDE;
147 // sent, the value is decreased. As callbacks to OnSendComplete() (as IPCs
469 void IpcPacketSocket::OnSendComplete() {
  /external/chromium_org/chrome/browser/extensions/api/serial/
serial_api.h 185 void OnSendComplete(int bytes_sent, serial::SendError error);
serial_api.cc 241 base::Bind(&SerialSendFunction::OnSendComplete,
243 OnSendComplete(0, serial::SEND_ERROR_PENDING);
247 void SerialSendFunction::OnSendComplete(int bytes_sent,
  /external/chromium_org/net/socket/
ssl_server_socket_nss.h 76 void OnSendComplete(int result);
ssl_server_socket_openssl.h 76 void OnSendComplete(int result);
ssl_client_socket_openssl.h 119 void OnSendComplete(int result);
ssl_server_socket_nss.cc 497 void SSLServerSocketNSS::OnSendComplete(int result) {
505 // of SSLClientSocketNSS::OnSendComplete() which handles it better.
585 OnSendComplete(result);
ssl_server_socket_openssl.cc 249 void SSLServerSocketOpenSSL::OnSendComplete(int result) {
257 // of SSLClientSocketOpenSSL::OnSendComplete() which handles it better.
332 OnSendComplete(result);
341 // the BIO so it gets (re-)detected in OnSendComplete. Perhaps with
ssl_client_socket_openssl.cc 938 void SSLClientSocketOpenSSL::OnSendComplete(int result) {
945 // OnSendComplete may need to call DoPayloadRead while the renegotiation
    [all...]
ssl_client_socket_nss.cc 740 void OnSendComplete(int result);
    [all...]

Completed in 167 milliseconds