Home
last modified time | relevance | path

Searched refs:OnSendError (Results 1 – 25 of 25) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/gcm/
Dgcm_apitest.cc213 IN_PROC_BROWSER_TEST_F(GcmApiTest, OnSendError) { in IN_PROC_BROWSER_TEST_F() argument
223 app_handler.OnSendError( in IN_PROC_BROWSER_TEST_F()
228 app_handler.OnSendError( in IN_PROC_BROWSER_TEST_F()
233 app_handler.OnSendError( in IN_PROC_BROWSER_TEST_F()
238 app_handler.OnSendError( in IN_PROC_BROWSER_TEST_F()
243 app_handler.OnSendError( in IN_PROC_BROWSER_TEST_F()
Dgcm_api.cc234 void GcmJsEventRouter::OnSendError( in OnSendError() function in extensions::GcmJsEventRouter
237 api::gcm::OnSendError::Error error; in OnSendError()
243 api::gcm::OnSendError::kEventName, in OnSendError()
244 api::gcm::OnSendError::Create(error).Pass(), in OnSendError()
Dgcm_api.h103 void OnSendError(const std::string& app_id,
/external/chromium_org/chrome/browser/extensions/
Dextension_gcm_app_handler.cc76 void ExtensionGCMAppHandler::OnSendError( in OnSendError() function in extensions::ExtensionGCMAppHandler
79 js_event_router_->OnSendError(app_id, send_error_details); in OnSendError()
Dextension_gcm_app_handler.h54 virtual void OnSendError(
Dextension_gcm_app_handler_unittest.cc154 virtual void OnSendError( in OnSendError() function in extensions::FakeExtensionGCMAppHandler
/external/chromium_org/components/gcm_driver/
Ddefault_gcm_app_handler.cc31 void DefaultGCMAppHandler::OnSendError( in OnSendError() function in gcm::DefaultGCMAppHandler
Dgcm_app_handler.h35 virtual void OnSendError(
Ddefault_gcm_app_handler.h25 virtual void OnSendError(
Dfake_gcm_app_handler.cc45 void FakeGCMAppHandler::OnSendError( in OnSendError() function in gcm::FakeGCMAppHandler
Dfake_gcm_app_handler.h45 virtual void OnSendError(
Dgcm_account_mapper.h47 virtual void OnSendError(
Dgcm_account_mapper.cc149 void GCMAccountMapper::OnSendError( in OnSendError() function in gcm::GCMAccountMapper
Dgcm_driver_desktop.cc722 GetAppHandler(app_id)->OnSendError(app_id, send_error_details); in MessageSendError()
Dgcm_account_mapper_unittest.cc193 ->OnSendError(kGCMAccountMapperAppId, send_error); in MessageSendError()
/external/chromium_org/components/proximity_auth/
Dbluetooth_connection.cc85 base::Bind(&BluetoothConnection::OnSendError, weak_this)); in SendMessageImpl()
167 void BluetoothConnection::OnSendError(const std::string& error_message) { in OnSendError() function in proximity_auth::BluetoothConnection
Dbluetooth_connection.h65 void OnSendError(const std::string& error_message);
/external/chromium_org/components/pairing/
Dbluetooth_host_pairing_controller.cc71 base::Bind(&BluetoothHostPairingController::OnSendError, in SendHostStatus()
93 base::Bind(&BluetoothHostPairingController::OnSendError, in AbortWithError()
255 void BluetoothHostPairingController::OnSendError( in OnSendError() function in pairing_chromeos::BluetoothHostPairingController
Dbluetooth_host_pairing_controller.h60 void OnSendError(const std::string& error_message);
/external/chromium_org/chrome/browser/services/gcm/
Dpush_messaging_service_impl.h44 virtual void OnSendError(
Dpush_messaging_service_impl.cc145 void PushMessagingServiceImpl::OnSendError( in OnSendError() function in gcm::PushMessagingServiceImpl
/external/chromium_org/components/invalidation/
Dgcm_invalidation_bridge.h59 virtual void OnSendError(
Dgcm_invalidation_bridge.cc331 void GCMInvalidationBridge::OnSendError( in OnSendError() function in invalidation::GCMInvalidationBridge
/external/chromium_org/device/serial/
Ddata_sink_unittest.cc141 base::Bind(&DataSinkTest::OnSendError, base::Unretained(this))); in Send()
150 void OnSendError(uint32_t bytes_sent, int32_t error) { in OnSendError() function in device::DataSinkTest
Dserial_connection_unittest.cc114 base::Bind(&SerialConnectionTest::OnSendError, in Send()
153 void OnSendError(uint32_t bytes_sent, int32_t error) { in OnSendError() function in device::SerialConnectionTest