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

  /external/chromium_org/remoting/host/
host_event_logger_posix.cc 41 virtual void OnShutdown() OVERRIDE;
93 void HostEventLoggerPosix::OnShutdown() {
host_status_observer.h 53 virtual void OnShutdown() {}
ipc_host_event_logger.cc 72 void IpcHostEventLogger::OnShutdown() {
host_event_logger_win.cc 43 virtual void OnShutdown() OVERRIDE;
106 void HostEventLoggerWin::OnShutdown() {
  /external/chromium_org/chrome/service/
service_ipc_server.cc 101 IPC_MESSAGE_HANDLER(ServiceMsg_Shutdown, OnShutdown);
130 void ServiceIPCServer::OnShutdown() {
  /external/chromium/net/tools/flip_server/
acceptor_thread.h 56 virtual void OnShutdown(EpollServer* eps, int fd) {}
output_ordering.cc 78 void OutputOrdering::BeginOutputtingAlarm::OnShutdown(EpollServer* eps) {
sm_connection.cc 239 void SMConnection::OnShutdown(EpollServer* eps, int fd) {
240 Cleanup("OnShutdown");
epoll_server.cc 72 void OnShutdown(EpollServer *eps, int fd) {}
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);
818 void EpollAlarm::OnShutdown(EpollServer* eps) {
  /external/chromium_org/chrome/browser/ui/app_list/search/
app_result.cc 158 void AppResult::OnShutdown() { StopObservingInstall(); }
webstore_result.cc 202 void WebstoreResult::OnShutdown() {
  /external/chromium/chrome/browser/download/
download_file_manager.cc 63 NewRunnableMethod(this, &DownloadFileManager::OnShutdown));
66 void DownloadFileManager::OnShutdown() {
save_file_manager.cc 47 NewRunnableMethod(this, &SaveFileManager::OnShutdown));
51 void SaveFileManager::OnShutdown() {
  /external/chromium_org/chrome/browser/metrics/
tracking_synchronizer.cc 147 static void OnShutdown() {
194 RequestContext::OnShutdown();
  /external/chromium_org/content/child/
child_thread.cc 323 IPC_MESSAGE_HANDLER(ChildProcessMsg_Shutdown, OnShutdown)
352 void ChildThread::OnShutdown() {
  /external/chromium_org/net/tools/flip_server/
output_ordering.cc 83 void OutputOrdering::BeginOutputtingAlarm::OnShutdown(EpollServer* eps) {
sm_connection.cc 245 void SMConnection::OnShutdown(EpollServer* eps, int fd) {
246 Cleanup("OnShutdown");
epoll_server.cc 73 virtual void OnShutdown(EpollServer *eps, int fd) OVERRIDE {}
121 cb->OnShutdown(this, fd);
132 // Call OnShutdown() on alarms. Note that the structure of the loop
137 // Note that OnShutdown() can call UnregisterAlarm() on
138 // other iterators. OnShutdown() should not call UnregisterAlarm()
140 i->second->OnShutdown(this);
808 void EpollAlarm::OnShutdown(EpollServer* eps) {
  /external/chromium_org/chrome/browser/ui/app_list/
apps_model_builder.cc 67 OnShutdown();
155 void AppsModelBuilder::OnShutdown() {
  /external/chromium_org/content/browser/download/
save_file_manager.cc 41 base::Bind(&SaveFileManager::OnShutdown, this));
45 void SaveFileManager::OnShutdown() {
  /external/chromium_org/content/browser/
histogram_synchronizer.cc 130 static void OnShutdown() {
173 RequestContext::OnShutdown();
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common.cc 135 OnShutdown(&DeleteLogSilencerCount);
359 void OnShutdown(void (*func)()) {
  /external/protobuf/src/google/protobuf/stubs/
common.cc 135 OnShutdown(&DeleteLogSilencerCount);
337 void OnShutdown(void (*func)()) {
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_impl.cc 531 base::Bind(&ResourceDispatcherHostImpl::OnShutdown,
775 void ResourceDispatcherHostImpl::OnShutdown() {
    [all...]

Completed in 1565 milliseconds