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

  /external/chromium_org/content/public/common/
child_process_host.h 87 virtual void ForceShutdown() = 0;
  /external/chromium_org/tools/valgrind/gtest_exclude/
unit_tests.gtest-drmemory_win32.txt 27 ServiceProcessStateTest.ForceShutdown
  /external/chromium_org/content/browser/indexed_db/
indexed_db_active_blob_registry.h 43 void ForceShutdown();
indexed_db_active_blob_registry_unittest.cc 238 TEST_F(IndexedDBActiveBlobRegistryTest, ForceShutdown) {
257 registry()->ForceShutdown();
indexed_db_active_blob_registry.cc 141 void IndexedDBActiveBlobRegistry::ForceShutdown() {
indexed_db_factory_impl.cc 72 it->second->active_blob_registry()->ForceShutdown();
  /external/chromium_org/content/common/
child_process_host_impl.h 62 virtual void ForceShutdown() OVERRIDE;
child_process_host_impl.cc 161 void ChildProcessHostImpl::ForceShutdown() {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
googletest.cc 246 struct ForceShutdown {
247 ~ForceShutdown() {
  /external/protobuf/src/google/protobuf/testing/
googletest.cc 245 struct ForceShutdown {
246 ~ForceShutdown() {
  /external/chromium_org/content/browser/
browser_child_process_host_impl.h 68 // Removes this host from the host list. Calls ChildProcessHost::ForceShutdown
69 void ForceShutdown();
plugin_process_host.h 88 void ForceShutdown();
browser_child_process_host_impl.cc 191 void BrowserChildProcessHostImpl::ForceShutdown() {
194 child_process_host_->ForceShutdown();
plugin_process_host.cc 277 void PluginProcessHost::ForceShutdown() {
280 process_->ForceShutdown();
plugin_service_impl.cc 725 plugin->ForceShutdown();
  /external/chromium_org/content/browser/gpu/
gpu_process_host.h 139 void ForceShutdown();
gpu_process_host.cc 282 host->ForceShutdown();
828 void GpuProcessHost::ForceShutdown() {
834 process_->ForceShutdown();
    [all...]
  /external/chromium_org/chrome/browser/service_process/
service_process_control_browsertest.cc 230 IN_PROC_BROWSER_TEST_F(ServiceProcessControlBrowserTest, ForceShutdown) {
  /external/chromium_org/chrome/common/
service_process_util_unittest.cc 43 #define MAYBE_ForceShutdown ForceShutdown
  /external/chromium_org/components/nacl/browser/
nacl_process_host.cc     [all...]

Completed in 689 milliseconds