Searched defs:RestartDevice (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/extensions/browser/ | ||
D | test_runtime_api_delegate.cc | 49 bool TestRuntimeAPIDelegate::RestartDevice(std::string* error_message) { in RestartDevice() function in extensions::TestRuntimeAPIDelegate |
/external/chromium_org/extensions/shell/browser/ | ||
D | shell_runtime_api_delegate.cc | 56 bool ShellRuntimeAPIDelegate::RestartDevice(std::string* error_message) { in RestartDevice() function in extensions::ShellRuntimeAPIDelegate |
/external/chromium_org/chrome/browser/extensions/api/runtime/ | ||
D | chrome_runtime_api_delegate.cc | 227 bool ChromeRuntimeAPIDelegate::RestartDevice(std::string* error_message) { in RestartDevice() function in ChromeRuntimeAPIDelegate |
/external/chromium_org/extensions/browser/api/runtime/ | ||
D | runtime_api.cc | 272 bool RuntimeAPI::RestartDevice(std::string* error_message) { in RestartDevice() function in extensions::RuntimeAPI |