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

  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.cc 390 "encrypted_value BLOB DEFAULT '')",
699 "SELECT creation_utc, host_key, name, value, encrypted_value, path, "
705 "SELECT creation_utc, host_key, name, value, encrypted_value, path, "
723 std::string encrypted_value = smt.ColumnString(4); local
724 if (!encrypted_value.empty() && crypto_) {
725 crypto_->DecryptString(encrypted_value, &value);
727 DCHECK(encrypted_value.empty());
873 "ADD COLUMN encrypted_value BLOB DEFAULT ''")) {
1004 std::string encrypted_value; local
    [all...]
sqlite_persistent_cookie_store_unittest.cc 547 // have confidence in a later test that "encrypted_value" is not visible.
601 // Verify that "encrypted_value" is NOT visible in the file.

Completed in 2530 milliseconds