Searched refs:OnConnectionError (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/mojo/public/cpp/bindings/
H A Derror_handler.h14 virtual void OnConnectionError() = 0;
H A Dinterface_impl.h47 virtual void OnConnectionError() {} function in class:mojo::InterfaceImpl
63 // If the pipe is closed, the instance's OnConnectionError method will be called
68 // point of the pipe will be closed and the error handler's OnConnectionError
94 // OnConnectionError method will be called and then the instance will be
124 // OnConnectionError method will be called and then the instance will be
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dinterface_impl_internal.h24 virtual void OnConnectionError() = 0;
99 virtual void OnConnectionError() MOJO_OVERRIDE {
101 // to delete itself in the OnConnectionError handler, which would in turn
105 instance()->OnConnectionError();
H A Dconnector.cc203 error_handler_->OnConnectionError();
/external/chromium_org/chrome/browser/ui/webui/omnibox/
H A Domnibox_ui_handler.h36 virtual void OnConnectionError() OVERRIDE {
/external/chromium_org/mojo/public/cpp/application/
H A Dservice_provider_impl.h50 virtual void OnConnectionError() MOJO_OVERRIDE;
/external/chromium_org/mojo/services/test_service/
H A Dtest_service_impl.h27 virtual void OnConnectionError() MOJO_OVERRIDE;
H A Dtest_service_impl.cc30 void TestServiceImpl::OnConnectionError() { function in class:mojo::test::TestServiceImpl
/external/chromium_org/mojo/spy/
H A Dspy_server_impl.h38 virtual void OnConnectionError() OVERRIDE;
H A Dspy_server_impl.cc69 void SpyServerImpl::OnConnectionError() { function in class:mojo::SpyServerImpl
/external/chromium_org/components/proximity_auth/
H A Dbluetooth_connection.h63 void OnConnectionError(const std::string& error_message);
H A Dbluetooth_connection.cc135 base::Bind(&BluetoothConnection::OnConnectionError, weak_this));
156 void BluetoothConnection::OnConnectionError(const std::string& error_message) { function in class:proximity_auth::BluetoothConnection
/external/chromium_org/content/common/mojo/
H A Dservice_registry_impl.h52 virtual void OnConnectionError() OVERRIDE;
H A Dservice_registry_impl.cc40 void ServiceRegistryImpl::OnConnectionError() { function in class:content::ServiceRegistryImpl
/external/chromium_org/device/serial/
H A Ddata_receiver.h53 virtual void OnConnectionError() OVERRIDE;
H A Ddata_sender.h63 virtual void OnConnectionError() OVERRIDE;
H A Ddata_sink_receiver.h54 virtual void OnConnectionError() OVERRIDE;
H A Ddata_source_sender.h47 virtual void OnConnectionError() OVERRIDE;
H A Dserial_service_unittest.cc50 virtual void OnConnectionError() OVERRIDE {
H A Ddata_receiver.cc165 void DataReceiver::OnConnectionError() { function in class:device::DataReceiver
/external/chromium_org/mojo/public/cpp/application/lib/
H A Dservice_provider_impl.cc40 void ServiceProviderImpl::OnConnectionError() { function in class:mojo::ServiceProviderImpl
H A Dapplication_impl.cc21 virtual void OnConnectionError() MOJO_OVERRIDE {
/external/chromium_org/mojo/dbus/
H A Ddbus_external_service.h91 virtual void OnConnectionError() OVERRIDE {
/external/chromium_org/mojo/gles2/
H A Dcommand_buffer_client_impl.h82 virtual void OnConnectionError() OVERRIDE;
/external/chromium_org/net/dns/
H A Dmdns_client_impl.h46 virtual void OnConnectionError(int error) = 0;
133 virtual void OnConnectionError(int error) OVERRIDE;

Completed in 290 milliseconds

12