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

  /external/chromium_org/remoting/host/
chromoting_host_unittest.cc 300 void ShutdownHost() {
453 ShutdownHost();
462 0, InvokeWithoutArgs(this, &ChromotingHostTest::ShutdownHost));
479 InvokeWithoutArgs(this, &ChromotingHostTest::ShutdownHost));
490 .WillOnce(InvokeWithoutArgs(this, &ChromotingHostTest::ShutdownHost));
512 1, InvokeWithoutArgs(this, &ChromotingHostTest::ShutdownHost));
538 1, InvokeWithoutArgs(this, &ChromotingHostTest::ShutdownHost));
554 ShutdownHost();
571 ShutdownHost();
592 ShutdownHost();
    [all...]
remoting_me2me_host.cc 225 void ShutdownHost(HostExitCodes exit_code);
433 ShutdownHost(kInvalidHostConfigurationExitCode);
439 ShutdownHost(kInvalidHostConfigurationExitCode);
462 ShutdownHost(kInvalidHostConfigurationExitCode);
493 ShutdownHost(kSuccessExitCode);
506 ShutdownHost(kInitializationFailed);
585 base::Bind(&HostProcess::ShutdownHost, this, kSuccessExitCode));
594 FROM_HERE, base::Bind(&HostProcess::ShutdownHost, this,
659 ShutdownHost(kInvalidHostIdExitCode);
674 ShutdownHost(kInvalidHostIdExitCode)
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_mac.h 357 void ShutdownHost();
378 // Factory used to safely scope delayed calls to ShutdownHost().
render_widget_host_view_win.h 254 void ShutdownHost();
331 // Factory used to safely scope delayed calls to ShutdownHost().
render_widget_host_view_win.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_mac.h 487 void ShutdownHost();
544 // Factory used to safely scope delayed calls to ShutdownHost().
render_widget_host_view_win.h 408 void ShutdownHost();
527 // Factory used to safely scope delayed calls to ShutdownHost().
render_widget_host_view_win.cc     [all...]

Completed in 50 milliseconds