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

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

Completed in 1734 milliseconds