OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allowed
(Results
451 - 475
of
7690
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium/net/http/
url_security_manager.h
35
// |whitelist_delegate| is the whitelist of servers that are
allowed
51
// Returns true if Kerberos delegation is
allowed
for the server at
/external/chromium_org/apps/
DEPS
17
# Temporary
allowed
includes.
62
# Temporary
allowed
testing include.
/external/chromium_org/chrome/browser/chromeos/policy/
user_network_configuration_updater.h
85
// Whether Web trust is
allowed
or not. Only relevant for user policies.
95
// be empty if Web trust from policy is not
allowed
.
/external/chromium_org/chrome/browser/content_settings/
permission_queue_controller.cc
56
void RunCallback(bool
allowed
);
95
bool
allowed
) {
96
callback_.Run(
allowed
);
184
bool
allowed
) {
188
UpdateContentSetting(requesting_frame, embedder,
allowed
);
226
i->RunCallback(
allowed
);
336
bool
allowed
) {
345
allowed
? CONTENT_SETTING_ALLOW : CONTENT_SETTING_BLOCK;
tab_specific_content_settings.h
188
// Returns whether a particular kind of content has been
allowed
. Currently
254
//
allowed
local shared objects like cookies, local storage, ... .
270
// Called to indicate whether access to the Pepper broker was
allowed
or
272
void SetPepperBrokerAllowed(bool
allowed
);
320
bool
allowed
);
323
bool
allowed
);
366
// Stores which content setting types actually were
allowed
.
372
// Stores the blocked/
allowed
cookies.
/external/chromium_org/chrome/browser/extensions/api/messaging/
incognito_connectability.h
57
// Returns true if |url| is
allowed
to connect from this profile, false
84
// The origins that have been prompted for and either
allowed
or disallowed.
/external/chromium_org/chrome/browser/history/
DEPS
16
# Do not add to the list of temporarily-
allowed
dependencies below,
61
# Do not add to the list of temporarily-
allowed
dependencies below,
/external/chromium_org/chrome/browser/media/
midi_permission_infobar_delegate.cc
99
bool
allowed
) {
101
update_content_setting,
allowed
);
protected_media_identifier_infobar_delegate.cc
64
bool
allowed
) {
67
update_content_setting,
allowed
);
/external/chromium_org/chrome/browser/ui/gtk/
collected_cookies_gtk.h
27
// CollectedCookiesGtk is a dialog that displays the
allowed
and blocked
60
// Create the information panes for the
allowed
and blocked cookies.
/external/chromium_org/chromeos/login/
login_state.h
20
LOGGED_IN_SAFE_MODE, // Not logged in and login not
allowed
for non-owners
64
// logged in, and only the owner will be
allowed
to log in).
/external/chromium_org/net/cert/
pem_tokenizer.h
48
// A simple cache of the
allowed
PEM header and footer for a given PEM
65
// The types of PEM blocks that are
allowed
. PEM blocks that are not of
/external/chromium_org/net/http/
url_security_manager.h
35
// |whitelist_delegate| is the whitelist of servers that are
allowed
51
// Returns true if Kerberos delegation is
allowed
for the server at
/external/chromium_org/ppapi/proxy/
udp_socket_resource_base.h
27
// message is
allowed
to request.
30
// message is
allowed
to carry.
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationClient.h
48
PermissionAllowed, // User has
allowed
notifications
49
PermissionNotAllowed, // User has not yet
allowed
/external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognitionError.cpp
46
return "not-
allowed
";
48
return "service-not-
allowed
";
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseAuthorizer.cpp
137
//
allowed
in read-only transactions or private browsing, so we might as
156
//
allowed
in read-only transactions or private browsing, so we might as
185
// which is not
allowed
in read-only transactions or private browsing,
204
// not
allowed
in read-only transactions or private browsing, so we might
224
//
allowed
in read-only transactions or private browsing, so we might as
243
//
allowed
in read-only transactions or private browsing, so we might as
259
//
allowed
in read-only transactions or private browsing, so we might as
276
//
allowed
in read-only transactions or private browsing, so we might as
/external/chromium_org/third_party/WebKit/Source/web/
WebMIDIPermissionRequest.cpp
73
void WebMIDIPermissionRequest::setIsAllowed(bool
allowed
)
75
m_private->setSysExEnabled(
allowed
);
/external/chromium_org/third_party/WebKit/public/web/
WebNotificationPresenter.h
47
PermissionAllowed, // User has
allowed
permission to the origin.
48
PermissionNotAllowed, // User has not taken an action on the origin (defaults to not
allowed
).
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCSessionDescription.mm
41
NSAssert(NO, @"nil arguments not
allowed
");
58
NSAssert(NO, @"nil arguments not
allowed
");
/external/chromium_org/third_party/libxslt/libxslt/
security.c
362
* Check if the resource is
allowed
to be written, if necessary makes
365
* Return 1 if write is
allowed
, 0 if not and -1 in case or error.
395
* Check if we are
allowed
to write this file
404
* Check if we are
allowed
to write this network resource
428
* Check if the resource is
allowed
to be read
430
* Return 1 if read is
allowed
, 0 if not and -1 in case or error.
450
* Check if we are
allowed
to read this file
464
* Check if we are
allowed
to write this network resource
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/cso/
velems.rst
37
two components is not
allowed
.
43
three components. Using less than three components is not
allowed
.
/external/chromium_org/third_party/re2/re2/testing/
regexp_generator.h
51
int maxatoms_; // Maximum number of atoms
allowed
in expr.
52
int maxops_; // Maximum number of ops
allowed
in expr.
/external/chromium_org/third_party/sqlite/src/src/
test_multiplex.h
36
** This file control is used to set the maximum
allowed
chunk
43
**
allowed
to be used for a mutliplex file set.
/external/chromium_org/tools/gn/
input_conversion_unittest.cc
72
// Blocks not
allowed
.
77
// Function calls not
allowed
.
Completed in 349 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>