Searched refs:RestartJob (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
H A Dchrome_restart_request.cc273 void RestartJob();
298 RestartJob();
302 // XXX: normally this call must not be needed, however RestartJob
307 &ChromeRestartRequest::RestartJob);
319 base::Bind(&ChromeRestartRequest::RestartJob, AsWeakPtr()));
322 void ChromeRestartRequest::RestartJob() { function in class:chromeos::__anon3274::ChromeRestartRequest
325 DBusThreadManager::Get()->GetSessionManagerClient()->RestartJob(
/external/chromium_org/chrome/common/mac/
H A Dlaunchd.h54 virtual bool RestartJob(Domain domain,
H A Dmock_launchd.h40 virtual bool RestartJob(Domain domain,
H A Dmock_launchd.cc259 bool MockLaunchd::RestartJob(Domain domain, function in class:MockLaunchd
/external/chromium_org/chromeos/dbus/
H A Dmock_session_manager_client.h26 MOCK_METHOD2(RestartJob, void(int, const std::string&));
H A Dsession_manager_client.h72 virtual void RestartJob(int pid, const std::string& command_line) = 0;
H A Dfake_session_manager_client.cc46 void FakeSessionManagerClient::RestartJob(int pid, function in class:chromeos::FakeSessionManagerClient
H A Dfake_session_manager_client.h33 virtual void RestartJob(int pid, const std::string& command_line) OVERRIDE;
H A Dsession_manager_client.cc97 virtual void RestartJob(int pid, const std::string& command_line) OVERRIDE {
595 virtual void RestartJob(int pid, const std::string& command_line) OVERRIDE {}
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_test_helper.h92 virtual void RestartJob(int pid, const std::string& command_line) OVERRIDE;
H A Ddevice_settings_test_helper.cc109 void DeviceSettingsTestHelper::RestartJob(int pid, function in class:chromeos::DeviceSettingsTestHelper

Completed in 891 milliseconds