GetPlatformInfo    49 chrome/browser/extensions/api/runtime/runtime_api.cc namespace GetPlatformInfo = extensions::api::runtime::GetPlatformInfo;
GetPlatformInfo   553 chrome/browser/extensions/api/runtime/runtime_api.cc   GetPlatformInfo::Results::PlatformInfo info;
GetPlatformInfo   557 chrome/browser/extensions/api/runtime/runtime_api.cc     info.os = GetPlatformInfo::Results::PlatformInfo::OS_MAC_;
GetPlatformInfo   559 chrome/browser/extensions/api/runtime/runtime_api.cc     info.os = GetPlatformInfo::Results::PlatformInfo::OS_WIN_;
GetPlatformInfo   561 chrome/browser/extensions/api/runtime/runtime_api.cc     info.os = GetPlatformInfo::Results::PlatformInfo::OS_ANDROID_;
GetPlatformInfo   563 chrome/browser/extensions/api/runtime/runtime_api.cc     info.os = GetPlatformInfo::Results::PlatformInfo::OS_CROS_;
GetPlatformInfo   565 chrome/browser/extensions/api/runtime/runtime_api.cc     info.os = GetPlatformInfo::Results::PlatformInfo::OS_LINUX_;
GetPlatformInfo   567 chrome/browser/extensions/api/runtime/runtime_api.cc     info.os = GetPlatformInfo::Results::PlatformInfo::OS_OPENBSD_;
GetPlatformInfo   575 chrome/browser/extensions/api/runtime/runtime_api.cc     info.arch = GetPlatformInfo::Results::PlatformInfo::ARCH_ARM;
GetPlatformInfo   577 chrome/browser/extensions/api/runtime/runtime_api.cc     info.arch = GetPlatformInfo::Results::PlatformInfo::ARCH_X86_32;
GetPlatformInfo   579 chrome/browser/extensions/api/runtime/runtime_api.cc     info.arch = GetPlatformInfo::Results::PlatformInfo::ARCH_X86_64;
GetPlatformInfo   587 chrome/browser/extensions/api/runtime/runtime_api.cc     info.nacl_arch = GetPlatformInfo::Results::PlatformInfo::NACL_ARCH_ARM;
GetPlatformInfo   589 chrome/browser/extensions/api/runtime/runtime_api.cc     info.nacl_arch = GetPlatformInfo::Results::PlatformInfo::NACL_ARCH_X86_32;
GetPlatformInfo   591 chrome/browser/extensions/api/runtime/runtime_api.cc     info.nacl_arch = GetPlatformInfo::Results::PlatformInfo::NACL_ARCH_X86_64;
GetPlatformInfo   597 chrome/browser/extensions/api/runtime/runtime_api.cc   results_ = GetPlatformInfo::Results::Create(info);