/external/chromium_org/extensions/browser/ |
pref_names.h | 35 // type is on this whitelist or alternatively on kInstallAllowList or 51 // A whitelist of extension ids the user can install: exceptions from the 77 // Blacklist and whitelist for Native Messaging Hosts.
|
/external/chromium_org/cc/ |
PRESUBMIT.py | 165 def FindNamespaceInBlock(pos, namespace, contents, whitelist=[]): 197 for w in whitelist: 216 whitelist = [ 219 if FindNamespaceInBlock(match.end(), 'cc', contents, whitelist=whitelist):
|
/external/chromium_org/chrome/browser/extensions/api/messaging/ |
native_message_process_host.cc | 82 // The native messaging host is blacklisted. Check the whitelist. 85 const base::ListValue* whitelist = local 87 if (whitelist && whitelist->Find(name_value) != whitelist->end())
|
/external/chromium_org/chrome/test/chromedriver/server/ |
chromedriver_server.cc | 233 "whitelisted-ips", "comma-separated whitelist of remote IPv4 addresses " 285 std::string whitelist = cmd_line->GetSwitchValueASCII("whitelisted-ips"); local 286 base::SplitString(whitelist, ',', &whitelisted_ips); 294 printf("Remote connections are allowed by a whitelist (%s).\n", 297 printf("All remote connections are allowed. Use a whitelist instead!\n");
|
/external/chromium_org/v8/tools/gcmole/ |
gcmole.lua | 44 -- When building gcsuspects whitelist certain functions as if they 46 -- positives in dead variables analysis. See TODO for WHITELIST 48 whitelist = true; 216 local WHITELIST = { 262 if FLAGS.whitelist then 263 for i = 1, #WHITELIST do 264 if name:match(WHITELIST[i]) then
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/suid/ |
SuidFilesActivity.java | 53 private static final Set<String> WHITELIST = new HashSet<String>(Arrays.asList( 163 view.setBackgroundResource(WHITELIST.contains(file.getName()) 255 if (!WHITELIST.contains(result.getName())) {
|
/external/chromium_org/chrome/browser/extensions/api/dial/ |
dial_apitest.cc | 98 test_data_dir_.AppendASCII("dial/whitelist"),
|
/external/chromium_org/chrome/common/extensions/api/identity/ |
oauth2_manifest_handler.cc | 57 // oauth2.auto_approve based on whitelist, and if it is present.
|
/external/chromium_org/components/domain_reliability/ |
util.h | 22 // N.B.: This functions as the whitelist of "safe" errors to report; network-
|
/external/chromium_org/extensions/common/api/ |
_api_features.json | 18 // Google employees: please update http://go/chrome-api-whitelist to map
|
/external/chromium_org/third_party/webrtc/base/ |
natserver.h | 84 AddressSet* whitelist; member in struct:rtc::NATServer::TransEntry
|
/system/core/logd/ |
LogBuffer.cpp | 350 bool whitelist = false; local 356 if (!whitelist) { 368 whitelist = true; 382 if (whitelist && (pruneRows > 0)) {
|
/external/chromium_org/chrome/browser/chromeos/login/auth/ |
login_performer.h | 129 // devices. Continues the login process or signals whitelist check failure 159 // Used to verify logins that matched wildcard on the login whitelist.
|
/external/chromium_org/chrome/browser/extensions/ |
shared_module_service_unittest.cc | 148 // Create a module which exports to a restricted whitelist. 155 DictionaryBuilder().Set("whitelist",
|
/external/chromium_org/chrome/browser/safe_browsing/ |
ui_manager.h | 146 // Adds the given entry to the whitelist. Called on the UI thread. 152 // Only access this whitelist from the UI thread.
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
features_bundle_test.py | 29 'whitelist': ['im not here'] 74 'whitelist': ['this isnt happening']
|
features_utility.py | 13 a whitelist are ignored as they are only useful to specific apps or extensions. 47 return value.get('location') == 'component' or 'whitelist' in value
|
/external/chromium_org/content/browser/appcache/ |
manifest_parser_unittest.cc | 349 "http://combo.com/whitelist-1\r" 350 "HTTP://www.diff.com/whitelist-2#strip\r" 361 "relative/whitelist-3#strip\r" 362 "http://combo.com:99/whitelist-4\r"); 378 EXPECT_EQ(GURL("http://combo.com/whitelist-1"), 380 EXPECT_EQ(GURL("http://www.diff.com/whitelist-2"), 382 EXPECT_EQ(GURL("http://combo.com:42/relative/whitelist-3"), 384 EXPECT_EQ(GURL("http://combo.com:99/whitelist-4"),
|
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
Info.java | 64 + " whitelist entries)"); 90 "whitelist" : shortcutTarget.getProbability()) + ")");
|
XmlDictInputOutput.java | 221 * SAX handler for a shortcut & whitelist XML file. 229 private final static String WHITELIST_MARKER = "whitelist"; 283 * @param shortcuts the file to read the shortcuts & whitelist from, or null. 321 * which has no support for bigrams or shortcuts/whitelist. 332 * The output format is the "second" format, which supports bigrams and shortcuts/whitelist.
|
/external/chromium_org/android_webview/tools/ |
webview_licenses.py | 103 whitelisted_files: The whitelist of files. 106 and the whitelist contains no stale entries; 175 'add the following files to the whitelist.\n%s' % \ 181 'remove the following files from the whitelist.\n%s' % \ 246 ScanResult.Warnings if there are non-fatal problems (e.g. stale whitelist
|
/external/chromium_org/chrome/common/extensions/api/ |
_api_features.json | 18 // Google employees: please update http://go/chrome-api-whitelist to map 73 "whitelist": [ 186 "whitelist": [ 352 "whitelist": [ 448 "whitelist": [
|
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/ |
MailPrefs.java | 346 * Returns whether or not an email address is in the whitelist of senders to show images for. 347 * This method reads the entire whitelist, so if you have multiple emails to check, you should 393 final Set<String> whitelist = getSenderWhitelist(); local 394 if (!whitelist.contains(sender)) { 399 final Set<String> updatedList = Sets.newHashSet(whitelist);
|
/external/chromium_org/chrome/browser/policy/ |
policy_browsertest.cc | 1517 base::ListValue whitelist; local 1979 base::ListValue whitelist; local 2051 base::ListValue whitelist; local 3002 base::ListValue whitelist; local [all...] |
/external/chromium_org/ppapi/ |
PRESUBMIT.py | 200 whitelist = ['ppb_opengles2', 'ppb_opengles2ext_dev'] 203 whitelist += ['ppb_pdf', 'ppp_pdf'] 209 if name_parts[-1] in whitelist:
|