Home | History | Annotate | Download | only in extensions

Lines Matching refs:full_access

1291   bool full_access;
1298 permissions_crx, &full_access, &known_api_perms, &known_host_perms));
1319 &full_access,
1324 EXPECT_FALSE(full_access);
1329 // Tests that the granted permissions full_access bit gets set correctly when
1351 bool full_access;
1355 extension_id, &full_access, &api_permissions, &host_permissions));
1357 EXPECT_TRUE(full_access);