Searched
full:allowed (Results
526 -
550 of
7690) sorted by null
<<21222324252627282930>>
/external/chromium_org/chrome/browser/ |
pepper_broker_infobar_delegate.cc | 107 bool allowed = (setting == CONTENT_SETTING_ALLOW); local 108 content::RecordAction(allowed ? 111 tab_content_settings->SetPepperBrokerAllowed(allowed); 112 callback.Run(allowed);
|
/external/chromium_org/chrome/browser/profiles/ |
gaia_info_update_service.h | 31 // Checks if downloading GAIA info for the given profile is allowed.
|
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_base.h | 30 // Returns whether processing changes is allowed. Check this before doing
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
drive_backend_util.h | 46 // IO-allowed task runner, and the runner must be given as |file_task_runner|.
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
browser_actions_container_view_unittest.mm | 38 << "less than the minimum allowed.";
|
/external/chromium_org/chrome/browser/ui/webui/ |
gesture_config_ui.h | 22 // TODO(mohsen): Add a whitelist of preferences that are allowed to be set or
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
clear_browser_data_handler.h | 53 // Keeps track of whether deleting browsing history and downloads is allowed.
|
/external/chromium_org/chrome/browser/ui/window_snapshot/ |
window_snapshot.h | 26 // policy settings if taking screenshots is allowed), and is intended to be used
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/storage/stylizr/ |
popup.js | 19 message.innerText = 'Not allowed to inject CSS into special page.';
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
document_renderer.py | 29 # Only 1 title and 1 table of contents substitution allowed; in the common
|
/external/chromium_org/chrome/common/mac/ |
cfbundle_blocker.h | 33 // Returns true if |bundle_id| and |version| identify a bundle that is allowed
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
gcm_custom_bindings.js | 32 throw new Error("Payload exceeded allowed size limit. Payload size is: "
|
web_view_experimental.js | 103 self.instanceId_, requestId, 'default', '', function(allowed) { 104 if (allowed) { 114 self.instanceId_, requestId, 'default', '', function(allowed) { 115 if (allowed) {
|
/external/chromium_org/components/policy/core/common/ |
policy_details.h | 29 // allowed for that data.
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_index_writer.h | 55 bool* allowed) const WARN_UNUSED_RESULT;
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
pepper_socket_utils.h | 31 // Returns true if the socket operation specified by |params| is allowed.
|
/external/chromium_org/content/browser/ssl/ |
ssl_policy_backend.h | 42 // Queries whether |cert| is allowed or denied for |host|.
|
/external/chromium_org/content/common/dom_storage/ |
dom_storage_types.h | 26 // that were allowed because the limit imposed in the renderer
|
/external/chromium_org/content/public/browser/ |
favicon_status.h | 31 // Copy and assignment is explicitly allowed for this struct.
|
profiler_controller.h | 24 // Only the browser UI thread is allowed to interact with the ProfilerController
|
resource_throttle.h | 30 // purposes. NULL is not allowed. Caller does *not* take ownership of the
|
zygote_host_linux.h | 36 // Adjust the OOM score of the given renderer's PID. The allowed
|
/external/chromium_org/content/renderer/device_orientation/ |
device_sensor_event_pump.h | 33 // The pump is a tri-state automaton with allowed transitions as follows:
|
/external/chromium_org/dbus/ |
string_util.cc | 41 // A trailing '/' character is not allowed unless the path is the root path.
|
/external/chromium_org/extensions/browser/ |
admin_policy.h | 23 // Returns true if the extension is allowed by the admin policy.
|
Completed in 1377 milliseconds
<<21222324252627282930>>