HomeSort by relevance Sort by last modified time
    Searched full:whitelist (Results 126 - 150 of 363) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/policy/
policy_browsertest.cc 1498 base::ListValue whitelist; local
1947 base::ListValue whitelist; local
2018 base::ListValue whitelist; local
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_util.h 294 // SafeBrowsing client-side detection whitelist list name.
296 // SafeBrowsing download whitelist list name.
300 // SafeBrowsing side-effect free whitelist name.
317 // csd-whitelist store file.
download_protection_service.cc 577 VLOG(2) << url << " is on the download whitelist.";
586 << " is on the download whitelist.";
719 // present to construct a whitelist entry.
744 VLOG(2) << "Certificate matched whitelist, cert="
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/
canned_data.py 175 # whitelist
302 # whitelist
370 # whitelist
421 # whitelist
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
web_accessible_resources.html 7 building up some custom interface for <code>example.com</code> would whitelist
  /external/chromium_org/chrome/common/extensions/features/
complex_feature.cc 62 // allow API in dev channel for everyone but stable channel for a whitelist),
  /external/chromium_org/chrome/common/mac/
cfbundle_blocker_unittest.mm 28 // Block bundle IDs that aren't in the whitelist.
  /external/chromium_org/chromeos/ime/
gen_input_methods.py 102 print 'Usage: gen_input_methods.py [whitelist] [output]'
  /external/chromium_org/net/http/
url_security_manager_win.cc 130 // If we have a whitelist, just use that.
  /external/chromium_org/sandbox/linux/services/
broker_process.h 30 // or Access() are invoked on a file which is not in the whitelist. EACCESS
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
check_objc_rename.sh 75 or by updating the whitelist in
  /external/chromium_org/third_party/libjingle/source/talk/base/
natserver.h 101 AddressSet* whitelist; member in struct:talk_base::NATServer::TransEntry
  /external/chromium_org/ui/webui/resources/js/
parse_html_subset.js 34 * Whitelist of tag names allowed in parseHtmlSubset.
  /external/dhcpcd/
if-options.h 114 in_addr_t *whitelist; member in struct:if_options
if-options.c 102 {"whitelist", required_argument, NULL, 'W'},
709 ifo->whitelist = xrealloc(ifo->whitelist,
711 ifo->whitelist[ifo->whitelist_len++] = addr.s_addr;
712 ifo->whitelist[ifo->whitelist_len++] = addr2.s_addr;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppHandoverReceiver.java 74 if (D) Log.d(TAG, "Adding " + device + " to whitelist");
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectVisibleCalendarsActivity.java 88 // Needs to be in proguard whitelist
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AbstractDictionaryWriter.java 49 * @param shortcutFreq The frequency of the shortcut (0~15, with 15 = whitelist). Ignored
  /external/chromium_org/webkit/browser/appcache/
appcache_unittest.cc 130 const NamespaceVector& whitelist = cache->online_whitelist_namespaces_; local
132 EXPECT_EQ(expected, whitelist.size());
133 EXPECT_EQ(GURL("http://w1.com"), whitelist[0].namespace_url);
134 EXPECT_EQ(GURL("http://w2.com"), whitelist[1].namespace_url);
547 const GURL kWhitelistUrl("http://foo.com/whitelist*");
555 "/whitelist* isPattern\r"
  /external/libnfc-nxp/src/
phHciNfc_AdminMgmt.c 52 /* Max Whitelist Supported by the Device*/
100 uint8_t whitelist[WHITELIST_MAX_LEN]; member in struct:phHciNfc_AdminGate_Info
476 p_admin_info->whitelist[i] = i + 2;
480 (uint8_t *)p_admin_info->whitelist, i );
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_bgconn.c 21 * This file contains functions for BLE whitelist operation.
123 ** Description execute the pending whitelist device operation(loading or removing)
147 ** Description enqueue the pending whitelist device operation(loading or removing).
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_host.cc 115 // We lookup the csd-whitelist before we lookup the cache because
117 // the csd-whitelist we won't start classification. The
118 // csd-whitelist check has to be done on the IO thread because it
  /external/chromium_org/chrome/browser/background/
background_application_list_model_unittest.cc 71 // considered a background app based on a whitelist.
92 // There is a whitelist for extensions that have pushMessaging permission but
234 // when extension is in a whitelist.
  /external/chromium_org/chrome/browser/chromeos/policy/
device_policy_decoder_chromeos.cc 97 ListValue* whitelist = new ListValue(); local
102 whitelist->Append(Value::CreateStringValue(*entry));
107 whitelist,
  /external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
enterprise_platform_keys_private_api_unittest.cc 191 base::ListValue whitelist; variable
192 whitelist.AppendString(extension_->id());
193 prefs_->Set(prefs::kAttestationExtensionWhitelist, whitelist);

Completed in 541 milliseconds

1 2 3 4 56 7 8 91011>>