OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_portable
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
json_manifest.cc
333
bool
has_portable
= dictionary.isMember(kPortableKey);
local
335
if (!
has_portable
) {
346
bool
has_portable
= dictionary.isMember(kPortableKey);
local
348
if (!has_isa && !
has_portable
) {
394
bool
has_portable
= dictionary.isMember(kPortableKey);
local
397
if ((sandbox_isa == kPortableKey) || (
has_portable
&& !has_isa)) {
Completed in 3957 milliseconds