Home
last modified time | relevance | path

Searched defs:RestartDevice (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/extensions/browser/
Dtest_runtime_api_delegate.cc49 bool TestRuntimeAPIDelegate::RestartDevice(std::string* error_message) { in RestartDevice() function in extensions::TestRuntimeAPIDelegate
/external/chromium_org/extensions/shell/browser/
Dshell_runtime_api_delegate.cc56 bool ShellRuntimeAPIDelegate::RestartDevice(std::string* error_message) { in RestartDevice() function in extensions::ShellRuntimeAPIDelegate
/external/chromium_org/chrome/browser/extensions/api/runtime/
Dchrome_runtime_api_delegate.cc227 bool ChromeRuntimeAPIDelegate::RestartDevice(std::string* error_message) { in RestartDevice() function in ChromeRuntimeAPIDelegate
/external/chromium_org/extensions/browser/api/runtime/
Druntime_api.cc272 bool RuntimeAPI::RestartDevice(std::string* error_message) { in RestartDevice() function in extensions::RuntimeAPI