Searched refs:OnSendComplete (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/content/renderer/p2p/
H A Dsocket_client_delegate.h34 virtual void OnSendComplete() = 0;
H A Dsocket_client_impl.h80 void OnSendComplete(int packet_id);
81 void OnSendComplete();
H A Dsocket_dispatcher.cc67 IPC_MESSAGE_HANDLER(P2PMsg_OnSendComplete, OnSendComplete)
159 void P2PSocketDispatcher::OnSendComplete(int socket_id) { function in class:content::P2PSocketDispatcher
162 client->OnSendComplete();
H A Dsocket_dispatcher.h99 void OnSendComplete(int socket_id);
H A Dsocket_client_impl.cc199 void P2PSocketClientImpl::OnSendComplete() { function in class:content::P2PSocketClientImpl
209 delegate_->OnSendComplete();
H A Dipc_socket_factory.cc102 virtual void OnSendComplete() OVERRIDE;
153 // sent, the value is decreased. As callbacks to OnSendComplete() (as IPCs
532 void IpcPacketSocket::OnSendComplete() { function in class:content::__anon7781::IpcPacketSocket
/external/chromium_org/components/pairing/
H A Dbluetooth_host_pairing_controller.cc69 base::Bind(&BluetoothHostPairingController::OnSendComplete,
91 base::Bind(&BluetoothHostPairingController::OnSendComplete,
224 void BluetoothHostPairingController::OnSendComplete(int bytes_sent) {} function in class:pairing_chromeos::BluetoothHostPairingController
H A Dbluetooth_controller_pairing_controller.h49 void OnSendComplete(int bytes_sent);
H A Dbluetooth_host_pairing_controller.h54 void OnSendComplete(int bytes_sent);
H A Dbluetooth_controller_pairing_controller.cc99 base::Bind(&BluetoothControllerPairingController::OnSendComplete,
172 void BluetoothControllerPairingController::OnSendComplete(int bytes_sent) {} function in class:pairing_chromeos::BluetoothControllerPairingController
/external/chromium_org/net/socket/
H A Dssl_server_socket_nss.h76 void OnSendComplete(int result);
H A Dssl_server_socket_openssl.h76 void OnSendComplete(int result);
H A Dssl_client_socket_openssl.h129 void OnSendComplete(int result);
H A Dssl_server_socket_nss.cc496 void SSLServerSocketNSS::OnSendComplete(int result) { function in class:net::SSLServerSocketNSS
504 // of SSLClientSocketNSS::OnSendComplete() which handles it better.
584 OnSendComplete(result);
H A Dssl_server_socket_openssl.cc249 void SSLServerSocketOpenSSL::OnSendComplete(int result) { function in class:net::SSLServerSocketOpenSSL
257 // of SSLClientSocketOpenSSL::OnSendComplete() which handles it better.
332 OnSendComplete(result);
341 // the BIO so it gets (re-)detected in OnSendComplete. Perhaps with
H A Dssl_client_socket_openssl.cc1191 void SSLClientSocketOpenSSL::OnSendComplete(int result) {
1198 // OnSendComplete may need to call DoPayloadRead while the renegotiation
1472 OnSendComplete(result);
H A Dssl_client_socket_nss.cc724 void OnSendComplete(int result);
2145 void SSLClientSocketNSS::Core::OnSendComplete(int result) { function in class:net::SSLClientSocketNSS::Core
2153 // OnSendComplete may need to call DoPayloadRead while the renegotiation
2639 OnSendComplete(result);
/external/chromium_org/extensions/browser/api/serial/
H A Dserial_api.cc249 base::Bind(&SerialSendFunction::OnSendComplete, this))) {
250 OnSendComplete(0, serial::SEND_ERROR_PENDING);
254 void SerialSendFunction::OnSendComplete(int bytes_sent, function in class:extensions::core_api::SerialSendFunction
H A Dserial_api.h184 void OnSendComplete(int bytes_sent, serial::SendError error);

Completed in 228 milliseconds