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

  /external/chromium/chrome/browser/chromeos/cros/
mock_login_library.h 43 MOCK_METHOD2(RestartJob, bool(int, const std::string&));
login_library.cc 147 bool RestartJob(int pid, const std::string& command_line) {
166 // XXX: normally this call must not be needed, however RestartJob
171 &JobRestartRequest::RestartJob);
176 NewRunnableMethod(this, &JobRestartRequest::RestartJob));
178 RestartJob();
183 void RestartJob() {
185 if (!chromeos::RestartJob(pid_, command_line_.c_str()))
190 NewRunnableMethod(this, &JobRestartRequest::RestartJob));
359 bool RestartJob(int pid, const std::string& command_line) { return true; }
login_library.h 107 virtual bool RestartJob(int pid, const std::string& command_line) = 0;
  /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/chrome/common/
launchd_mac.h 54 virtual bool RestartJob(Domain domain,
service_process_util_unittest.cc 298 virtual bool RestartJob(Domain domain,
  /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 62 virtual void RestartJob(int pid, const std::string& command_line) = 0;
fake_session_manager_client.h 32 virtual void RestartJob(int pid, const std::string& command_line) OVERRIDE;
fake_session_manager_client.cc 47 void FakeSessionManagerClient::RestartJob(int pid,
session_manager_client.cc 62 virtual void RestartJob(int pid, const std::string& command_line) OVERRIDE {
545 virtual void RestartJob(int pid, const std::string& command_line) OVERRIDE {}
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_test_helper.h 87 virtual void RestartJob(int pid, const std::string& command_line) OVERRIDE;
device_settings_test_helper.cc 114 void DeviceSettingsTestHelper::RestartJob(int pid,
  /external/chromium/chrome/browser/chromeos/login/
login_utils.cc 410 CrosLibrary::Get()->GetLoginLibrary()->RestartJob(getpid(), cmd_line_str);

Completed in 92 milliseconds