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

/external/chromium_org/chrome/browser/content_settings/
H A Dcookie_settings.h29 class CookieSettings : public RefcountedBrowserContextKeyedService { class in inherits:RefcountedBrowserContextKeyedService
31 CookieSettings(
90 // Detaches the |CookieSettings| from all |Profile|-related objects like
106 // Returns the |CookieSettings| associated with the |profile|.
109 static scoped_refptr<CookieSettings> GetForProfile(Profile* profile);
130 virtual ~CookieSettings();
H A Dcookie_settings.cc49 scoped_refptr<CookieSettings> CookieSettings::Factory::GetForProfile(
52 return static_cast<CookieSettings*>(
57 CookieSettings::Factory* CookieSettings::Factory::GetInstance() {
58 return Singleton<CookieSettings::Factory>::get();
61 CookieSettings::Factory::Factory()
63 "CookieSettings",
67 CookieSettings::Factory::~Factory() {}
69 void CookieSettings
90 CookieSettings::CookieSettings( function in class:CookieSettings
[all...]

Completed in 87 milliseconds