HomeSort by relevance Sort by last modified time
    Searched refs:OnShutdown (Results 26 - 50 of 62) sorted by null

12 3

  /external/chromium_org/chrome/browser/metrics/
tracking_synchronizer.cc 147 static void OnShutdown() {
194 RequestContext::OnShutdown();
  /external/chromium_org/chrome/browser/ui/app_list/search/webstore/
webstore_result.cc 260 void WebstoreResult::OnShutdown() {
264 void WebstoreResult::OnShutdown(extensions::ExtensionRegistry* registry) {
  /external/chromium_org/content/browser/
histogram_synchronizer.cc 131 static void OnShutdown() {
174 RequestContext::OnShutdown();
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common.cc 135 OnShutdown(&DeleteLogSilencerCount);
359 void OnShutdown(void (*func)()) {
common.h     [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.cc 135 OnShutdown(&DeleteLogSilencerCount);
337 void OnShutdown(void (*func)()) {
common.h     [all...]
  /external/chromium_org/net/tools/epoll_server/
epoll_server.h 109 virtual void OnShutdown(EpollServer* eps, int fd) = 0;
395 // is called, was unregistered, or OnShutdown was called on that alarm.
    [all...]
epoll_server.cc 72 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) {
  /external/chromium_org/chrome/browser/extensions/api/webstore/
webstore_api.cc 105 void WebstoreAPI::OnShutdown() {
  /external/chromium_org/chrome/browser/ui/app_list/search/
app_result.cc 198 void AppResult::OnShutdown(extensions::ExtensionRegistry* registry) {
  /external/chromium_org/content/child/
child_thread.h 194 void OnShutdown();
child_thread.cc 452 IPC_MESSAGE_HANDLER(ChildProcessMsg_Shutdown, OnShutdown)
483 void ChildThread::OnShutdown() {
  /external/chromium_org/extensions/browser/
extension_registry.cc 161 FOR_EACH_OBSERVER(ExtensionRegistryObserver, observers_, OnShutdown(this));
extension_registry_unittest.cc 77 virtual void OnShutdown(extensions::ExtensionRegistry* registry) OVERRIDE {
  /external/chromium_org/remoting/host/
host_mock_objects.h 136 MOCK_METHOD0(OnShutdown, void());
chromoting_host.cc 112 FOR_EACH_OBSERVER(HostStatusObserver, status_observers_, OnShutdown());
daemon_process.cc 370 FOR_EACH_OBSERVER(HostStatusObserver, status_observers_, 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/loader/
resource_dispatcher_host_impl.h 274 void OnShutdown();
  /external/chromium_org/net/tools/flip_server/
output_ordering.cc 81 void OutputOrdering::BeginOutputtingAlarm::OnShutdown(EpollServer* eps) {
sm_connection.cc 240 void SMConnection::OnShutdown(EpollServer* eps, int fd) {
241 Cleanup("OnShutdown");
  /external/protobuf/src/google/protobuf/
message.cc 227 internal::OnShutdown(&ShutdownGeneratedMessageFactory);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
message.cc 265 internal::OnShutdown(&ShutdownGeneratedMessageFactory);
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_api.cc 205 FOR_EACH_OBSERVER(ShutdownObserver, shutdown_observer_list_, OnShutdown());
643 void IdentityGetAuthTokenFunction::OnShutdown() {

Completed in 1423 milliseconds

12 3