Searched defs:GetPlatformInfo (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/extensions/browser/ | ||
D | test_runtime_api_delegate.cc | 42 bool TestRuntimeAPIDelegate::GetPlatformInfo(PlatformInfo* info) { in GetPlatformInfo() function in extensions::TestRuntimeAPIDelegate |
/external/chromium_org/extensions/shell/browser/ | ||
D | shell_runtime_api_delegate.cc | 47 bool ShellRuntimeAPIDelegate::GetPlatformInfo(PlatformInfo* info) { in GetPlatformInfo() function in extensions::ShellRuntimeAPIDelegate |
/external/chromium_org/chrome/browser/extensions/api/runtime/ | ||
D | chrome_runtime_api_delegate.cc | 183 bool ChromeRuntimeAPIDelegate::GetPlatformInfo(PlatformInfo* info) { in GetPlatformInfo() function in ChromeRuntimeAPIDelegate |
/external/chromium_org/extensions/browser/api/runtime/ | ||
D | runtime_api.cc | 268 bool RuntimeAPI::GetPlatformInfo(runtime::PlatformInfo* info) { in GetPlatformInfo() function in extensions::RuntimeAPI |