Searched defs:sandbox_isa (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/nacl/common/
H A Dpnacl_types.h30 std::string sandbox_isa; member in struct:nacl::PnaclCacheInfo
/external/chromium_org/components/nacl/renderer/
H A Dhistogram.cc53 void HistogramEnumerateOsArch(const std::string& sandbox_isa) { argument
77 if (sandbox_isa == "x86-64")
79 if (sandbox_isa == "arm")
81 if (sandbox_isa == "mips32")
H A Djson_manifest.cc93 std::string GetNonSFIKey(const std::string& sandbox_isa) { argument
94 return sandbox_isa + "-nonsfi";
164 const std::string& sandbox_isa,
171 if (sandbox_isa == kPortableKey) {
227 const std::string& sandbox_isa,
244 container_key, sandbox_isa, error_string);
251 // that it must have an entry to match the ISA specified in |sandbox_isa| or
257 const std::string& sandbox_isa,
271 if (sandbox_isa == kPortableKey) {
311 if ((sandbox_isa !
161 IsValidUrlSpec(const Json::Value& url_spec, const std::string& container_key, const std::string& parent_key, const std::string& sandbox_isa, std::string* error_string) argument
224 IsValidPnaclTranslateSpec(const Json::Value& pnacl_spec, const std::string& container_key, const std::string& parent_key, const std::string& sandbox_isa, std::string* error_string) argument
255 IsValidISADictionary(const Json::Value& dictionary, const std::string& parent_key, const std::string& sandbox_isa, bool must_find_matching_entry, bool nonsfi_enabled, JsonManifest::ErrorInfo* error_info) argument
398 JsonManifest(const std::string& manifest_base_url, const std::string& sandbox_isa, bool nonsfi_enabled, bool pnacl_debug) argument
[all...]

Completed in 251 milliseconds