HomeSort by relevance Sort by last modified time
    Searched refs:CookieCryptoDelegate (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/content/public/browser/
cookie_crypto_delegate.h 11 class CookieCryptoDelegate {
13 virtual ~CookieCryptoDelegate() {}
cookie_store_factory.h 26 class CookieCryptoDelegate;
74 // CookieCryptoDelegate must outlive any cookie store created with this
76 content::CookieCryptoDelegate* crypto_delegate;
  /external/chromium_org/chrome/browser/net/
cookie_store_util.h 32 // Factory method for returning a CookieCryptoDelegate if one is appropriate for
35 content::CookieCryptoDelegate* GetCookieCryptoDelegate();
cookie_store_util.cc 130 class CookieOSCryptoDelegate : public content::CookieCryptoDelegate {
155 content::CookieCryptoDelegate* GetCookieCryptoDelegate() {
159 content::CookieCryptoDelegate* GetCookieCryptoDelegate() {
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.h 35 class CookieCryptoDelegate;
54 CookieCryptoDelegate* crypto_delegate);
sqlite_persistent_cookie_store_unittest.cc 40 class CookieCryptor : public content::CookieCryptoDelegate {
194 scoped_ptr<content::CookieCryptoDelegate> cookie_crypto_delegate_;
sqlite_persistent_cookie_store.cc 80 CookieCryptoDelegate* crypto_delegate)
280 CookieCryptoDelegate* crypto_;
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_impl_io_data.h 23 class CookieCryptoDelegate;

Completed in 2413 milliseconds