HomeSort by relevance Sort by last modified time
    Searched full:has_portable (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
json_manifest.cc 344 bool has_portable = dictionary.isMember(kPortableKey); local
346 if (!has_portable) {
357 bool has_portable = dictionary.isMember(kPortableKey); local
359 if (!has_isa && !has_portable) {
405 bool has_portable = dictionary.isMember(kPortableKey); local
408 if ((sandbox_isa == kPortableKey) || (has_portable && !has_isa)) {

Completed in 480 milliseconds