HomeSort by relevance Sort by last modified time
    Searched defs:IsBlacklisted (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/browser/extensions/
test_blacklist.cc 28 bool TestBlacklist::IsBlacklisted(const std::string& extension_id) {
blacklist_unittest.cc 29 bool IsBlacklisted(const Extension* extension) {
30 return TestBlacklist(&blacklist_).IsBlacklisted(extension->id());
58 EXPECT_FALSE(IsBlacklisted(extension_a.get()));
59 EXPECT_FALSE(IsBlacklisted(extension_b.get()));
60 EXPECT_TRUE(IsBlacklisted(extension_c.get()));
61 EXPECT_TRUE(IsBlacklisted(extension_d.get()));
70 EXPECT_FALSE(IsBlacklisted(extension_a.get()));
71 EXPECT_TRUE(IsBlacklisted(extension_b.get()));
72 EXPECT_TRUE(IsBlacklisted(extension_c.get()));
73 EXPECT_FALSE(IsBlacklisted(extension_d.get()))
    [all...]
extension_blacklist_browsertest.cc 64 testing::AssertionResult IsBlacklisted(const Extension* extension) {
158 EXPECT_TRUE(IsBlacklisted(extension_a.get()));
159 EXPECT_TRUE(IsBlacklisted(extension_b.get()));
170 EXPECT_TRUE(IsBlacklisted(extension_b.get()));
179 EXPECT_TRUE(IsBlacklisted(extension_a.get()));
180 EXPECT_TRUE(IsBlacklisted(extension_b.get()));
189 EXPECT_TRUE(IsBlacklisted(extension_b.get()));
190 EXPECT_TRUE(IsBlacklisted(extension_c.get()));
199 EXPECT_TRUE(IsBlacklisted(extension_a.get()));
200 EXPECT_TRUE(IsBlacklisted(extension_b.get()))
    [all...]
blacklist.cc 198 void Blacklist::IsBlacklisted(const std::string& extension_id,
  /external/chromium/chrome/browser/password_manager/
password_form_manager.cc 97 bool PasswordFormManager::IsBlacklisted() {
  /external/chromium_org/net/cert/
cert_verify_proc.cc 194 if (IsBlacklisted(cert)) {
260 bool CertVerifyProc::IsBlacklisted(X509Certificate* cert) {
  /external/chromium/net/base/
x509_certificate.cc 554 bool X509Certificate::IsBlacklisted() const {
    [all...]
  /external/chromium_org/
PRESUBMIT.py 365 def IsBlacklisted(affected_file, blacklist):
371 if IsBlacklisted(f, excluded_paths):
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
password_form_manager.cc 109 bool PasswordFormManager::IsBlacklisted() {
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
cros_language_options_handler.cc 39 bool IsBlacklisted(const std::string& language_code) {
245 if (IsBlacklisted(base_language_codes[i]))
  /external/chromium/chrome/browser/history/
top_sites.cc 373 bool TopSites::IsBlacklisted(const GURL& url) {
691 if (!IsBlacklisted(urls[i].url))
    [all...]
  /external/chromium_org/chrome/browser/history/
top_sites_impl.cc 454 bool TopSitesImpl::IsBlacklisted(const GURL& url) {
695 if (!IsBlacklisted(urls[i].url))
top_sites_likely_impl.cc 455 bool TopSitesLikelyImpl::IsBlacklisted(const GURL& url) {
699 if (!IsBlacklisted(urls[i].url))

Completed in 263 milliseconds