OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allowed
(Results
1176 - 1200
of
7690
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_name_folder_controller_unittest.mm
79
// Make sure we are
allowed
to create a folder named "New Folder".
99
// Make sure we are
allowed
to create a folder with an empty name.
/external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller.h
136
// Mouse lock has been
allowed
by the user.
201
// True if tab fullscreen has been
allowed
, either by settings or by user
/external/chromium_org/chrome/browser/ui/gtk/extensions/
media_galleries_dialog_gtk.cc
102
UpdateGalleryInContainer(iter->pref_info, iter->
allowed
,
126
UpdateGalleryInContainer(iter->pref_info, iter->
allowed
,
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
gaia_screen_handler.cc
43
// 1. Enterprise managed device > is
allowed
by policy.
45
// 3. New users are
allowed
by owner.
/external/chromium_org/chrome/browser/web_resource/
resource_request_allowed_notifier_unittest.cc
107
// resource request is
allowed
. Otherwise returns false and will change the
108
// result of was_notified() to true when the request is
allowed
.
/external/chromium_org/chrome/common/extensions/api/
manifest_types.json
23
"description": "<p>The IDs of extensions or apps that are
allowed
to connect. If left empty or unspecified, no extensions or apps can connect.</p><p>The wildcard <code>\"*\"</code> will allow all extensions and apps to connect.</p>",
29
"description": "<p>The URL patterns for <em>web pages</em> that are
allowed
to connect. <em>This does not affect content scripts.</em> If left empty or unspecified, no web pages can connect.</p><p>Patterns cannot include wildcard domains nor subdomains of (effective) top level domains; <code>*://google.com/*</code> and <code>http://*.chromium.org/*</code> are valid, while <code><all_urls></code>, <code>http://*/*</code>, <code>*://*.com/*</code>, and even <code>http://*.appspot.com/*</code> are not.</p>",
/external/chromium_org/chrome/common/extensions/
chrome_extensions_client.cc
109
// Regular extensions are only
allowed
access to chrome://favicon.
113
// Experimental extensions are also
allowed
chrome://thumb.
/external/chromium_org/chrome/renderer/pepper/
pepper_flash_menu_host.cc
21
// Maximum depth of submenus
allowed
(e.g., 1 indicates that submenus are
22
//
allowed
, but not sub-submenus).
/external/chromium_org/chromeos/settings/
cros_settings_names.cc
44
// A list of strings which specifies
allowed
connection types for
123
// A boolean pref that indicates whether users are
allowed
to redeem offers
/external/chromium_org/content/common/
pepper_plugin_list.cc
21
// The maximum number of plugins
allowed
to be registered from command line.
61
<< kMaxPluginsToRegisterFromCommandLine << " plugins
allowed
)";
/external/chromium_org/content/public/browser/
content_browser_client.h
212
// Returns whether the given process is
allowed
to commit |url|. This is a
218
// Returns whether a URL should be
allowed
to open from a specific context.
309
// is
allowed
. |render_views| is a vector of pairs of
321
// is
allowed
.
329
// is
allowed
.
454
// Returns true if the given page is
allowed
to open a window of the given
542
// Returns true if the socket operation specified by |params| is
allowed
from
557
// Returns additional
allowed
scheme set which can access files in
/external/chromium_org/device/nfc/
nfc_ndef_record.h
114
// failure occurs, e.g. |data| contains values that are not
allowed
in
117
// NfcNdefRecord is
allowed
only once and after a successful call to this
/external/chromium_org/media/base/android/
media_player_bridge.h
100
// Get
allowed
operations from the player.
115
// Update
allowed
operations from the player.
/external/chromium_org/mojo/public/system/
core_cpp.h
103
// Copying and assignment
allowed
.
170
// Copying and assignment
allowed
.
/external/chromium_org/net/base/
load_states_list.h
18
// When a socket pool group is below the maximum number of sockets
allowed
per
24
// When a socket pool group has reached the maximum number of sockets
allowed
prioritized_dispatcher.h
42
// Total
allowed
running jobs.
126
// Maximum total number of running jobs
allowed
after a job at a particular
/external/chromium_org/net/tools/balsa/
simple_buffer.cc
103
// and stores the number of characters which are
allowed
113
// and stores the number of characters which are
allowed
/external/chromium_org/net/tools/flip_server/
ring_buffer.h
53
// characters which are
allowed
to be written in *size.
58
// characters which are
allowed
to be read in *size.
/external/chromium_org/net/url_request/
url_request_job_manager.h
78
// The first guy to call this function sets the
allowed
thread. This way we
81
// set the
allowed
thread.
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
shim_ppapi.c
55
* debugging. They are only
allowed
via the "dev" query strings;
72
/*
Allowed
for debugging purposes: */
/external/chromium_org/ppapi/proxy/
serialized_flash_menu.cc
15
// Maximum depth of submenus
allowed
(e.g., 1 indicates that submenus are
16
//
allowed
, but not sub-submenus).
/external/chromium_org/remoting/host/
pam_authorization_factory_posix.cc
45
enum { NOT_CHECKED,
ALLOWED
, DISALLOWED } local_login_status_;
100
local_login_status_ = IsLocalLoginAllowed() ?
ALLOWED
: DISALLOWED;
/external/chromium_org/third_party/WebKit/Source/core/dom/
DOMException.cpp
41
{ "IndexSizeError", "Index or size was negative, or greater than the
allowed
value.", 1 },
45
{ "NoModificationAllowedError", "An attempt was made to modify an object where modifications are not
allowed
.", 7 },
/external/chromium_org/third_party/WebKit/Source/core/loader/
CrossOriginPreflightResultCache.cpp
120
errorDescription = "Method " + method + " is not
allowed
by Access-Control-Allow-Methods.";
129
errorDescription = "Request header field " + it->key.string() + " is not
allowed
by Access-Control-Allow-Headers.";
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFilePath.cpp
119
// Embedded NULs are not
allowed
.
143
// '/' is not
allowed
in name.
Completed in 2026 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>