Home
last modified time | relevance | path

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

/external/chromium_org/extensions/browser/
Dtest_runtime_api_delegate.cc42 bool TestRuntimeAPIDelegate::GetPlatformInfo(PlatformInfo* info) { in GetPlatformInfo() function in extensions::TestRuntimeAPIDelegate
/external/chromium_org/extensions/shell/browser/
Dshell_runtime_api_delegate.cc47 bool ShellRuntimeAPIDelegate::GetPlatformInfo(PlatformInfo* info) { in GetPlatformInfo() function in extensions::ShellRuntimeAPIDelegate
/external/chromium_org/chrome/browser/extensions/api/runtime/
Dchrome_runtime_api_delegate.cc183 bool ChromeRuntimeAPIDelegate::GetPlatformInfo(PlatformInfo* info) { in GetPlatformInfo() function in ChromeRuntimeAPIDelegate
/external/chromium_org/extensions/browser/api/runtime/
Druntime_api.cc268 bool RuntimeAPI::GetPlatformInfo(runtime::PlatformInfo* info) { in GetPlatformInfo() function in extensions::RuntimeAPI