Searched refs:CookieCryptor (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store_unittest.cc40 class CookieCryptor : public content::CookieCryptoDelegate { class in namespace:content::__anon8094
42 CookieCryptor();
53 CookieCryptor::CookieCryptor() : key_( function in class:content::__anon8094::CookieCryptor
60 bool CookieCryptor::EncryptString(const std::string& plaintext,
65 bool CookieCryptor::DecryptString(const std::string& ciphertext,
138 scoped_ptr<content::CookieCryptoDelegate>(new CookieCryptor) :

Completed in 192 milliseconds