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

  /external/webkit/Source/WebKit/chromium/public/
WebNotificationPresenter.h 16 * this software without specific prior written permission.
47 enum Permission {
48 PermissionAllowed, // User has allowed permission to the origin.
50 PermissionDenied // User has explicitly denied permission from the origin.
63 // Checks the permission level for the given origin.
64 virtual Permission checkPermission(const WebURL&) = 0;
66 // Requests permission for a given origin. This operation is asynchronous and the callback provided
67 // will be invoked when the permission decision is made. Callback pointer must remain
  /libcore/luni/src/main/java/java/security/acl/
Permission.java 23 public interface Permission {
  /external/webkit/Source/WebCore/notifications/
NotificationPresenter.h 16 * this software without specific prior written permission.
49 enum Permission {
52 PermissionDenied // User has explicitly denied permission
68 // Requests user permission to show desktop notifications from a particular
76 // Checks the current level of permission.
77 virtual Permission checkPermission(ScriptExecutionContext*) = 0;
  /libcore/luni/src/main/java/java/security/
Permission.java 25 public abstract class Permission implements Guard, Serializable {
26 public Permission(String name) { }
38 public abstract boolean implies(Permission permission);
  /external/chromium/base/files/
file_path_watcher_browsertest.cc 491 enum Permission {
497 bool ChangeFilePermissions(const FilePath& path, Permission perm, bool allow) {
  /external/chromium/chrome/common/extensions/
extension.h 148 // Creates a permission message with the given |message_id| and initializes
152 // Creates the corresponding permission message for a list of hosts. This
158 // Gets the id of the permission message, which can be used in UMA
162 // Gets a localized message describing this permission. Please note that
187 // A permission is defined by its |name| (what is used in the manifest),
189 struct Permission {
234 // Get's the install message id for |permission|. Returns
237 const std::string& permission);
239 // Returns the full list of permission messages that this extension
243 // Returns the full list of permission messages that this extensio
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 96 new PackageParser.NewPermissionInfo(android.Manifest.permission.WRITE_EXTERNAL_STORAGE,
98 new PackageParser.NewPermissionInfo(android.Manifest.permission.READ_PHONE_STATE,
2291 String permission = sa.getNonConfigurationString( local
2429 String permission = sa.getNonConfigurationString( local
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 1626 milliseconds