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

12

/external/chromium_org/chrome/browser/ui/webui/omnibox/
H A Domnibox_ui_handler.h36 virtual void OnConnectionError() OVERRIDE {
/external/chromium_org/components/proximity_auth/
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
H A Dbluetooth_connection.h63 void OnConnectionError(const std::string& error_message);
/external/chromium_org/content/common/mojo/
H A Dservice_registry_impl.cc40 void ServiceRegistryImpl::OnConnectionError() { function in class:content::ServiceRegistryImpl
H A Dservice_registry_impl.h52 virtual void OnConnectionError() OVERRIDE;
/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

Completed in 4439 milliseconds

12