HomeSort by relevance Sort by last modified time
    Searched refs:ShutDown (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/chromium_org/athena/content/public/
app_registry.h 37 static void ShutDown();
  /external/guava/guava/src/com/google/common/base/internal/
Finalizer.java 130 } 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 { }
  /external/chromium_org/device/serial/
data_receiver.cc 141 ShutDown();
154 ShutDown();
166 ShutDown();
184 ShutDown();
207 ShutDown();
221 ShutDown();
253 void DataReceiver::ShutDown() {
data_sender.cc 84 ShutDown();
126 ShutDown();
131 ShutDown();
161 ShutDown();
177 ShutDown();
186 ShutDown();
202 void DataSender::ShutDown() {
data_source_sender.h 29 // called and the DataSourceSender will act as if ShutDown() had been called.
35 void ShutDown();
serial_connection.cc 35 receiver_->ShutDown();
36 sender_->ShutDown();
data_receiver.h 52 // mojo::ErrorHandler override. Calls ShutDown().
67 // |handle_|, ShutDown() is called.
79 void ShutDown();
data_sender.h 78 void ShutDown();
data_sink_receiver.h 33 // and the DataSinkReceiver will act as if ShutDown() had been called. If
42 void ShutDown();
  /external/chromium_org/ash/test/
test_system_tray_delegate.h 52 virtual void ShutDown() OVERRIDE;
test_system_tray_delegate.cc 97 void TestSystemTrayDelegate::ShutDown() {
  /external/chromium_org/content/renderer/pepper/
pepper_platform_audio_output.h 48 void ShutDown();
pepper_platform_audio_input.h 58 void ShutDown();
ppb_audio_impl.cc 35 // 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();
  /external/chromium_org/extensions/renderer/api/serial/
data_receiver_unittest.cc 33 sender_->ShutDown();
67 sender_->ShutDown();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mspcall.h 27 virtual HRESULT ShutDown() = 0;
58 HRESULT ShutDown();
certpol.h 57 virtual HRESULT WINAPI ShutDown(void) = 0;
72 HRESULT (WINAPI *ShutDown)(ICertPolicy *This);
89 #define ICertPolicy_ShutDown(This) (This)->lpVtbl->ShutDown(This)
123 HRESULT (WINAPI *ShutDown)(ICertPolicy2 *This);
141 #define ICertPolicy2_ShutDown(This) (This)->lpVtbl->ShutDown(This)
  /external/chromium_org/athena/content/
app_registry_impl.cc 83 void AppRegistry::ShutDown() {
  /external/chromium_org/components/infobars/core/
infobar_manager.h 42 void ShutDown();
  /external/chromium_org/ash/system/date/
date_default_view.cc 115 tray_delegate->ShutDown();
  /external/chromium_org/ash/system/tray/
default_system_tray_delegate.h 22 virtual void Shutdown() OVERRIDE;
55 virtual void ShutDown() OVERRIDE;
system_tray_delegate.h 94 virtual void Shutdown() = 0;
194 virtual void ShutDown() = 0;
  /external/chromium_org/chrome/browser/history/
in_memory_url_index.h 115 void ShutDown();
290 // Set to true once the shutdown process has begun.
  /external/chromium_org/chrome/browser/infobars/
infobar_service.cc 68 ShutDown();
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service.h 57 // permanently when Shutdown method is called.
87 void ShutDown();
167 // Called to stop or shutdown operations on the io_thread. This may be called
169 // shutdown is true, then the operations on the io thread are shutdown
171 void StopOnIOThread(bool shutdown);
179 // preference is disabled. When shutdown is true, operation is permanently
180 // shutdown and cannot be restarted.
181 void Stop(bool shutdown);

Completed in 704 milliseconds

1 2 3