Searched defs:granted_extent (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_service.cc1641 ExtensionExtent granted_extent; local
1654 &granted_extent)) {
1659 &granted_extent));
1667 granted_full_access, granted_apis, granted_extent, extension);
/external/chromium/chrome/common/extensions/
H A Dextension.cc1561 const ExtensionExtent& granted_extent,
1574 if (!HasEffectiveAccessToAllHosts(granted_extent, granted_apis)) {
1581 if (IsElevatedHostList(granted_extent.patterns(), new_extent.patterns()))
1559 IsPrivilegeIncrease(const bool granted_full_access, const std::set<std::string>& granted_apis, const ExtensionExtent& granted_extent, const Extension* new_extension) argument

Completed in 108 milliseconds