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.cc47 scoped_refptr<CookieSettings> CookieSettings::Factory::GetForProfile(
50 return static_cast<CookieSettings*>(
55 CookieSettings::Factory* CookieSettings::Factory::GetInstance() {
56 return Singleton<CookieSettings::Factory>::get();
59 CookieSettings::Factory::Factory()
61 "CookieSettings",
65 CookieSettings::Factory::~Factory() {}
67 void CookieSettings
88 CookieSettings::CookieSettings( function in class:CookieSettings
[all...]

Completed in 91 milliseconds