HomeSort by relevance Sort by last modified time
    Searched refs:IsStringMatchedInSet (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/plugins/
plugin_prefs.h 138 static bool IsStringMatchedInSet(const base::string16& name,
plugin_prefs.cc 218 if (IsStringMatchedInSet(name, policy_enabled_plugin_patterns_)) {
220 } else if (IsStringMatchedInSet(name, policy_disabled_plugin_patterns_) &&
221 !IsStringMatchedInSet(
279 bool PluginPrefs::IsStringMatchedInSet(

Completed in 31 milliseconds