Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/extensions/
Dextension_service.cc1639 bool granted_full_access; in DisableIfPrivilegeIncrease() local
1652 &granted_full_access, in DisableIfPrivilegeIncrease()
1657 &granted_full_access, in DisableIfPrivilegeIncrease()
1667 granted_full_access, granted_apis, granted_extent, extension); in DisableIfPrivilegeIncrease()
/external/chromium/chrome/common/extensions/
Dextension.h431 static bool IsPrivilegeIncrease(const bool granted_full_access,
Dextension.cc1559 bool Extension::IsPrivilegeIncrease(const bool granted_full_access, in IsPrivilegeIncrease() argument
1565 if (granted_full_access) in IsPrivilegeIncrease()