HomeSort by relevance Sort by last modified time
    Searched refs:CreateIntersection (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/extensions/common/permissions/
permission_set.h 52 static PermissionSet* CreateIntersection(
permission_set.cc 83 PermissionSet* PermissionSet::CreateIntersection(
99 URLPatternSet::CreateIntersection(set1_safe->explicit_hosts(),
104 URLPatternSet::CreateIntersection(set1_safe->scriptable_hosts(),
manifest_permission_set_unittest.cc 191 TEST(ManifestPermissionSetTest, CreateIntersection) {
api_permission_set_unittest.cc 123 TEST(APIPermissionSetTest, CreateIntersection) {
  /external/chromium_org/extensions/common/
url_pattern_set.h 35 static void CreateIntersection(const URLPatternSet& set1,
url_pattern_set_unittest.cc 111 URLPatternSet::CreateIntersection(result, set2, &intersection);
115 TEST(URLPatternSetTest, CreateIntersection) {
124 URLPatternSet::CreateIntersection(set1, empty_set, &result);
140 URLPatternSet::CreateIntersection(set1, set2, &result);
url_pattern_set.cc 37 void URLPatternSet::CreateIntersection(const URLPatternSet& set1,
  /external/chromium_org/chrome/browser/extensions/api/permissions/
permissions_api.cc 104 PermissionSet::CreateIntersection(permissions.get(), required));
  /external/chromium_org/chrome/common/extensions/permissions/
permission_set_unittest.cc 358 TEST(PermissionsTest, CreateIntersection) {
406 new_set = PermissionSet::CreateIntersection(set1.get(), set2.get());
460 new_set = PermissionSet::CreateIntersection(set1.get(), set2.get());
580 set1 = PermissionSet::CreateIntersection(new_set.get(), set2.get());
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_service.cc     [all...]

Completed in 128 milliseconds