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

  /external/chromium/chrome/browser/download/
download_file_manager.h 136 void OnShutdown();
save_file_manager.h 158 void OnShutdown();
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/net/tools/flip_server/
acceptor_thread.h 56 virtual void OnShutdown(EpollServer* eps, int fd) {}
output_ordering.h 61 virtual void OnShutdown(EpollServer* eps);
sm_connection.h 89 virtual void OnShutdown(EpollServer* eps, int fd);
epoll_server.h 110 virtual void OnShutdown(EpollServer* eps, int fd) = 0;
396 // is called, was unregistered, or OnShutdown was called on that alarm.
    [all...]
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) {
output_ordering.cc 78 void OutputOrdering::BeginOutputtingAlarm::OnShutdown(EpollServer* eps) {
sm_connection.cc 239 void SMConnection::OnShutdown(EpollServer* eps, int fd) {
240 Cleanup("OnShutdown");
  /external/protobuf/src/google/protobuf/stubs/
common.cc 135 OnShutdown(&DeleteLogSilencerCount);
337 void OnShutdown(void (*func)()) {
common.h     [all...]
  /external/protobuf/src/google/protobuf/
message.cc 226 internal::OnShutdown(&ShutdownGeneratedMessageFactory);
extension_set.cc 74 internal::OnShutdown(&DeleteRegistry);
    [all...]
descriptor.cc 816 internal::OnShutdown(&DeleteGeneratedPool);
    [all...]
descriptor.pb.cc     [all...]
  /hardware/ril/mock-ril/src/cpp/
msgheader.pb.cpp 86 ::google::protobuf::internal::OnShutdown(&protobuf_ShutdownFile_msgheader_2eproto);
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 145 ::google::protobuf::internal::OnShutdown(&protobuf_ShutdownFile_google_2fprotobuf_2fcompiler_2fplugin_2eproto);
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp 31 ::google::protobuf::internal::OnShutdown(&protobuf_ShutdownFile_gltrace_2eproto);
    [all...]

Completed in 513 milliseconds