Searched defs:PluginPrefs (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/plugins/
H A Dplugin_prefs.h33 class PluginPrefs : public RefcountedBrowserContextKeyedService { class in inherits: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);
H A Dplugin_prefs.cc59 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*>(
515 PluginPrefs::PluginPrefs() : profile_(NULL), function in class:PluginPrefs
[all...]

Completed in 70 milliseconds