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

  /external/chromium_org/chrome/browser/content_settings/
cookie_settings.h 29 class CookieSettings : public 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();
cookie_settings.cc 49 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::Factory::RegisterProfilePrefs
    [all...]

Completed in 32 milliseconds