IsPluginEnabled    77 chrome/browser/chromeos/file_manager/open_with_browser.cc   return plugin_prefs->IsPluginEnabled(pepper_info->ToWebPluginInfo());
IsPluginEnabled   244 chrome/browser/metrics/metrics_log.cc     plugin->set_is_disabled(!plugin_prefs->IsPluginEnabled(plugin_info));
IsPluginEnabled   961 chrome/browser/pepper_flash_settings_manager.cc     if (iter->is_pepper_plugin() && plugin_prefs->IsPluginEnabled(*iter)) {
IsPluginEnabled   121 chrome/browser/plugins/chrome_plugin_service_filter.cc   if (!plugin_prefs->IsPluginEnabled(*plugin))
IsPluginEnabled    17 chrome/browser/plugins/plugin_data_remover_helper.cc     if (plugin_prefs->IsPluginEnabled(*it))
IsPluginEnabled   187 chrome/browser/plugins/plugin_prefs.cc       DCHECK_EQ(enabled, IsPluginEnabled(plugins[i]));
IsPluginEnabled   198 chrome/browser/plugins/plugin_prefs.cc       all_disabled = all_disabled && !IsPluginEnabled(plugins[i]);
IsPluginEnabled    73 chrome/browser/plugins/plugin_prefs.h   bool IsPluginEnabled(const content::WebPluginInfo& plugin) const;
IsPluginEnabled   241 chrome/browser/plugins/plugin_prefs_unittest.cc   EXPECT_TRUE(plugin_prefs_->IsPluginEnabled(component_updated_plugin_1));
IsPluginEnabled   242 chrome/browser/plugins/plugin_prefs_unittest.cc   EXPECT_TRUE(plugin_prefs_->IsPluginEnabled(component_updated_plugin_2));
IsPluginEnabled   243 chrome/browser/plugins/plugin_prefs_unittest.cc   EXPECT_TRUE(plugin_prefs_->IsPluginEnabled(bundled_plugin));
IsPluginEnabled   246 chrome/browser/plugins/plugin_prefs_unittest.cc   EXPECT_FALSE(plugin_prefs_->IsPluginEnabled(component_updated_plugin_1));
IsPluginEnabled   247 chrome/browser/plugins/plugin_prefs_unittest.cc   EXPECT_FALSE(plugin_prefs_->IsPluginEnabled(component_updated_plugin_2));
IsPluginEnabled   248 chrome/browser/plugins/plugin_prefs_unittest.cc   EXPECT_FALSE(plugin_prefs_->IsPluginEnabled(bundled_plugin));
IsPluginEnabled   251 chrome/browser/plugins/plugin_prefs_unittest.cc   EXPECT_TRUE(plugin_prefs_->IsPluginEnabled(component_updated_plugin_1));
IsPluginEnabled   252 chrome/browser/plugins/plugin_prefs_unittest.cc   EXPECT_TRUE(plugin_prefs_->IsPluginEnabled(component_updated_plugin_2));
IsPluginEnabled   253 chrome/browser/plugins/plugin_prefs_unittest.cc   EXPECT_TRUE(plugin_prefs_->IsPluginEnabled(bundled_plugin));
IsPluginEnabled   262 chrome/browser/plugins/plugin_prefs_unittest.cc   EXPECT_FALSE(plugin_prefs_->IsPluginEnabled(component_updated_plugin_1));
IsPluginEnabled   263 chrome/browser/plugins/plugin_prefs_unittest.cc   EXPECT_FALSE(plugin_prefs_->IsPluginEnabled(component_updated_plugin_2));
IsPluginEnabled   264 chrome/browser/plugins/plugin_prefs_unittest.cc   EXPECT_TRUE(plugin_prefs_->IsPluginEnabled(bundled_plugin));
IsPluginEnabled   267 chrome/browser/plugins/plugin_prefs_unittest.cc   EXPECT_FALSE(plugin_prefs_->IsPluginEnabled(bundled_plugin));
IsPluginEnabled   273 chrome/browser/plugins/plugin_prefs_unittest.cc   EXPECT_FALSE(plugin_prefs_->IsPluginEnabled(component_updated_plugin_1));
IsPluginEnabled   274 chrome/browser/plugins/plugin_prefs_unittest.cc   EXPECT_FALSE(plugin_prefs_->IsPluginEnabled(component_updated_plugin_2));
IsPluginEnabled   275 chrome/browser/plugins/plugin_prefs_unittest.cc   EXPECT_FALSE(plugin_prefs_->IsPluginEnabled(bundled_plugin));
IsPluginEnabled   278 chrome/browser/plugins/plugin_prefs_unittest.cc   EXPECT_FALSE(plugin_prefs_->IsPluginEnabled(component_updated_plugin_1));
IsPluginEnabled   279 chrome/browser/plugins/plugin_prefs_unittest.cc   EXPECT_FALSE(plugin_prefs_->IsPluginEnabled(component_updated_plugin_2));
IsPluginEnabled   280 chrome/browser/plugins/plugin_prefs_unittest.cc   EXPECT_TRUE(plugin_prefs_->IsPluginEnabled(bundled_plugin));
IsPluginEnabled  1225 chrome/browser/policy/policy_browsertest.cc   EXPECT_TRUE(plugin_prefs->IsPluginEnabled(*flash));
IsPluginEnabled  1227 chrome/browser/policy/policy_browsertest.cc   EXPECT_FALSE(plugin_prefs->IsPluginEnabled(*flash));
IsPluginEnabled  1229 chrome/browser/policy/policy_browsertest.cc   EXPECT_TRUE(plugin_prefs->IsPluginEnabled(*flash));
IsPluginEnabled  1238 chrome/browser/policy/policy_browsertest.cc   EXPECT_FALSE(plugin_prefs->IsPluginEnabled(*flash));
IsPluginEnabled  1241 chrome/browser/policy/policy_browsertest.cc   EXPECT_FALSE(plugin_prefs->IsPluginEnabled(*flash));
IsPluginEnabled  1256 chrome/browser/policy/policy_browsertest.cc   EXPECT_TRUE(plugin_prefs->IsPluginEnabled(*flash));
IsPluginEnabled  1265 chrome/browser/policy/policy_browsertest.cc   EXPECT_FALSE(plugin_prefs->IsPluginEnabled(*flash));
IsPluginEnabled  1268 chrome/browser/policy/policy_browsertest.cc   EXPECT_FALSE(plugin_prefs->IsPluginEnabled(*flash));
IsPluginEnabled  1278 chrome/browser/policy/policy_browsertest.cc   EXPECT_TRUE(plugin_prefs->IsPluginEnabled(*flash));
IsPluginEnabled  1281 chrome/browser/policy/policy_browsertest.cc   EXPECT_FALSE(plugin_prefs->IsPluginEnabled(*flash));
IsPluginEnabled  1283 chrome/browser/policy/policy_browsertest.cc   EXPECT_TRUE(plugin_prefs->IsPluginEnabled(*flash));
IsPluginEnabled  1295 chrome/browser/policy/policy_browsertest.cc   EXPECT_TRUE(plugin_prefs->IsPluginEnabled(*flash));
IsPluginEnabled  1299 chrome/browser/policy/policy_browsertest.cc   EXPECT_FALSE(plugin_prefs->IsPluginEnabled(*flash));
IsPluginEnabled  1306 chrome/browser/policy/policy_browsertest.cc   EXPECT_TRUE(plugin_prefs->IsPluginEnabled(*flash));
IsPluginEnabled  1309 chrome/browser/policy/policy_browsertest.cc   EXPECT_TRUE(plugin_prefs->IsPluginEnabled(*flash));
IsPluginEnabled  1315 chrome/browser/policy/policy_browsertest.cc   EXPECT_TRUE(plugin_prefs->IsPluginEnabled(*flash));
IsPluginEnabled   285 chrome/browser/ui/webui/flash_ui.cc       if (plugin_prefs->IsPluginEnabled(info_array[i])) {
IsPluginEnabled   179 chrome/browser/ui/webui/nacl_ui.cc           plugin_prefs->IsPluginEnabled(info_array[plugin_index]));
IsPluginEnabled   396 chrome/browser/ui/webui/plugins_ui.cc       bool plugin_enabled = plugin_prefs->IsPluginEnabled(group_plugin);
IsPluginEnabled   139 chrome/browser/ui/webui/version_handler.cc       if (plugin_prefs->IsPluginEnabled(info_array[i])) {