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

  /external/chromium/chrome/browser/password_manager/
login_database_unittest.cc 177 static bool AddTimestampedLogin(LoginDatabase* db, std::string url,
214 EXPECT_TRUE(AddTimestampedLogin(db.get(), "1", "foo1", base::Time()));
216 EXPECT_TRUE(AddTimestampedLogin(db.get(), "2", "foo2", now - one_day));
217 EXPECT_TRUE(AddTimestampedLogin(db.get(), "3", "foo3", now));
218 EXPECT_TRUE(AddTimestampedLogin(db.get(), "4", "foo4", now + one_day));
  /external/chromium/chrome/browser/webdata/
logins_table_unittest.cc 177 static bool AddTimestampedLogin(WebDatabase* db, std::string url,
214 EXPECT_TRUE(AddTimestampedLogin(&db, "1", "foo1", Time()));
216 EXPECT_TRUE(AddTimestampedLogin(&db, "2", "foo2", now - one_day));
217 EXPECT_TRUE(AddTimestampedLogin(&db, "3", "foo3", now));
218 EXPECT_TRUE(AddTimestampedLogin(&db, "4", "foo4", now + one_day));

Completed in 341 milliseconds