Searched refs:granted (Results 1 - 25 of 62) sorted by relevance

123

/external/chromium_org/android_webview/native/permission/
H A Daw_permission_request.h46 // Invoked by Java peer when request is processed, |granted| indicates the
47 // request was granted or not.
48 void OnAccept(JNIEnv* env, jobject jcaller, jboolean granted);
/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.h34 bool granted();
H A Dpermission_bubble_manager_unittest.cc147 EXPECT_TRUE(request1_.granted());
162 EXPECT_TRUE(request1_.granted());
180 EXPECT_TRUE(request1_.granted());
181 EXPECT_FALSE(request2_.granted());
214 EXPECT_TRUE(request1_.granted());
215 EXPECT_FALSE(request2_.granted());
290 EXPECT_TRUE(request1_.granted());
299 EXPECT_TRUE(request2_.granted());
H A Dmock_permission_bubble_request.cc101 bool MockPermissionBubbleRequest::granted() { function in class:MockPermissionBubbleRequest
/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
H A Dfile_io_resource.h180 int64_t granted);
183 int64_t granted);
/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-trace/trace-viewer/third_party/gl-matrix/tasks/support/
H A Dgl-matrix.rb7 Permission is granted to anyone to use this software for any purpose,
/external/chromium_org/third_party/boringssl/src/crypto/lhash/
H A Dmake_macros.sh7 * purpose with or without fee is hereby granted, provided that the above
/external/chromium_org/third_party/mesa/src/
H A DAndroid.common.mk6 # Permission is hereby granted, free of charge, to any person obtaining a
/external/mesa3d/
H A DAndroid.common.mk6 # Permission is hereby granted, free of charge, to any person obtaining a
/external/mesa3d/src/egl/drivers/dri2/
H A DAndroid.mk6 # Permission is hereby granted, free of charge, to any person obtaining a
/external/mesa3d/src/gallium/auxiliary/
H A DAndroid.mk6 # Permission is hereby granted, free of charge, to any person obtaining a
/external/mesa3d/src/gallium/drivers/i915/
H A DAndroid.mk6 # Permission is hereby granted, free of charge, to any person obtaining a
/external/mesa3d/src/gallium/drivers/nouveau/
H A DAndroid.mk6 # Permission is hereby granted, free of charge, to any person obtaining a
/external/mesa3d/src/gallium/drivers/nv30/
H A DAndroid.mk6 # Permission is hereby granted, free of charge, to any person obtaining a
/external/mesa3d/src/gallium/drivers/nv50/
H A DAndroid.mk6 # Permission is hereby granted, free of charge, to any person obtaining a
/external/mesa3d/src/gallium/drivers/nvc0/
H A DAndroid.mk6 # Permission is hereby granted, free of charge, to any person obtaining a
/external/mesa3d/src/gallium/drivers/r300/
H A DAndroid.mk6 # Permission is hereby granted, free of charge, to any person obtaining a
/external/mesa3d/src/gallium/drivers/r600/
H A DAndroid.mk6 # Permission is hereby granted, free of charge, to any person obtaining a
/external/mesa3d/src/gallium/drivers/radeonsi/
H A DAndroid.mk6 # Permission is hereby granted, free of charge, to any person obtaining a
/external/mesa3d/src/gallium/drivers/softpipe/
H A DAndroid.mk6 # Permission is hereby granted, free of charge, to any person obtaining a
/external/mesa3d/src/gallium/drivers/svga/
H A DAndroid.mk6 # Permission is hereby granted, free of charge, to any person obtaining a

Completed in 6983 milliseconds

123