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

1 2

  /external/chromium_org/ash/test/
test_system_tray_delegate.cc 97 void TestSystemTrayDelegate::ShutDown() {
  /external/chromium_org/athena/content/
app_registry_impl.cc 83 void AppRegistry::ShutDown() {
  /external/chromium_org/content/renderer/pepper/
pepper_platform_audio_output.cc 63 void PepperPlatformAudioOutput::ShutDown() {
90 // Must dereference the client only on the main thread. Shutdown may have
169 // Make sure we don't call shutdown more than once.
pepper_platform_audio_input.cc 64 void PepperPlatformAudioInput::ShutDown() {
67 // Make sure we don't call shutdown more than once.
97 // If shutdown has occurred, |client_| will be NULL and the handles will be
108 // Must dereference the client only on the main thread. Shutdown may have
253 // Shutdown has occurred.
  /external/chromium_org/components/infobars/core/
infobar_manager.cc 107 void InfoBarManager::ShutDown() {
  /external/chromium_org/device/serial/
data_sender.cc 84 ShutDown();
126 ShutDown();
131 ShutDown();
161 ShutDown();
177 ShutDown();
186 ShutDown();
202 void DataSender::ShutDown() {
data_sink_receiver.cc 82 void DataSinkReceiver::ShutDown() {
228 ShutDown();
data_source_sender.cc 80 void DataSourceSender::ShutDown() {
176 ShutDown();
data_receiver.cc 141 ShutDown();
154 ShutDown();
166 ShutDown();
184 ShutDown();
207 ShutDown();
221 ShutDown();
253 void DataReceiver::ShutDown() {
  /external/chromium_org/chrome/browser/history/
in_memory_url_index.cc 139 void InMemoryURLIndex::ShutDown() {
242 // through an unclean shutdown (and therefore fail to write a new cache file),
250 // startup (after an unclean shutdown) we will not rebuild the in-memory data
  /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 { }
  /art/runtime/verifier/
reg_type_cache.cc 259 void RegTypeCache::ShutDown() {
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service.cc 270 void SafeBrowsingService::ShutDown() {
394 // Need to do the CheckForLeaks on IOThread instead of in ShutDown where
462 void SafeBrowsingService::StopOnIOThread(bool shutdown) {
466 database_manager_->StopOnIOThread(shutdown);
468 ui_manager_->StopOnIOThread(shutdown);
494 void SafeBrowsingService::Stop(bool shutdown) {
497 base::Bind(&SafeBrowsingService::StopOnIOThread, this, shutdown));
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
service_runtime.cc 68 void PluginReverseInterface::ShutDown() {
69 NaClLog(4, "PluginReverseInterface::Shutdown: entered\n");
73 NaClLog(4, "PluginReverseInterface::Shutdown: broadcasted, exiting\n");
528 void ServiceRuntime::Shutdown() {
529 rev_interface_->ShutDown();
558 // We do this just in case Shutdown() was not called.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
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/ash/system/tray/
default_system_tray_delegate.cc 51 void DefaultSystemTrayDelegate::Shutdown() {
167 void DefaultSystemTrayDelegate::ShutDown() {
  /external/chromium_org/chrome/browser/ui/ash/
system_tray_delegate_chromeos.cc 252 void SystemTrayDelegateChromeOS::Shutdown() {
609 void SystemTrayDelegateChromeOS::ShutDown() {
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /libcore/benchmarks/libs/
caliper.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 

Completed in 540 milliseconds

1 2