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

  /external/chromium_org/content/renderer/p2p/
socket_client_delegate.h 34 virtual void OnSendComplete() = 0;
socket_client_impl.h 80 void OnSendComplete(int packet_id);
81 void OnSendComplete();
socket_dispatcher.cc 67 IPC_MESSAGE_HANDLER(P2PMsg_OnSendComplete, OnSendComplete)
159 void P2PSocketDispatcher::OnSendComplete(int socket_id) {
162 client->OnSendComplete();
socket_dispatcher.h 99 void OnSendComplete(int socket_id);
socket_client_impl.cc 199 void P2PSocketClientImpl::OnSendComplete() {
209 delegate_->OnSendComplete();
ipc_socket_factory.cc 102 virtual void OnSendComplete() OVERRIDE;
153 // sent, the value is decreased. As callbacks to OnSendComplete() (as IPCs
532 void IpcPacketSocket::OnSendComplete() {
  /external/chromium_org/components/pairing/
bluetooth_host_pairing_controller.cc 69 base::Bind(&BluetoothHostPairingController::OnSendComplete,
91 base::Bind(&BluetoothHostPairingController::OnSendComplete,
224 void BluetoothHostPairingController::OnSendComplete(int bytes_sent) {}
bluetooth_controller_pairing_controller.h 49 void OnSendComplete(int bytes_sent);
bluetooth_host_pairing_controller.h 54 void OnSendComplete(int bytes_sent);
bluetooth_controller_pairing_controller.cc 99 base::Bind(&BluetoothControllerPairingController::OnSendComplete,
172 void BluetoothControllerPairingController::OnSendComplete(int bytes_sent) {}
  /external/chromium_org/extensions/browser/api/serial/
serial_api.h 184 void OnSendComplete(int bytes_sent, serial::SendError error);
serial_api.cc 249 base::Bind(&SerialSendFunction::OnSendComplete, this))) {
250 OnSendComplete(0, serial::SEND_ERROR_PENDING);
254 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 129 void OnSendComplete(int result);
ssl_server_socket_nss.cc 496 void SSLServerSocketNSS::OnSendComplete(int result) {
504 // of SSLClientSocketNSS::OnSendComplete() which handles it better.
584 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     [all...]
ssl_client_socket_nss.cc 724 void OnSendComplete(int result);
    [all...]

Completed in 332 milliseconds