/external/chromium_org/chrome/browser/ui/webui/ |
plugins_ui.cc | 308 // Keep track of the whitelist separately, so that we can distinguish plug-ins 457 const DictionaryValue* whitelist = profile->GetPrefs()->GetDictionary( local 459 whitelist->GetBoolean(group_identifier, &always_allowed);
|
/external/chromium_org/tools/checklicenses/ |
checklicenses.py | 21 --ignore-suppressions Ignores path-specific license whitelist. Useful when 22 trying to remove a suppression/whitelist entry. 500 help='Ignore path-specific license whitelist.')
|
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
nfc_hal_hci.c | 325 * response from host controller to set whitelist cmd 410 * to Set whitelist command. Now fake ADM_NOTIFY_ALL_PIPE_CLEARED cmd to 411 * NFC Task and then forward the whitelist cmd response
|
/external/chromium_org/chrome/browser/chromeos/settings/ |
device_settings_provider.cc | 467 // New users allowed, user whitelist ignored. 470 // New users not allowed, enforce user whitelist if present. 475 // No configured allow-new-users value, enforce whitelist if non-empty. 506 const RepeatedPtrField<std::string>& whitelist = local 508 for (RepeatedPtrField<std::string>::const_iterator it = whitelist.begin(); 509 it != whitelist.end(); ++it) { [all...] |
cros_settings.h | 87 // Helper function for the whitelist op. Implemented here because we will need
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsBackupAgent.java | 654 String[] whitelist = null; local 656 whitelist = Settings.Secure.SETTINGS_TO_BACKUP; 658 whitelist = Settings.System.SETTINGS_TO_BACKUP; 660 whitelist = Settings.Global.SETTINGS_TO_BACKUP; 671 final int whiteListSize = whitelist.length; 673 String key = whitelist[i]; [all...] |
/external/chromium/chrome/browser/translate/ |
translate_prefs.cc | 73 NOTREACHED() << "Unregistered translate whitelist pref"; 86 NOTREACHED() << "Unregistered translate whitelist pref";
|
/external/chromium_org/chrome/browser/extensions/api/networking_private/ |
networking_private_apitest.cc | 112 // Whitelist the extension ID of the test extension. 255 // Whitelist the extension ID of the test extension.
|
/external/chromium_org/chrome/browser/policy/ |
url_blacklist_manager.cc | 52 // Whitelist all the signin flow URLs flagged by the SigninManager. 56 // Additionally whitelist /ServiceLoginAuth.
|
/external/dhcpcd/ |
dhcpcd.conf.5 | 79 .It Ic whitelist Ar address Ns Op /cidr 84 .Ic whitelist
|
dhcpcd.conf.5.in | 79 .It Ic whitelist Ar address Ns Op /cidr 84 .Ic whitelist
|
/packages/apps/Bluetooth/res/values-en-rGB/ |
strings.xml | 21 <string name="permlab_bluetoothWhitelist" msgid="7091552898592306386">"Whitelist bluetooth device access."</string> 22 <string name="permdesc_bluetoothWhitelist" msgid="5494513855192170109">"Allows the app to temporarily whitelist a Bluetooth device, allowing that device to send files to this device without user confirmation."</string>
|
/packages/apps/Bluetooth/res/values-en-rIN/ |
strings.xml | 21 <string name="permlab_bluetoothWhitelist" msgid="7091552898592306386">"Whitelist bluetooth device access."</string> 22 <string name="permdesc_bluetoothWhitelist" msgid="5494513855192170109">"Allows the app to temporarily whitelist a Bluetooth device, allowing that device to send files to this device without user confirmation."</string>
|
/external/chromium/chrome/browser/chromeos/login/ |
owner_key_utils.cc | 80 const char OwnerKeyUtilsImpl::kOwnerKeyFile[] = "/var/lib/whitelist/owner.key";
|
/external/chromium_org/chrome/browser/background/ |
background_application_list_model.h | 145 // rare exceptions, so this function implements a whitelist.
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
input_method_util.h | 76 // chromeos/platform/assets/input_methods/whitelist.txt.
|
/external/chromium_org/chrome/browser/safe_browsing/ |
client_side_detection_host.cc | 118 // We lookup the csd-whitelist before we lookup the cache because 120 // the csd-whitelist we won't start classification. The 121 // csd-whitelist check has to be done on the IO thread because it 165 << " because it matches the csd whitelist";
|
download_protection_service.h | 166 // list of strings that need to be checked against the download whitelist to
|
/external/chromium_org/chrome/browser/sync_file_system/ |
syncable_file_system_util.cc | 36 const char kSyncFileSystemV2Whitelist[] = "syncfs-v2-whitelist";
|
/external/chromium_org/chrome/browser/translate/ |
translate_prefs.h | 41 // whitelist, and the accepted/denied counts.
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
salsa_ui.cc | 20 // Whitelist of which preferences are possible targets for Salsa treatments.
|
/external/chromium_org/content/common/sandbox_linux/ |
bpf_cros_arm_gpu_policy_linux.cc | 202 // Add ARM-specific files to whitelist in the broker.
|
bpf_gpu_policy_linux.cc | 192 std::vector<std::string>(), // No extra files in whitelist.
|
/external/chromium_org/extensions/common/ |
csp_validator.cc | 61 // We might need to relax this whitelist over time.
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
shim_ppapi.c | 19 * This is a whitelist of NaCl IRT interfaces that are exposed under
|