Home
last modified time | relevance | path

Searched refs:granted_extent (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_service.cc1641 ExtensionExtent granted_extent; in DisableIfPrivilegeIncrease() local
1654 &granted_extent)) { in DisableIfPrivilegeIncrease()
1659 &granted_extent)); in DisableIfPrivilegeIncrease()
1667 granted_full_access, granted_apis, granted_extent, extension); in DisableIfPrivilegeIncrease()
/external/chromium/chrome/common/extensions/
Dextension.h433 const ExtensionExtent& granted_extent,
Dextension.cc1561 const ExtensionExtent& granted_extent, in IsPrivilegeIncrease() argument
1574 if (!HasEffectiveAccessToAllHosts(granted_extent, granted_apis)) { in IsPrivilegeIncrease()
1581 if (IsElevatedHostList(granted_extent.patterns(), new_extent.patterns())) in IsPrivilegeIncrease()