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 262 void RestartJob();
287 RestartJob();
291 // XXX: normally this call must not be needed, however RestartJob
296 &ChromeRestartRequest::RestartJob);
308 base::Bind(&ChromeRestartRequest::RestartJob, AsWeakPtr()));
311 void ChromeRestartRequest::RestartJob() {
314 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 66 virtual void RestartJob(int pid, const std::string& command_line) = 0;
fake_session_manager_client.h 31 virtual void RestartJob(int pid, const std::string& command_line) OVERRIDE;
fake_session_manager_client.cc 43 void FakeSessionManagerClient::RestartJob(int pid,
session_manager_client.cc 118 virtual void RestartJob(int pid, const std::string& command_line) OVERRIDE {
556 virtual void RestartJob(int pid, const std::string& command_line) OVERRIDE {}
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_test_helper.h 86 virtual void RestartJob(int pid, const std::string& command_line) OVERRIDE;
device_settings_test_helper.cc 111 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 837 milliseconds