Searched defs:OnShutdown (Results 1 - 24 of 24) sorted by last modified time

/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc135 OnShutdown(&DeleteLogSilencerCount);
337 void OnShutdown(void (*func)()) { function in namespace:google::protobuf::internal
/external/chromium_org/ui/app_list/views/
H A Dapp_list_view.cc285 void AppListView::OnShutdown() { function in class:app_list::AppListView
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc135 OnShutdown(&DeleteLogSilencerCount);
359 void OnShutdown(void (*func)()) { function in namespace:google::protobuf::internal
/external/chromium_org/net/tools/epoll_server/
H A Depoll_server.cc72 virtual void OnShutdown(EpollServer *eps, int fd) OVERRIDE {}
120 cb->OnShutdown(this, fd);
131 // Call OnShutdown() on alarms. Note that the structure of the loop
136 // Note that OnShutdown() can call UnregisterAlarm() on
137 // other iterators. OnShutdown() should not call UnregisterAlarm()
139 i->second->OnShutdown(this);
807 void EpollAlarm::OnShutdown(EpollServer* eps) { function in class:net::EpollAlarm
/external/chromium_org/net/tools/flip_server/
H A Doutput_ordering.cc81 void OutputOrdering::BeginOutputtingAlarm::OnShutdown(EpollServer* eps) { function in class:net::OutputOrdering::BeginOutputtingAlarm
H A Dsm_connection.cc240 void SMConnection::OnShutdown(EpollServer* eps, int fd) { function in class:net::SMConnection
241 Cleanup("OnShutdown");
/external/chromium_org/remoting/host/
H A Dhost_event_logger_posix.cc41 virtual void OnShutdown() OVERRIDE;
93 void HostEventLoggerPosix::OnShutdown() { function in class:remoting::HostEventLoggerPosix
H A Dhost_event_logger_win.cc43 virtual void OnShutdown() OVERRIDE;
105 void HostEventLoggerWin::OnShutdown() { function in class:remoting::HostEventLoggerWin
H A Dhost_status_observer.h51 virtual void OnShutdown() {} function in class:remoting::HostStatusObserver
H A Dipc_host_event_logger.cc72 void IpcHostEventLogger::OnShutdown() { function in class:remoting::IpcHostEventLogger
/external/chromium_org/extensions/browser/
H A Dextension_registry_observer.h77 virtual void OnShutdown(ExtensionRegistry* registry) {} function in class:extensions::ExtensionRegistryObserver
/external/chromium_org/components/metrics/profiler/
H A Dtracking_synchronizer.cc147 static void OnShutdown() { function in class:metrics::TrackingSynchronizer::RequestContext
194 RequestContext::OnShutdown();
/external/chromium_org/content/browser/download/
H A Dsave_file_manager.cc41 base::Bind(&SaveFileManager::OnShutdown, this));
45 void SaveFileManager::OnShutdown() { function in class:content::SaveFileManager
/external/chromium_org/content/browser/
H A Dhistogram_synchronizer.cc131 static void OnShutdown() { function in class:content::HistogramSynchronizer::RequestContext
174 RequestContext::OnShutdown();
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.cc663 base::Bind(&ResourceDispatcherHostImpl::OnShutdown,
875 void ResourceDispatcherHostImpl::OnShutdown() { function in class:content::ResourceDispatcherHostImpl
/external/chromium_org/content/child/
H A Dchild_thread.cc467 IPC_MESSAGE_HANDLER(ChildProcessMsg_Shutdown, OnShutdown)
498 void ChildThread::OnShutdown() { function in class:content::ChildThread
/external/chromium_org/chrome/service/
H A Dservice_ipc_server.cc104 IPC_MESSAGE_HANDLER(ServiceMsg_Shutdown, OnShutdown);
149 void ServiceIPCServer::OnShutdown() { function in class:ServiceIPCServer
/external/chromium_org/chrome/browser/ui/app_list/
H A Dextension_app_model_builder.cc47 OnShutdown();
48 OnShutdown(extension_registry_);
232 void ExtensionAppModelBuilder::OnShutdown() { function in class:ExtensionAppModelBuilder
239 void ExtensionAppModelBuilder::OnShutdown( function in class:ExtensionAppModelBuilder
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dapp_result.cc218 void AppResult::OnShutdown(extensions::ExtensionRegistry* registry) { function in class:app_list::AppResult
/external/chromium_org/chrome/browser/ui/app_list/search/webstore/
H A Dwebstore_result.cc296 void WebstoreResult::OnShutdown() { function in class:app_list::WebstoreResult
300 void WebstoreResult::OnShutdown(extensions::ExtensionRegistry* registry) { function in class:app_list::WebstoreResult
/external/chromium_org/chrome/browser/extensions/
H A Dactive_install_data.cc54 void ScopedActiveInstall::OnShutdown() { function in class:extensions::ScopedActiveInstall
H A Dinstall_observer.h71 virtual void OnShutdown() {} function in class:extensions::InstallObserver
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_api.cc208 FOR_EACH_OBSERVER(ShutdownObserver, shutdown_observer_list_, OnShutdown());
715 void IdentityGetAuthTokenFunction::OnShutdown() { function in class:extensions::IdentityGetAuthTokenFunction
/external/chromium_org/chrome/browser/extensions/api/webstore/
H A Dwebstore_api.cc104 void WebstoreAPI::OnShutdown() { function in class:extensions::WebstoreAPI

Completed in 2014 milliseconds