/external/chromium_org/chrome/browser/extensions/api/gcm/ |
D | gcm_apitest.cc | 213 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()
|
D | gcm_api.cc | 234 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()
|
D | gcm_api.h | 103 void OnSendError(const std::string& app_id,
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_gcm_app_handler.cc | 76 void ExtensionGCMAppHandler::OnSendError( in OnSendError() function in extensions::ExtensionGCMAppHandler 79 js_event_router_->OnSendError(app_id, send_error_details); in OnSendError()
|
D | extension_gcm_app_handler.h | 54 virtual void OnSendError(
|
D | extension_gcm_app_handler_unittest.cc | 154 virtual void OnSendError( in OnSendError() function in extensions::FakeExtensionGCMAppHandler
|
/external/chromium_org/components/gcm_driver/ |
D | default_gcm_app_handler.cc | 31 void DefaultGCMAppHandler::OnSendError( in OnSendError() function in gcm::DefaultGCMAppHandler
|
D | gcm_app_handler.h | 35 virtual void OnSendError(
|
D | default_gcm_app_handler.h | 25 virtual void OnSendError(
|
D | fake_gcm_app_handler.cc | 45 void FakeGCMAppHandler::OnSendError( in OnSendError() function in gcm::FakeGCMAppHandler
|
D | fake_gcm_app_handler.h | 45 virtual void OnSendError(
|
D | gcm_account_mapper.h | 47 virtual void OnSendError(
|
D | gcm_account_mapper.cc | 149 void GCMAccountMapper::OnSendError( in OnSendError() function in gcm::GCMAccountMapper
|
D | gcm_driver_desktop.cc | 722 GetAppHandler(app_id)->OnSendError(app_id, send_error_details); in MessageSendError()
|
D | gcm_account_mapper_unittest.cc | 193 ->OnSendError(kGCMAccountMapperAppId, send_error); in MessageSendError()
|
/external/chromium_org/components/proximity_auth/ |
D | bluetooth_connection.cc | 85 base::Bind(&BluetoothConnection::OnSendError, weak_this)); in SendMessageImpl() 167 void BluetoothConnection::OnSendError(const std::string& error_message) { in OnSendError() function in proximity_auth::BluetoothConnection
|
D | bluetooth_connection.h | 65 void OnSendError(const std::string& error_message);
|
/external/chromium_org/components/pairing/ |
D | bluetooth_host_pairing_controller.cc | 71 base::Bind(&BluetoothHostPairingController::OnSendError, in SendHostStatus() 93 base::Bind(&BluetoothHostPairingController::OnSendError, in AbortWithError() 255 void BluetoothHostPairingController::OnSendError( in OnSendError() function in pairing_chromeos::BluetoothHostPairingController
|
D | bluetooth_host_pairing_controller.h | 60 void OnSendError(const std::string& error_message);
|
/external/chromium_org/chrome/browser/services/gcm/ |
D | push_messaging_service_impl.h | 44 virtual void OnSendError(
|
D | push_messaging_service_impl.cc | 145 void PushMessagingServiceImpl::OnSendError( in OnSendError() function in gcm::PushMessagingServiceImpl
|
/external/chromium_org/components/invalidation/ |
D | gcm_invalidation_bridge.h | 59 virtual void OnSendError(
|
D | gcm_invalidation_bridge.cc | 331 void GCMInvalidationBridge::OnSendError( in OnSendError() function in invalidation::GCMInvalidationBridge
|
/external/chromium_org/device/serial/ |
D | data_sink_unittest.cc | 141 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
|
D | serial_connection_unittest.cc | 114 base::Bind(&SerialConnectionTest::OnSendError, in Send() 153 void OnSendError(uint32_t bytes_sent, int32_t error) { in OnSendError() function in device::SerialConnectionTest
|