Home
last modified time | relevance | path

Searched refs:GetPlatformInfo (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/extensions/browser/
Dtest_runtime_api_delegate.cc42 bool TestRuntimeAPIDelegate::GetPlatformInfo(PlatformInfo* info) { in GetPlatformInfo() function in extensions::TestRuntimeAPIDelegate
Dtest_runtime_api_delegate.h27 virtual bool GetPlatformInfo(core_api::runtime::PlatformInfo* info) OVERRIDE;
/external/chromium_org/extensions/browser/api/runtime/
Druntime_api.cc268 bool RuntimeAPI::GetPlatformInfo(runtime::PlatformInfo* info) { in GetPlatformInfo() function in extensions::RuntimeAPI
269 return delegate_->GetPlatformInfo(info); in GetPlatformInfo()
492 ->GetPlatformInfo(&info)) { in Run()
496 ArgumentList(runtime::GetPlatformInfo::Results::Create(info))); in Run()
Druntime_api_delegate.h68 virtual bool GetPlatformInfo(core_api::runtime::PlatformInfo* info) = 0;
Druntime_api.h64 bool GetPlatformInfo(core_api::runtime::PlatformInfo* info);
/external/chromium_org/extensions/shell/browser/
Dshell_runtime_api_delegate.h27 virtual bool GetPlatformInfo(core_api::runtime::PlatformInfo* info) OVERRIDE;
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.h51 virtual bool GetPlatformInfo(
Dchrome_runtime_api_delegate.cc183 bool ChromeRuntimeAPIDelegate::GetPlatformInfo(PlatformInfo* info) { in GetPlatformInfo() function in ChromeRuntimeAPIDelegate