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/apps/shell/browser/
H A Dshell_runtime_api_delegate.cc58 bool ShellRuntimeAPIDelegate::RestartDevice(std::string* error_message) { function in class:apps::ShellRuntimeAPIDelegate
H A Dshell_runtime_api_delegate.h30 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.h61 bool RestartDevice(std::string* error_message);
H A Druntime_api.cc299 bool RuntimeAPI::RestartDevice(std::string* error_message) { function in class:extensions::RuntimeAPI
300 return delegate_->RestartDevice(error_message);
503 RuntimeAPI::GetFactoryInstance()->Get(browser_context())->RestartDevice(
/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.cc231 bool ChromeRuntimeAPIDelegate::RestartDevice(std::string* error_message) { function in class:ChromeRuntimeAPIDelegate

Completed in 137 milliseconds