Searched refs:GetPlatformInfo (Results 1 – 9 of 9) sorted by relevance
42 bool TestRuntimeAPIDelegate::GetPlatformInfo(PlatformInfo* info) { in GetPlatformInfo() function in extensions::TestRuntimeAPIDelegate
27 virtual bool GetPlatformInfo(core_api::runtime::PlatformInfo* info) OVERRIDE;
268 bool RuntimeAPI::GetPlatformInfo(runtime::PlatformInfo* info) { in GetPlatformInfo() function in extensions::RuntimeAPI269 return delegate_->GetPlatformInfo(info); in GetPlatformInfo()492 ->GetPlatformInfo(&info)) { in Run()496 ArgumentList(runtime::GetPlatformInfo::Results::Create(info))); in Run()
68 virtual bool GetPlatformInfo(core_api::runtime::PlatformInfo* info) = 0;
64 bool GetPlatformInfo(core_api::runtime::PlatformInfo* info);
47 bool ShellRuntimeAPIDelegate::GetPlatformInfo(PlatformInfo* info) { in GetPlatformInfo() function in extensions::ShellRuntimeAPIDelegate
51 virtual bool GetPlatformInfo(
183 bool ChromeRuntimeAPIDelegate::GetPlatformInfo(PlatformInfo* info) { in GetPlatformInfo() function in ChromeRuntimeAPIDelegate