HomeSort by relevance Sort by last modified time
    Searched refs:withheld (Results 1 - 6 of 6) 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...]
permissions_updater.h 60 // Grants any withheld all-hosts (or all-hosts-like) permissions.
73 // change in the prefs. If |withheld| is non-null, also sets the extension's
74 // withheld permissions to |withheld|. Otherwise, |withheld| permissions are
78 scoped_refptr<const PermissionSet> withheld);
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/common/permissions/
permissions_data.h 92 // |withheld|.
94 const scoped_refptr<const PermissionSet>& withheld) const;
150 // something close to it), but has had it withheld.
164 // Like CanAccessPage, but also takes withheld permissions into account.
186 // Like CanRunContentScriptOnPage, but also takes withheld permissions into
permissions_data.cc 118 const scoped_refptr<const PermissionSet>& withheld) const {
121 withheld_permissions_unsafe_ = withheld;
  /external/chromium_org/extensions/renderer/
dispatcher.cc 970 scoped_refptr<const PermissionSet> withheld = local
    [all...]

Completed in 910 milliseconds