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

  /external/chromium_org/chrome/browser/plugins/
plugin_prefs.h 33 class PluginPrefs : public RefcountedBrowserContextKeyedService {
42 static scoped_refptr<PluginPrefs> GetForProfile(Profile* profile);
44 // Usually the PluginPrefs associated with a TestingProfile is NULL.
46 // created PluginPrefs object.
47 static scoped_refptr<PluginPrefs> GetForTestingProfile(Profile* profile);
50 PluginPrefs();
81 friend class base::RefCountedThreadSafe<PluginPrefs>;
103 virtual ~PluginPrefs();
159 DISALLOW_COPY_AND_ASSIGN(PluginPrefs);
plugin_prefs.cc 59 PluginPrefs::PluginState::PluginState() {
62 PluginPrefs::PluginState::~PluginState() {
65 bool PluginPrefs::PluginState::Get(const base::FilePath& plugin,
76 void PluginPrefs::PluginState::Set(const base::FilePath& plugin, bool enabled) {
80 base::FilePath PluginPrefs::PluginState::ConvertMapKey(
95 scoped_refptr<PluginPrefs> PluginPrefs::GetForProfile(Profile* profile) {
100 scoped_refptr<PluginPrefs> PluginPrefs::GetForTestingProfile(
102 return static_cast<PluginPrefs*>(
    [all...]

Completed in 89 milliseconds