Searched defs:granted (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/content_settings/
H A Dpermission_context_base_unittest.cc63 void TrackPermissionDecision(bool granted) { argument
65 permission_granted_ = granted;
81 // Simulates clicking Accept. The permission should be granted and
/external/chromium_org/chrome/browser/extensions/api/permissions/
H A Dpermissions_api.cc184 // of the granted permissions set.
185 scoped_refptr<const PermissionSet> granted = local
188 if (granted.get() && granted->Contains(*requested_permissions_.get())) {
196 // Filter out the granted permissions so we only prompt for new ones.
198 requested_permissions_.get(), granted.get());
/external/chromium_org/chrome/browser/ui/website_settings/
H A Dmock_permission_bubble_request.cc101 bool MockPermissionBubbleRequest::granted() { function in class:MockPermissionBubbleRequest
/external/chromium_org/chrome/browser/extensions/
H A Dpermissions_updater.cc98 URLPatternSet* granted,
106 granted->AddPattern(*iter);
134 // Update the granted permissions so we don't auto-disable the extension.
149 // We update the active permissions, and not the granted permissions, because
160 // We only maintain the granted permissions prefs for INTERNAL and LOAD
96 SegregateUrlPermissions(const URLPatternSet& url_patterns, bool withhold_permissions, URLPatternSet* granted, URLPatternSet* withheld) argument
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_scan_result_controller.cc215 int granted = 0; local
224 granted++;
230 (granted * 100 / total));
/external/chromium_org/ppapi/proxy/
H A Dfile_io_resource.cc584 int64_t granted) {
585 DCHECK(granted >= 0);
586 if (granted == 0) {
591 DCHECK_LE(bytes_to_write, granted);
594 DCHECK_LE(offset + bytes_to_write - max_written_offset_, granted);
622 int64_t granted) {
623 DCHECK(granted >= 0);
624 if (granted == 0) {
629 DCHECK_LE(length - max_written_offset_, granted);
579 OnRequestWriteQuotaComplete( int64_t offset, scoped_ptr<char[]> buffer, int32_t bytes_to_write, scoped_refptr<TrackedCallback> callback, int64_t granted) argument
619 OnRequestSetLengthQuotaComplete( int64_t length, scoped_refptr<TrackedCallback> callback, int64_t granted) argument
/external/kernel-headers/original/uapi/drm/
H A Di810_drm.h265 int granted; member in struct:drm_i810_dma
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1629 milliseconds