Home
last modified time | relevance | path

Searched refs:granted_apis (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/common/extensions/
Dextension_unittest.cc916 const char* granted_apis[10]; in TEST() member
979 std::set<std::string> granted_apis; in TEST() local
980 for (size_t j = 0; kTests[i].granted_apis[j] != NULL; ++j) in TEST()
981 granted_apis.insert(kTests[i].granted_apis[j]); in TEST()
993 granted_apis, in TEST()
Dextension.cc1560 const std::set<std::string>& granted_apis, in IsPrivilegeIncrease() argument
1574 if (!HasEffectiveAccessToAllHosts(granted_extent, granted_apis)) { in IsPrivilegeIncrease()
1588 granted_apis.begin(), granted_apis.end(), in IsPrivilegeIncrease()
Dextension.h432 const std::set<std::string>& granted_apis,
/external/chromium/chrome/browser/extensions/
Dextension_service.cc1640 std::set<std::string> granted_apis; in DisableIfPrivilegeIncrease() local
1653 &granted_apis, in DisableIfPrivilegeIncrease()
1658 &granted_apis, in DisableIfPrivilegeIncrease()
1667 granted_full_access, granted_apis, granted_extent, extension); in DisableIfPrivilegeIncrease()