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

  /external/chromium_org/third_party/WebKit/public/web/
WebNotificationPresenter.h 16 * this software without specific prior written permission.
46 enum Permission {
47 PermissionAllowed, // User has allowed permission to the origin.
49 PermissionDenied // User has explicitly denied permission from the origin.
62 // Checks the permission level for the given origin.
63 virtual Permission checkPermission(const WebSecurityOrigin&) = 0;
65 // Requests permission for a given origin. This operation is asynchronous and the callback provided
66 // 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/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationClient.h 17 * this software without specific prior written permission.
50 enum Permission {
53 PermissionDenied // User has explicitly denied permission
75 // Requests user permission to show desktop notifications from a particular
87 // Checks the current level of permission.
88 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_org/base/debug/
proc_maps_linux.h 19 enum Permission {
  /external/chromium_org/ppapi/shared_impl/
ppapi_permissions.h 13 enum Permission {
14 // Placeholder/uninitialized permission.
35 // Meta permission for initializing plugins registered on the command line
63 bool HasPermission(Permission perm) const;
65 // Returns the internal permission bits. Use for serialization only.
  /external/chromium/base/files/
file_path_watcher_browsertest.cc 491 enum Permission {
497 bool ChangeFilePermissions(const FilePath& path, Permission perm, bool allow) {
  /external/chromium_org/base/files/
file_path_watcher_browsertest.cc 778 enum Permission {
784 bool ChangeFilePermissions(const FilePath& path, Permission perm, bool allow) {
  /frameworks/compile/mclinker/include/mcld/Support/
FileHandle.h 69 typedef Flags<PermissionEnum> Permission;
81 Permission pPerm = System);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnserver.cc 14 * derived from this software without specific prior written permission.
101 typedef std::list<Permission*> PermissionList;
117 Permission* FindPermission(const talk_base::IPAddress& addr) const;
128 void OnPermissionDestroyed(Permission* perm);
144 // Encapsulates a TURN permission.
145 // The object is created when a create permission request is received by an
147 class TurnServer::Permission : public talk_base::MessageHandler {
149 Permission(talk_base::Thread* thread, const talk_base::IPAddress& peer);
150 ~Permission();
155 sigslot::signal1<Permission*> SignalDestroyed
    [all...]
  /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 112 * If sdkVersion is 0, then this is not a permission that we want to
119 new PackageParser.NewPermissionInfo(android.Manifest.permission.WRITE_EXTERNAL_STORAGE,
121 new PackageParser.NewPermissionInfo(android.Manifest.permission.READ_PHONE_STATE,
136 new PackageParser.SplitPermissionInfo(android.Manifest.permission.WRITE_EXTERNAL_STORAGE,
137 new String[] { android.Manifest.permission.READ_EXTERNAL_STORAGE },
139 new PackageParser.SplitPermissionInfo(android.Manifest.permission.READ_CONTACTS,
140 new String[] { android.Manifest.permission.READ_CALL_LOG },
142 new PackageParser.SplitPermissionInfo(android.Manifest.permission.WRITE_CONTACTS,
143 new String[] { android.Manifest.permission.WRITE_CALL_LOG },
2738 String permission = sa.getNonConfigurationString( local
2897 String permission = sa.getNonConfigurationString( local
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 557 milliseconds