Searched
full:allowed (Results
651 -
675 of
7690) sorted by null
<<21222324252627282930>>
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_popup_controller.h | 93 // Returns the minimum allowed size for an extension popup. 95 // Returns the maximum allowed size for an extension popup.
|
/external/chromium/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/ |
popup.html | 71 chrome.extension.isAllowedIncognitoAccess(function(allowed) { 72 if (allowed) {
|
/external/chromium/net/base/ |
backoff_entry.h | 77 // Calculates when requests should again be allowed through. 81 // allowed to start sending requests again.
|
/external/chromium_org/ash/test/ |
test_session_state_delegate.h | 68 // Locking will only actually be allowed when this value is |true| and there 93 // Whether the screen can be locked. Locking will only actually be 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;
|
cookie_settings.h | 44 // allowed to read cookies. 51 // allowed to set cookies (permanent or session only).
|
/external/chromium_org/chrome/browser/extensions/api/content_settings/ |
content_settings_helpers.cc | 16 "Path wildcards in file URL patterns are not allowed."; 17 const char kNoPathsError[] = "Specific paths are not allowed.";
|
/external/chromium_org/chrome/browser/extensions/api/messaging/ |
native_messaging_host_manifest.cc | 124 // Disallow patterns that are too broad. Set of allowed origins must be a 127 *error_message = "Pattern \"" + pattern_string + "\" is not allowed.";
|
/external/chromium_org/chrome/browser/external_protocol/ |
external_protocol_handler.h | 49 // Checks to see if the protocol is allowed, if it is whitelisted, 102 // the state to false (not allowed).
|
/external/chromium_org/chrome/browser/speech/ |
chrome_speech_recognition_manager_delegate.cc | 406 bool allowed = false; local 412 // is not allowed. 413 allowed = false; 417 allowed = true; 421 base::Bind(callback, check_permission, allowed)); 431 allowed = true; 456 allowed = true; 462 base::Bind(callback, check_permission, allowed));
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
browser_actions_container_view.h | 48 // Whether the user is allowed to drag the grippy to the left. NO if all 53 // Whether the user is allowed to drag the grippy to the right. NO if all
|
extension_popup_controller.h | 102 // Returns the minimum allowed size for an extension popup. 104 // Returns the maximum allowed size for an extension popup.
|
/external/chromium_org/chrome/browser/web_resource/ |
resource_request_allowed_notifier.cc | 52 return ALLOWED; 58 return GetResourceRequestsAllowedState() == ALLOWED;
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/allowThirdPartyCookies/ |
popup.js | 75 chrome.extension.isAllowedIncognitoAccess(function(allowed) { 76 if (allowed) {
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/ |
popup.js | 75 chrome.extension.isAllowedIncognitoAccess(function(allowed) { 76 if (allowed) {
|
/external/chromium_org/chrome/common/mac/ |
cfbundle_blocker_unittest.mm | 20 bool allowed; 83 EXPECT_EQ(testcase.allowed, IsBundleAllowed(bundle_id, version))
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
bluetooth_custom_bindings.js | 42 'Concurrent discovery is not allowed.'); 127 throw new Error('Concurrent calls to getDevices are not allowed.');
|
/external/chromium_org/components/nacl/browser/ |
nacl_browser_delegate.h | 37 // Returns whether dialogs are allowed. This is used to decide if to add the 65 // |use_blocking_api| to true, so calling blocking file API is allowed
|
/external/chromium_org/content/browser/browser_plugin/ |
browser_plugin_guest_manager.h | 99 // Returns whether the given embedder process is allowed to access the 104 // Returns whether the given embedder process is allowed to use the provided
|
/external/chromium_org/content/browser/web_contents/ |
web_drag_source_mac.h | 42 // A mask of the allowed drag operations. 69 // Returns a mask of the allowed drag operations.
|
/external/chromium_org/content/public/browser/ |
resource_context.h | 61 // Returns true if microphone access is allowed for |origin|. Used to 66 // Returns true if web camera access is allowed for |origin|. Used to
|
/external/chromium_org/extensions/browser/ |
admin_policy.cc | 59 // Component extensions are always allowed. 74 // Check whether the extension type is allowed.
|
/external/chromium_org/jingle/glue/ |
thread_wrapper.h | 52 void set_send_allowed(bool allowed) { send_allowed_ = allowed; }
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
pthread_setcanceltype.c | 55 * only deferred cancelation is allowed, 58 * Asynchronous cancellation is allowed
|
/external/chromium_org/net/base/ |
auth.h | 71 // minimize compatibility problems, but arbitrary UTF-16 strings are allowed 76 // minimize compatibility problems, but arbitrary UTF-16 strings are allowed
|
Completed in 1921 milliseconds
<<21222324252627282930>>