IsBlacklisted      93 chrome/browser/extensions/blacklist.h   void IsBlacklisted(const std::string& extension_id,
IsBlacklisted     522 chrome/browser/extensions/crx_installer.cc   ExtensionSystem::Get(profile())->blacklist()->IsBlacklisted(
IsBlacklisted     117 chrome/browser/extensions/test_blacklist.cc   blacklist_->IsBlacklisted(extension_id,
IsBlacklisted     115 chrome/browser/history/top_sites.h   virtual bool IsBlacklisted(const GURL& url) = 0;
IsBlacklisted     707 chrome/browser/history/top_sites_impl.cc     if (!IsBlacklisted(urls[i].url)) {
IsBlacklisted      79 chrome/browser/history/top_sites_impl.h   virtual bool IsBlacklisted(const GURL& url) OVERRIDE;
IsBlacklisted    1158 chrome/browser/history/top_sites_impl_unittest.cc   EXPECT_FALSE(top_sites()->IsBlacklisted(GURL("http://bbc.com/")));
IsBlacklisted    1166 chrome/browser/history/top_sites_impl_unittest.cc   EXPECT_TRUE(top_sites()->IsBlacklisted(GURL("http://google.com/")));
IsBlacklisted    1167 chrome/browser/history/top_sites_impl_unittest.cc   EXPECT_FALSE(top_sites()->IsBlacklisted(GURL("http://bbc.com/")));
IsBlacklisted    1168 chrome/browser/history/top_sites_impl_unittest.cc   EXPECT_FALSE(top_sites()->IsBlacklisted(prepopulate_url));
IsBlacklisted    1206 chrome/browser/history/top_sites_impl_unittest.cc   EXPECT_FALSE(top_sites()->IsBlacklisted(GURL("http://google.com/")));
IsBlacklisted     275 chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc     if (IsBlacklisted(base_language_codes[i]))
IsBlacklisted      78 components/password_manager/core/browser/password_form_manager.h   bool IsBlacklisted();
IsBlacklisted     164 components/password_manager/core/browser/password_manager.cc   if (manager->IsBlacklisted()) {
IsBlacklisted     196 net/cert/cert_verify_proc.cc   if (IsBlacklisted(cert)) {
IsBlacklisted      87 net/cert/cert_verify_proc.h   static bool IsBlacklisted(X509Certificate* cert);