Searched refs:ShutDown (Results 1 - 25 of 54) sorted by relevance

123

/external/guava/guava/src/com/google/common/base/internal/
H A DFinalizer.java130 } catch (ShutDown shutDown) { /* ignore */ }
136 private void cleanUp(Reference<?> reference) throws ShutDown {
150 throw new ShutDown();
169 private Method getFinalizeReferentMethod() throws ShutDown {
181 throw new ShutDown();
206 private static class ShutDown extends Exception { } class in class:Finalizer
/external/chromium_org/athena/content/public/
H A Dapp_registry.h37 static void ShutDown();
/external/chromium_org/device/serial/
H A Ddata_receiver.cc141 ShutDown();
154 ShutDown();
166 ShutDown();
184 ShutDown();
207 ShutDown();
221 ShutDown();
253 void DataReceiver::ShutDown() { function in class:device::DataReceiver
H A Ddata_sender.cc84 ShutDown();
126 ShutDown();
131 ShutDown();
161 ShutDown();
177 ShutDown();
186 ShutDown();
202 void DataSender::ShutDown() { function in class:device::DataSender
H A Dserial_connection.cc35 receiver_->ShutDown();
36 sender_->ShutDown();
H A Ddata_receiver.h52 // mojo::ErrorHandler override. Calls ShutDown().
67 // |handle_|, ShutDown() is called.
79 void ShutDown();
H A Ddata_sender.h78 void ShutDown();
H A Ddata_sink_receiver.h33 // and the DataSinkReceiver will act as if ShutDown() had been called. If
42 void ShutDown();
H A Ddata_source_sender.h29 // called and the DataSourceSender will act as if ShutDown() had been called.
35 void ShutDown();
H A Ddata_sink_receiver.cc82 void DataSinkReceiver::ShutDown() { function in class:device::DataSinkReceiver
228 ShutDown();
H A Ddata_source_sender.cc80 void DataSourceSender::ShutDown() { function in class:device::DataSourceSender
176 ShutDown();
/external/chromium_org/ash/test/
H A Dtest_system_tray_delegate.h52 virtual void ShutDown() OVERRIDE;
H A Dtest_system_tray_delegate.cc97 void TestSystemTrayDelegate::ShutDown() { function in class:ash::test::TestSystemTrayDelegate
/external/chromium_org/extensions/renderer/api/serial/
H A Ddata_receiver_unittest.cc33 sender_->ShutDown();
67 sender_->ShutDown();
/external/chromium_org/athena/content/
H A Dapp_registry_impl.cc83 void AppRegistry::ShutDown() { function in class:athena::AppRegistry
/external/chromium_org/components/infobars/core/
H A Dinfobar_manager.h42 void ShutDown();
/external/chromium_org/content/renderer/pepper/
H A Dpepper_platform_audio_output.h48 void ShutDown();
H A Dpepper_platform_audio_input.h58 void ShutDown();
H A Dppb_audio_impl.cc35 // Calling ShutDown() makes sure StreamCreated cannot be called anymore and
37 // until ShutDown returns, StreamCreated may still be called. This will be
41 audio_->ShutDown();
H A Dpepper_platform_audio_output.cc63 void PepperPlatformAudioOutput::ShutDown() { function in class:content::PepperPlatformAudioOutput
/external/chromium_org/ash/system/date/
H A Ddate_default_view.cc115 tray_delegate->ShutDown();
/external/chromium_org/chrome/browser/infobars/
H A Dinfobar_service.cc68 ShutDown();
/external/chromium_org/ash/system/tray/
H A Ddefault_system_tray_delegate.cc167 void DefaultSystemTrayDelegate::ShutDown() { function in class:ash::DefaultSystemTrayDelegate
H A Ddefault_system_tray_delegate.h55 virtual void ShutDown() OVERRIDE;
H A Dsystem_tray_delegate.h194 virtual void ShutDown() = 0;

Completed in 2518 milliseconds

123