Searched refs:OnConnectionError (Results 1 - 25 of 39) sorted by last modified time

12

/external/chromium_org/net/dns/
H A Dmdns_client_impl.cc186 delegate_->OnConnectionError(rv);
323 void MDnsClientImpl::Core::OnConnectionError(int error) { function in class:net::MDnsClientImpl::Core
H A Dmdns_client_impl.h46 virtual void OnConnectionError(int error) = 0;
133 virtual void OnConnectionError(int error) OVERRIDE;
H A Dmdns_client_unittest.cc1081 MOCK_METHOD1(OnConnectionError, void(int error));
1156 EXPECT_CALL(delegate_, OnConnectionError(ERR_SOCKET_NOT_CONNECTED));
1192 EXPECT_CALL(delegate_, OnConnectionError(ERR_SOCKET_NOT_CONNECTED));
/external/chromium_org/device/serial/
H A Ddata_receiver.cc165 void DataReceiver::OnConnectionError() { function in class:device::DataReceiver
H A Ddata_receiver.h53 virtual void OnConnectionError() OVERRIDE;
H A Ddata_sender.cc160 void DataSender::OnConnectionError() { function in class:device::DataSender
H A Ddata_sender.h63 virtual void OnConnectionError() OVERRIDE;
H A Ddata_sink_receiver.cc130 void DataSinkReceiver::OnConnectionError() { function in class:device::DataSinkReceiver
H A Ddata_sink_receiver.h54 virtual void OnConnectionError() OVERRIDE;
H A Ddata_source_sender.cc113 void DataSourceSender::OnConnectionError() { function in class:device::DataSourceSender
H A Ddata_source_sender.h47 virtual void OnConnectionError() OVERRIDE;
H A Dserial_connection_unittest.cc171 virtual void OnConnectionError() OVERRIDE {
H A Dserial_service_unittest.cc50 virtual void OnConnectionError() OVERRIDE {
/external/chromium_org/mojo/application_manager/
H A Dapplication_manager.cc111 virtual void OnConnectionError() OVERRIDE {
H A Dapplication_manager_unittest.cc39 virtual void OnConnectionError() OVERRIDE {
55 virtual void OnConnectionError() 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.cc265 void CommandBufferClientImpl::OnConnectionError() { function in class:mojo::gles2::CommandBufferClientImpl
H A Dcommand_buffer_client_impl.h82 virtual void OnConnectionError() OVERRIDE;
/external/chromium_org/mojo/public/cpp/application/lib/
H A Dapplication_impl.cc21 virtual void OnConnectionError() MOJO_OVERRIDE {
H A Dservice_provider_impl.cc40 void ServiceProviderImpl::OnConnectionError() { function in class:mojo::ServiceProviderImpl
/external/chromium_org/mojo/public/cpp/application/
H A Dservice_provider_impl.h50 virtual void OnConnectionError() MOJO_OVERRIDE;
/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 Dconnector.cc203 error_handler_->OnConnectionError();
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();

Completed in 227 milliseconds

12