HomeSort by relevance Sort by last modified time
    Searched defs:withheld (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/extensions/
permissions_updater.cc 95 // enabled), no permissions are withheld.
99 URLPatternSet* withheld) {
104 withheld->AddPattern(*iter);
228 scoped_refptr<const PermissionSet> withheld = local
233 SetPermissions(extension, bounded_active, withheld);
239 scoped_refptr<const PermissionSet> withheld = local
242 URLPatternSet withheld_scriptable = withheld->scriptable_hosts();
249 URLPatternSet withheld_explicit = withheld->explicit_hosts();
261 new PermissionSet(withheld->apis(),
262 withheld->manifest_permissions()
272 scoped_refptr<const PermissionSet> withheld = local
    [all...]
extension_install_prompt.cc 837 // withheld permissions are displayed properly in the install prompt.
861 scoped_refptr<const extensions::PermissionSet> withheld = local
863 if (!withheld->IsEmpty()) {
865 message_provider->GetWarningMessages(withheld.get(), type),
868 message_provider->GetWarningMessagesDetails(withheld.get(), type),
  /external/chromium_org/extensions/renderer/
dispatcher.cc 970 scoped_refptr<const PermissionSet> withheld = local
    [all...]

Completed in 188 milliseconds