/external/chromium_org/cc/ |
PRESUBMIT.py | 159 def FindNamespaceInBlock(pos, namespace, contents, whitelist=[]): 191 for w in whitelist: 210 whitelist = [ 213 if FindNamespaceInBlock(match.end(), 'cc', contents, whitelist=whitelist):
|
/external/chromium_org/chrome/browser/safe_browsing/ |
safe_browsing_database.cc | 45 // Filename suffix for client-side phishing detection whitelist store. 47 FILE_PATH_LITERAL(" Csd Whitelist"); 48 // Filename suffix for the download whitelist store. 50 FILE_PATH_LITERAL(" Download Whitelist"); 54 // Filename suffix for the side-effect free whitelist store. 56 FILE_PATH_LITERAL(" Side-Effect Free Whitelist"); 73 // If a whitelist on disk contains more entries then all lookups to 74 // the whitelist will be considered a match. 77 // If the hash of this exact expression is on a whitelist then all 78 // lookups to this whitelist will be considered a match [all...] |
database_manager.h | 151 // Check if the given url is on the side-effect free whitelist. 154 // Otherwise, returns true if the URL is on the whitelist based on matching 159 // client-side phishing detection whitelist. Returns true if there was a 170 // download whitelist. Returns true if there was a match and false otherwise. 176 // whitelist. Returns true if there was a match and false otherwise. 386 // Indicate if client-side phishing detection whitelist should be enabled 390 // Indicate if the download whitelist should be enabled or not. 396 // Indicate if the side effect free whitelist should be enabled.
|
/external/chromium/chrome/browser/resources/options/chromeos/ |
accounts_options.js | 92 // Whitelist existing users when guest login is being disabled. 126 * Returns whether the whitelist is managed by policy or not.
|
/external/chromium_org/chrome/browser/chromeos/login/ |
login_status_consumer.h | 31 WHITELIST_CHECK_FAILED, // Login attempt blocked by whitelist. This value is 88 return "Login attempt blocked by whitelist.";
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
accounts_options_handler.cc | 31 // Adds specified user to the whitelist. Returns false if that user is already 32 // in the whitelist.
|
/external/chromium_org/chrome/common/extensions/features/ |
simple_feature.h | 28 std::set<std::string>* whitelist() { return &whitelist_; } function in class:extensions::SimpleFeature 93 const std::set<std::string>& whitelist);
|
simple_feature.cc | 280 ParseSet(value, "whitelist", &whitelist_); 326 // whitelist. 500 const std::set<std::string>& whitelist) { 508 if (whitelist.find(extension_id) != whitelist.end() || 509 whitelist.find(HashExtensionId(extension_id)) != whitelist.end()) {
|
/external/chromium_org/sandbox/linux/services/ |
broker_process_unittest.cc | 339 std::vector<std::string> whitelist; local 340 whitelist.push_back(tempfile_name); 342 BrokerProcess open_broker(EPERM, whitelist, whitelist); 396 std::vector<std::string> whitelist; local 397 whitelist.push_back(kCpuInfo); 400 whitelist, 401 whitelist,
|
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
ConfigureForm.java | 170 * Iterator of JID's that are on the whitelist that determines who can associate child nodes
172 * {@link ChildrenAssociationPolicy#whitelist}.
174 * @return Iterator over whitelist
182 * Set the JID's in the whitelist of users that can associate child nodes with the collection
184 * {@link ChildrenAssociationPolicy#whitelist}.
186 * @param whitelist The list of JID's
188 public void setChildrenAssociationWhitelist(List<String> whitelist)
191 setAnswer(ConfigureNodeFields.children_association_whitelist.getFieldName(), whitelist);
local
|
/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/ |
HtmlParser.java | 66 // Default whitelist 134 * Sets the HTML whitelist. Calling this overrides any whitelist(s) that 136 * HTML4 whitelist. 140 * @param whitelist The whitelist to use. Must not be null. 142 public void setWhitelist(HtmlWhitelist whitelist) { 143 Preconditions.checkNotNull(whitelist); 144 whitelists = Lists.newArrayList(whitelist); 148 * Adds an HTML whitelist to the list of whitelists consulted whe [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
HtmlParser.java | 66 // Default whitelist 134 * Sets the HTML whitelist. Calling this overrides any whitelist(s) that 136 * HTML4 whitelist. 140 * @param whitelist The whitelist to use. Must not be null. 142 public void setWhitelist(HtmlWhitelist whitelist) { 143 Preconditions.checkNotNull(whitelist); 144 whitelists = Lists.newArrayList(whitelist); 148 * Adds an HTML whitelist to the list of whitelists consulted whe [all...] |
/external/chromium/net/http/ |
http_auth_filter.cc | 27 // Add a new domain |filter| to the whitelist, if it's not already there
|
/external/chromium_org/chrome/browser/extensions/api/app_current_window_internal/ |
app_current_window_internal_api.cc | 240 const char* whitelist[] = { local 260 std::set<std::string>(whitelist, 261 whitelist + arraysize(whitelist)))) {
|
/external/chromium_org/chrome/browser/managed_mode/ |
managed_mode_interstitial.h | 22 // because it is not on any whitelist. It lets an authorized user preview the
|
/external/chromium_org/chrome/service/cloud_print/ |
connector_settings.h | 88 // Black list if connect_new_printers_ is true, or whitelist if false.
|
/external/chromium_org/chromeos/ |
chromeos_paths.cc | 25 FILE_PATH_LITERAL("/var/lib/whitelist/owner.key");
|
/external/chromium_org/net/http/ |
http_auth_filter.cc | 27 // Add a new domain |filter| to the whitelist, if it's not already there
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
URLPatternMatcher.h | 39 static bool matchesPatterns(const KURL&, const Vector<String>& whitelist);
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/shortcut/ |
shortcut_list_reading_utils.cpp | 30 // The numeric value of the shortcut probability that means 'whitelist'.
|
/external/chromium/chrome/browser/chromeos/cros/ |
login_library.h | 28 // Check whether or not |email| is present on the whitelist. 61 // Attempts to issue a signed async request to whitelist |email|. 71 // whitelist of users allowed to log in to this machine.
|
/external/chromium/chrome/browser/chromeos/login/ |
signed_settings.h | 17 // 1) doing stuff to the whitelist (adding/removing/checking) 22 // to the whitelist, and exactly one thing to the property store at a time. 63 // These are both "whitelist" operations, and only one instance of
|
/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; 207 local WHITELIST = { 253 if FLAGS.whitelist then 254 for i = 1, #WHITELIST do 255 if name:match(WHITELIST[i]) then
|
/external/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; 204 local WHITELIST = { 250 if FLAGS.whitelist then 251 for i = 1, #WHITELIST do 252 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())) {
|