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

  /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/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/protobuf/src/google/protobuf/stubs/
common.cc 135 OnShutdown(&DeleteLogSilencerCount);
337 void OnShutdown(void (*func)()) {

Completed in 128 milliseconds