OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAY_BE_UNTRUSTED
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/extensions/common/
extension.h
169
// |
MAY_BE_UNTRUSTED
| indicates that this extension came from a potentially
173
MAY_BE_UNTRUSTED
= 1 << 12,
/external/chromium_org/chrome/browser/extensions/
external_provider_impl.cc
71
const char ExternalProviderImpl::kMayBeUntrusted[] = "
may_be_untrusted
";
234
bool
may_be_untrusted
= false;
local
235
if (extension->GetBoolean(kMayBeUntrusted, &
may_be_untrusted
) &&
236
may_be_untrusted
) {
237
creation_flags |= Extension::
MAY_BE_UNTRUSTED
;
Completed in 746 milliseconds