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

  /external/chromium_org/components/password_manager/core/browser/
test_password_store.h 25 class TestPasswordStore : public PasswordStore {
27 TestPasswordStore();
41 virtual ~TestPasswordStore();
80 DISALLOW_COPY_AND_ASSIGN(TestPasswordStore);
test_password_store.cc 11 TestPasswordStore::TestPasswordStore()
16 TestPasswordStore::~TestPasswordStore() {}
18 const TestPasswordStore::PasswordMap& TestPasswordStore::stored_passwords()
23 void TestPasswordStore::Clear() {
27 bool TestPasswordStore::IsEmpty() const {
39 bool TestPasswordStore::FormsAreEquivalent(const autofill::PasswordForm& lhs,
48 void TestPasswordStore::WrapModificationTask(ModificationTask task)
    [all...]

Completed in 65 milliseconds