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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libjingle/source/talk/base/
natserver.cc 184 whitelist = new AddressSet(AddrCmp(nat));
188 delete whitelist;
194 whitelist->insert(addr);
199 return whitelist->find(ext_addr) == whitelist->end();
  /external/chromium_org/chrome/browser/resources/options/chromeos/
accounts_options.js 19 // Whether to show the whitelist.
97 // Whitelist existing users when guest login is being disabled.
134 * Returns whether the whitelist is managed by policy or not.
  /external/chromium_org/chrome/common/extensions/docs/server2/
PRESUBMIT.py 16 WHITELIST = [ r'.+_test.py$' ]
92 input_api, output_api, '.', whitelist=WHITELIST, blacklist=BLACKLIST)
features_utility.py 13 a whitelist are ignored as they are only useful to specific apps or extensions.
34 presence of a 'whitelist' property for non-private APIs. Private APIs
38 return 'whitelist' in value and not name.endswith('Private')
  /external/chromium_org/chrome/common/
pepper_permission_util.cc 40 const std::set<std::string>& whitelist) {
45 if (HostIsInSet(host, whitelist))
63 HostIsInSet(it->extension_id, whitelist)) {
  /frameworks/base/services/java/com/android/server/location/
LocationBlacklist.java 70 if (D) Slog.d(TAG, "whitelist: " + Arrays.toString(mWhitelist));
83 * (package name matches blacklist, and does not match whitelist)
103 * Return true if any of packages are in whitelist
  /external/chromium/chrome/browser/chromeos/login/
signed_settings_helper.h 33 // Callback of WhitelistOp that adds |email| to the whitelist.
37 // Callback of WhitelistOp that removes |email| to the whitelist.
signed_settings.cc 92 const RepeatedPtrField<std::string>& whitelist = local
94 for (RepeatedPtrField<std::string>::const_iterator it = whitelist.begin();
95 it != whitelist.end();
344 VLOG(2) << "Whitelist check was successful for " << email_to_check;
355 VLOG(2) << "Whitelist check was successful for " << email_to_check;
391 VLOG(2) << "Whitelist check was successful.";
394 VLOG(2) << "Whitelist check failed.";
405 const RepeatedPtrField<std::string>& whitelist = local
407 for (RepeatedPtrField<std::string>::const_iterator it = whitelist.begin();
408 it != whitelist.end()
498 const RepeatedPtrField<string>& whitelist = whitelist_proto->user_whitelist(); local
    [all...]
  /external/chromium/chrome/browser/chromeos/
user_cros_settings_provider.h 54 // Returns true if given email is in user whitelist.
56 // CheckWhitelist op for the real whitelist check.
  /external/chromium/net/http/
url_security_manager.h 27 // |whitelist_default| is the whitelist of servers that default credentials
35 // |whitelist_delegate| is the whitelist of servers that are allowed
url_security_manager_unittest.cc 28 // In Posix systems (or on Windows if a whitelist is specified explicitly),
29 // everything depends on the whitelist.
  /external/chromium_org/build/ios/
clean_env.py 10 """This is like 'env -i', but it uses a whitelist of env variables to allow
16 # the only approach that seems to work is to have a whitelist.
  /external/chromium_org/net/http/
url_security_manager.h 27 // |whitelist_default| is the whitelist of servers that default credentials
35 // |whitelist_delegate| is the whitelist of servers that are allowed
url_security_manager_unittest.cc 28 // In Posix systems (or on Windows if a whitelist is specified explicitly),
29 // everything depends on the whitelist.
  /external/chromium_org/third_party/WebKit/Source/core/page/
PageGroup.cpp 66 void PageGroup::injectStyleSheet(const String& source, const Vector<String>& whitelist, StyleInjectionTarget injectIn)
68 m_injectedStyleSheets.append(adoptPtr(new InjectedStyleSheet(source, whitelist, injectIn)));
  /frameworks/webview/chromium/tools/
jar_check.py 21 and a whitelist file of allowed package names, one per line, check that all the
35 whitelist_path: The path to the whitelist file.
  /external/chromium_org/chrome/browser/history/
in_memory_url_index.cc 37 // Initializes a whitelist of URL schemes.
38 void InitializeSchemeWhitelist(std::set<std::string>* whitelist) {
39 DCHECK(whitelist);
40 if (!whitelist->empty())
42 whitelist->insert(std::string(chrome::kAboutScheme));
43 whitelist->insert(std::string(chrome::kChromeUIScheme));
44 whitelist->insert(std::string(chrome::kFileScheme));
45 whitelist->insert(std::string(content::kFtpScheme));
46 whitelist->insert(std::string(content::kHttpScheme));
47 whitelist->insert(std::string(content::kHttpsScheme))
    [all...]
  /external/chromium_org/apps/shell/
shell_extensions_client.h 32 virtual void SetScriptingWhitelist(const ScriptingWhitelist& whitelist)
  /external/chromium_org/chrome/browser/extensions/api/preference/
chrome_direct_setting_api.h 33 // Returns true if the preference is on the whitelist.
  /external/chromium_org/components/policy/core/common/
policy_switches.cc 25 // This allows skipping the server whitelist.
  /external/chromium_org/tools/deep_memory_profiler/
PRESUBMIT.py 31 whitelist=[r'.+_test\.py$']))
  /external/chromium_org/tools/find_runtime_symbols/
PRESUBMIT.py 31 whitelist=[r'.+_test\.py$']))
  /external/chromium_org/tools/linux/
PRESUBMIT.py 31 whitelist=[r'.+_tests\.py$']))
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
binary_dictionary_shortcut_iterator.h 39 // to outTargetLength, put whether it is whitelist to outIsWhitelist.
  /external/chromium_org/android_webview/tools/
webview_licenses.py 42 whitelist = [
55 regex = '^(%s)$' % '|'.join(whitelist)
85 whitelisted_files: The whitelist of files.
88 and the whitelist contains no stale entries;
146 'add the following files to the whitelist.\n%s' % \
152 ' remove the following files from the whitelist.\n%s' % \
210 ScanResult.Warnings if there are non-fatal problems (e.g. stale whitelist

Completed in 1084 milliseconds

1 23 4 5 6 7 8 91011>>