Searched refs:RestartDevice (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/extensions/browser/
H A Dtest_runtime_api_delegate.cc49 bool TestRuntimeAPIDelegate::RestartDevice(std::string* error_message) { function in class:extensions::TestRuntimeAPIDelegate
H A Dtest_runtime_api_delegate.h28 virtual bool RestartDevice(std::string* error_message) OVERRIDE;
/external/chromium_org/extensions/browser/api/runtime/
H A Druntime_api_delegate.h72 virtual bool RestartDevice(std::string* error_message) = 0;
H A Druntime_api.cc272 bool RuntimeAPI::RestartDevice(std::string* error_message) { function in class:extensions::RuntimeAPI
273 return delegate_->RestartDevice(error_message);
480 RuntimeAPI::GetFactoryInstance()->Get(browser_context())->RestartDevice(
H A Druntime_api.h65 bool RestartDevice(std::string* error_message);
/external/chromium_org/extensions/shell/browser/
H A Dshell_runtime_api_delegate.cc56 bool ShellRuntimeAPIDelegate::RestartDevice(std::string* error_message) { function in class:extensions::ShellRuntimeAPIDelegate
H A Dshell_runtime_api_delegate.h28 virtual bool RestartDevice(std::string* error_message) OVERRIDE;
/external/chromium_org/chrome/browser/extensions/api/runtime/
H A Dchrome_runtime_api_delegate.h53 virtual bool RestartDevice(std::string* error_message) OVERRIDE;
H A Dchrome_runtime_api_delegate.cc227 bool ChromeRuntimeAPIDelegate::RestartDevice(std::string* error_message) { function in class:ChromeRuntimeAPIDelegate

Completed in 270 milliseconds