OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:whitelisted
(Results
1 - 25
of
34
) sorted by null
1
2
/external/chromium/chrome/browser/
external_protocol_handler.h
29
// Checks to see if the protocol is allowed, if it is
whitelisted
,
57
// of shellexecute. Should only be called if the protocol is
whitelisted
/external/chromium/chrome/browser/extensions/
crx_installer.h
70
// Removes any
whitelisted
manifest for |id| and returns it. The caller owns
74
// Returns whether |id| is
whitelisted
- only call this on the UI thread.
77
// Returns whether |id| was found and removed (was
whitelisted
). This should
157
//
whitelisted
.
250
// is true AND the unpacked id of the extension is
whitelisted
with
crx_installer.cc
325
// Helper method to let us compare a
whitelisted
manifest with the actual
327
//
whitelisted
manifest doesn't have that value.
365
// First see if it's
whitelisted
by id (the old mechanism).
366
bool
whitelisted
= ClearWhitelistedInstallId(extension_->id()) &&
local
369
// Now check if it's
whitelisted
by manifest.
379
whitelisted
= true;
383
(!allow_silent_install_ || !
whitelisted
)) {
all_urls_apitest.cc
83
// Test that an extension NOT
whitelisted
for scripting can ask for <all_urls>
extension_prefs.cc
490
return false; // Only
whitelisted
extensions are allowed.
[
all
...]
/external/chromium/chrome/browser/ssl/
ssl_host_state.h
21
// example, SSLHostState remembers whether the user has
whitelisted
a
/external/chromium/net/http/
url_security_manager.h
33
//
whitelisted
.
/external/chromium/chrome/browser/chromeos/cros/
login_library.h
30
//
whitelisted
in |OUT_signature|.
88
virtual bool EnumerateWhitelisted(std::vector<std::string>*
whitelisted
) = 0;
login_library.cc
120
bool EnumerateWhitelisted(std::vector<std::string>*
whitelisted
) {
125
whitelisted
->push_back(std::string(list->users[i]));
353
bool EnumerateWhitelisted(std::vector<std::string>*
whitelisted
) {
/packages/inputmethods/LatinIME/native/jni/src/
dictionary.h
37
const static int KIND_WHITELIST = 3; //
Whitelisted
word
/external/chromium/chrome/browser/content_settings/
host_content_settings_map.h
58
// certain internal schemes are
whitelisted
. For ContentSettingsTypes that
70
// internal schemes are
whitelisted
. For ContentSettingsTypes that require an
/external/chromium/chrome/browser/chromeos/login/
signed_settings.h
93
static bool EnumerateWhitelist(std::vector<std::string>*
whitelisted
);
signed_settings.cc
83
bool SignedSettings::EnumerateWhitelist(std::vector<std::string>*
whitelisted
) {
97
whitelisted
->push_back(*it);
/external/clang/test/SemaObjC/
warn-retain-cycle.m
112
// 'addOperationWithBlock:' is specifically
whitelisted
.
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AutoCorrection.java
86
// Shortlist a
whitelisted
word
SuggestedWords.java
125
public static final int KIND_WHITELIST = 3; //
Whitelisted
word
Suggest.java
279
// TODO: this first argument is lying. If this is a
whitelisted
word which is an
/external/openssh/
PROTOCOL
92
Other SSH implementations may be
whitelisted
to receive this message
121
whitelisted
to receive this message upon request.
/external/chromium/chrome/browser/safe_browsing/
client_side_detection_host.cc
116
// a URL may have recently been
whitelisted
. If the URL matches
safe_browsing_database.cc
[
all
...]
/frameworks/base/core/java/android/accounts/
ChooseTypeAndAccountActivity.java
481
* Returns a set of
whitelisted
accounts given by the intent or null if none specified by the
/external/webkit/Source/WebCore/platform/network/mac/
ResourceHandleMac.mm
698
// <rdar://problem/6867598> gallery.me.com is temporarily
whitelisted
, so that QuickTime plug-in could see the credentials.
[
all
...]
/external/clang/lib/Lex/
Pragma.cpp
494
// Verify that this is one of the 5
whitelisted
options.
[
all
...]
/external/webkit/Source/WebCore/WebCore.gyp/
WebCore.gyp
[
all
...]
/external/clang/lib/Sema/
SemaDeclObjC.cpp
[
all
...]
Completed in 1169 milliseconds
1
2