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

  /external/chromium_org/chrome/browser/chromeos/login/
chrome_restart_request.cc 277 void RestartJob();
302 RestartJob();
306 // XXX: normally this call must not be needed, however RestartJob
311 &ChromeRestartRequest::RestartJob);
323 base::Bind(&ChromeRestartRequest::RestartJob, AsWeakPtr()));
326 void ChromeRestartRequest::RestartJob() {
329 DBusThreadManager::Get()->GetSessionManagerClient()->RestartJob(
  /external/chromium_org/chrome/common/mac/
launchd.h 54 virtual bool RestartJob(Domain domain,
mock_launchd.h 40 virtual bool RestartJob(Domain domain,
mock_launchd.cc 259 bool MockLaunchd::RestartJob(Domain domain,
  /external/chromium_org/chromeos/dbus/
mock_session_manager_client.h 26 MOCK_METHOD2(RestartJob, void(int, const std::string&));
session_manager_client.h 72 virtual void RestartJob(int pid, const std::string& command_line) = 0;
fake_session_manager_client.h 33 virtual void RestartJob(int pid, const std::string& command_line) OVERRIDE;
fake_session_manager_client.cc 45 void FakeSessionManagerClient::RestartJob(int pid,
session_manager_client.cc 97 virtual void RestartJob(int pid, const std::string& command_line) OVERRIDE {
590 virtual void RestartJob(int pid, const std::string& command_line) OVERRIDE {}
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_test_helper.h 95 virtual void RestartJob(int pid, const std::string& command_line) OVERRIDE;
device_settings_test_helper.cc 119 void DeviceSettingsTestHelper::RestartJob(int pid,

Completed in 365 milliseconds