HomeSort by relevance Sort by last modified time
    Searched refs:allowed (Results 76 - 100 of 376) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_params.cc 93 bool allowed, bool fallback_allowed, bool alt_allowed) {
96 if (allowed) {
103 if (allowed && fallback_allowed) {
112 if (!allowed) {
114 << "be allowed if the regular configuration is not allowed";
135 if (allowed && !probe_url_.is_valid()) {
141 DVLOG(1) << "The data reduction proxy fallback cannot be allowed if "
142 << "the data reduction proxy is not allowed";
146 DVLOG(1) << "The data reduction proxy promo cannot be allowed if the
    [all...]
  /external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_settings_unittest_android.cc 30 bool allowed, bool fallback_allowed, bool alt_allowed, bool promo_allowed) {
32 if (allowed)
82 DataReductionProxySettingsAndroid>(bool allowed,
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
LocalFileSystem.cpp 114 void LocalFileSystem::requestFileSystemAccessInternal(ExecutionContext* context, const Closure& allowed, const Closure& denied)
125 allowed();
128 client()->requestFileSystemAccessAsync(context, PermissionCallbacks::create(allowed, denied));
LocalFileSystem.h 74 void requestFileSystemAccessInternal(ExecutionContext*, const Closure& allowed, const Closure& denied);
  /frameworks/base/core/jni/
android_os_Trace.cpp 96 jclass clazz, jboolean allowed) {
97 ALOGV("%s: %d", __FUNCTION__, allowed);
99 atrace_set_debuggable(allowed);
  /external/chromium_org/chrome/browser/speech/
chrome_speech_recognition_manager_delegate.cc 404 bool allowed = false; local
409 allowed = true;
412 base::Bind(callback, check_permission, allowed));
422 allowed = true;
434 allowed = true;
439 base::Bind(callback, check_permission, allowed));
  /frameworks/native/cmds/servicemanager/
service_manager.c 63 bool allowed; local
71 allowed = (result == 0);
74 return allowed;
88 bool allowed; local
105 allowed = check_mac_perms(spid, tctx, perm, name);
107 return allowed;
  /external/chromium_org/chrome/browser/content_settings/
content_settings_usages_state.cc 29 const GURL& requesting_origin, bool allowed) {
31 allowed ? CONTENT_SETTING_ALLOW : CONTENT_SETTING_BLOCK;
  /external/chromium_org/chrome/browser/geolocation/
geolocation_infobar_delegate.cc 38 // User allowed use of geolocation.
114 bool allowed) {
120 update_content_setting, allowed);
geolocation_infobar_delegate.h 44 void SetPermission(bool update_content_setting, bool allowed);
geolocation_permission_context.cc 270 bool allowed) {
271 NotifyPermissionSet(id, requesting_frame, callback, allowed);
278 bool allowed) {
287 allowed);
290 callback.Run(allowed);
  /external/chromium_org/chrome/browser/renderer_host/
chrome_extension_message_filter.h 49 void OnCanTriggerClipboardRead(const GURL& origin, bool* allowed);
50 void OnCanTriggerClipboardWrite(const GURL& origin, bool* allowed);
  /external/valgrind/main/drd/tests/
trylock.stderr.exp 8 Attempt to lock for writing recursively (not allowed).
9 Recursive writer locking not allowed: rwlock 0x.........
  /external/chromium_org/chrome/renderer/resources/extensions/
web_view_events.js 352 getInstanceId(), requestId, 'default', '', function(allowed) {
353 if (allowed) {
363 getInstanceId(), requestId, 'default', '', function(allowed) {
364 if (allowed) {
468 getInstanceId(), requestId, 'default', '', function(allowed) {
469 if (allowed) {
479 getInstanceId(), requestId, 'default', '', function(allowed) {
480 if (allowed) {
519 // The permission type is not allowed. Trigger the default response.
521 getInstanceId(), requestId, 'default', '', function(allowed) {
    [all...]
  /external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
EncryptedPrivateKeyInfo_ImplTest.java 64 } catch (NoSuchAlgorithmException allowed) {
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/permission/
AwPermissionRequest.java 88 private native void nativeOnAccept(long nativeAwPermissionRequest, boolean allowed);
  /external/chromium_org/chrome/browser/media/
media_stream_devices_controller.h 104 // they are not allowed anymore. Returns the number of devices that are
105 // allowed after this step. If the count reaches zero the request can be
122 void SetPermission(bool allowed) const;
133 // to allowed. Note that it does not reflect the final permission decision.
141 // Returns true if media capture device is allowed to be used. This could
  /external/chromium_org/components/translate/core/browser/
translate_language_list.h 51 // are allowed, and otherwise keeps the request as pending until allowed.
54 // Sets whether requests are allowed. If |allowed| is true, this resumes any
56 void SetResourceRequestsAllowed(bool allowed);
97 // True if the list has to be fetched when resource requests are allowed.
  /external/chromium_org/content/browser/geolocation/
geolocation_dispatcher_host.h 63 bool allowed);
  /external/chromium_org/content/browser/indexed_db/
indexed_db_index_writer.h 55 bool* allowed) const WARN_UNUSED_RESULT;
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/
GeolocationClientMock.h 54 void setPermission(bool allowed);
  /external/clang/test/Preprocessor/
feature_tests.c 45 #error Alias expansion not allowed
  /external/libselinux/src/
compute_av.c 54 &avd->allowed, &avd->decided,
  /external/llvm/test/MC/ARM/
directive-arch_extension-idiv.s 17 @ CHECK-V6: error: architectural extension 'idiv' is not allowed for the current base architecture
20 @ CHECK-V7M: error: architectural extension 'idiv' is not allowed for the current base architecture
34 @ CHECK-V6: error: architectural extension 'idiv' is not allowed for the current base architecture
37 @ CHECK-V7M: error: architectural extension 'idiv' is not allowed for the current base architecture
  /external/qemu/distrib/libselinux/src/
compute_av.c 54 &avd->allowed, &avd->decided,

Completed in 1648 milliseconds

1 2 34 5 6 7 8 91011>>