Searched defs:OnSendError (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/components/gcm_driver/
H A Ddefault_gcm_app_handler.cc31 void DefaultGCMAppHandler::OnSendError( function in class:gcm::DefaultGCMAppHandler
H A Dfake_gcm_app_handler.cc45 void FakeGCMAppHandler::OnSendError( function in class:gcm::FakeGCMAppHandler
H A Dgcm_account_mapper.cc114 // already expired, but OnSendError event was lost.
122 // that are ADDING, but have expired message (OnSendError event lost), or
149 void GCMAccountMapper::OnSendError( function in class:gcm::GCMAccountMapper
/external/chromium_org/chrome/browser/extensions/
H A Dextension_gcm_app_handler.cc76 void ExtensionGCMAppHandler::OnSendError( function in class:extensions::ExtensionGCMAppHandler
79 js_event_router_->OnSendError(app_id, send_error_details);
/external/chromium_org/components/proximity_auth/
H A Dbluetooth_connection.cc85 base::Bind(&BluetoothConnection::OnSendError, weak_this));
167 void BluetoothConnection::OnSendError(const std::string& error_message) { function in class:proximity_auth::BluetoothConnection
/external/chromium_org/chrome/browser/extensions/api/gcm/
H A Dgcm_api.cc234 void GcmJsEventRouter::OnSendError( function in class:extensions::GcmJsEventRouter
237 api::gcm::OnSendError::Error error;
243 api::gcm::OnSendError::kEventName,
244 api::gcm::OnSendError::Create(error).Pass(),
/external/chromium_org/chrome/browser/services/gcm/
H A Dpush_messaging_service_impl.cc145 void PushMessagingServiceImpl::OnSendError( function in class:gcm::PushMessagingServiceImpl
/external/chromium_org/components/invalidation/
H A Dgcm_invalidation_bridge.cc331 void GCMInvalidationBridge::OnSendError( function in class:invalidation::GCMInvalidationBridge
/external/chromium_org/device/serial/
H A Ddata_sink_unittest.cc141 base::Bind(&DataSinkTest::OnSendError, base::Unretained(this)));
150 void OnSendError(uint32_t bytes_sent, int32_t error) { function in class:device::DataSinkTest
H A Dserial_connection_unittest.cc114 base::Bind(&SerialConnectionTest::OnSendError,
153 void OnSendError(uint32_t bytes_sent, int32_t error) { function in class:device::SerialConnectionTest
/external/chromium_org/components/pairing/
H A Dbluetooth_host_pairing_controller.cc71 base::Bind(&BluetoothHostPairingController::OnSendError,
93 base::Bind(&BluetoothHostPairingController::OnSendError,
255 void BluetoothHostPairingController::OnSendError( function in class:pairing_chromeos::BluetoothHostPairingController

Completed in 3971 milliseconds