HomeSort by relevance Sort by last modified time
    Searched refs:AddLogin (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_passwords_sync_test.cc 13 using passwords_helper::AddLogin;
61 AddLogin(GetVerifierPasswordStore(), form);
63 AddLogin(GetPasswordStore(0), form);
74 AddLogin(GetPasswordStore(0), form0);
78 AddLogin(GetPasswordStore(1), form1);
95 AddLogin(GetPasswordStore(0), form);
107 AddLogin(GetVerifierPasswordStore(), form);
108 AddLogin(GetPasswordStore(0), form);
129 AddLogin(GetVerifierPasswordStore(), form0);
130 AddLogin(GetPasswordStore(0), form0)
    [all...]
single_client_passwords_sync_test.cc 11 using passwords_helper::AddLogin;
35 AddLogin(GetVerifierPasswordStore(), form);
37 AddLogin(GetPasswordStore(0), form);
multiple_client_passwords_sync_test.cc 13 using passwords_helper::AddLogin;
51 AddLogin(GetPasswordStore(i), form);
89 AddLogin(GetPasswordStore(0), form0);
123 AddLogin(GetVerifierPasswordStore(), form0);
124 AddLogin(GetPasswordStore(0), form0);
passwords_helper.h 24 void AddLogin(password_manager::PasswordStore* store,
passwords_helper.cc 37 // Wake up passwords_helper::AddLogin.
81 void AddLogin(PasswordStore* store, const PasswordForm& form) {
84 store->AddLogin(form);
  /external/chromium_org/chrome/browser/sync/test/integration/performance/
passwords_sync_perf_test.cc 13 using passwords_helper::AddLogin;
48 AddLogin(GetPasswordStore(profile), NextLogin());
  /external/chromium_org/components/password_manager/core/browser/
mock_password_store.h 27 MOCK_METHOD1(AddLogin, void(const autofill::PasswordForm&));
login_database_unittest.cc 87 EXPECT_EQ(AddChangeForForm(non_html_auth), db_.AddLogin(non_html_auth));
88 EXPECT_EQ(AddChangeForForm(html_form), db_.AddLogin(html_form));
145 EXPECT_EQ(AddChangeForForm(form), db_.AddLogin(form));
190 EXPECT_EQ(AddChangeForForm(form4), db_.AddLogin(form4));
281 EXPECT_EQ(AddChangeForForm(form), db_.AddLogin(form));
336 EXPECT_EQ(AddChangeForForm(form), db_.AddLogin(form));
385 EXPECT_EQ(AddChangeForForm(form), db_.AddLogin(form));
425 EXPECT_EQ(AddChangeForForm(form), db_.AddLogin(form));
478 EXPECT_EQ(AddChangeForForm(form), db_.AddLogin(form));
489 EXPECT_EQ(AddChangeForForm(form_dash), db_.AddLogin(form_dash))
    [all...]
password_store.h 40 void AddLogin(password_manager::PasswordStore* store,
135 virtual void AddLogin(const autofill::PasswordForm& form);
password_store_default_unittest.cc 97 store->AddLogin(*form);
149 store->AddLogin(*form);
password_store_unittest.cc 140 store->AddLogin(*form);
208 store->AddLogin(form);
login_database.h 40 PasswordStoreChangeList AddLogin(const autofill::PasswordForm& form);
password_manager_unittest.cc 275 EXPECT_CALL(*store_.get(), AddLogin(FormMatches(form)));
311 EXPECT_CALL(*store_.get(), AddLogin(_))
348 EXPECT_CALL(*store_.get(), AddLogin(FormMatches(form)));
391 EXPECT_CALL(*store_.get(), AddLogin(FormMatches(form)));
447 EXPECT_CALL(*store_.get(), AddLogin(FormMatches(form)));
497 EXPECT_CALL(*store_.get(), AddLogin(FormMatches(second_form)));
548 EXPECT_CALL(*store_.get(), AddLogin(FormMatches(form)));
624 EXPECT_CALL(*store_.get(), AddLogin(FormMatches(form))).Times(Exactly(0));
658 EXPECT_CALL(*store_.get(), AddLogin(FormMatches(form)));
763 EXPECT_CALL(*store_.get(), AddLogin(FormMatches(form))).Times(Exactly(0))
    [all...]
password_form_manager.cc 558 password_store->AddLogin(pending_credentials_);
639 password_store->AddLogin(pending_credentials_);
663 password_store->AddLogin(copy);
678 password_store->AddLogin(pending_credentials_);
    [all...]
password_store_default.cc 37 return login_db_->AddLogin(form);
password_store.cc 99 void PasswordStore::AddLogin(const PasswordForm& form) {
  /external/chromium_org/chrome/browser/password_manager/
native_backend_gnome_x_unittest.cc 491 base::Bind(base::IgnoreResult(&NativeBackendGnome::AddLogin),
534 // the credential update is done via UpdateLogin or AddLogin.
543 base::Bind(base::IgnoreResult(&NativeBackendGnome::AddLogin),
572 base::Bind(base::IgnoreResult(&NativeBackendGnome::AddLogin),
598 base::Bind(base::IgnoreResult(&NativeBackendGnome::AddLogin),
688 base::Bind(base::IgnoreResult(&NativeBackendGnome::AddLogin),
694 base::Bind(base::IgnoreResult(&NativeBackendGnome::AddLogin),
759 base::Bind(base::IgnoreResult(&NativeBackendGnome::AddLogin),
775 base::Bind(base::IgnoreResult( &NativeBackendGnome::AddLogin),
834 // TODO(vabr): if AddLogin becomes no longer valid for existing logins, the
    [all...]
password_store_x_unittest.cc 62 virtual PasswordStoreChangeList AddLogin(const PasswordForm& form) OVERRIDE {
102 virtual PasswordStoreChangeList AddLogin(const PasswordForm& form) OVERRIDE {
311 store->AddLogin(*form);
371 login_db->AddLogin(**it);
375 login_db->AddLogin(**it);
native_backend_gnome_x.h 94 virtual password_manager::PasswordStoreChangeList AddLogin(
native_backend_kwallet_x.h 43 virtual password_manager::PasswordStoreChangeList AddLogin(
password_store_x.h 43 virtual password_manager::PasswordStoreChangeList AddLogin(
native_backend_kwallet_x_unittest.cc 367 base::Bind(base::IgnoreResult(&NativeBackendKWalletStub::AddLogin),
373 base::Bind(base::IgnoreResult(&NativeBackendKWalletStub::AddLogin),
639 base::Bind(base::IgnoreResult(&NativeBackendKWalletStub::AddLogin),
659 base::Bind(base::IgnoreResult(&NativeBackendKWalletStub::AddLogin),
695 base::Bind(base::IgnoreResult(&NativeBackendKWalletStub::AddLogin),
726 base::Bind(base::IgnoreResult(&NativeBackendKWalletStub::AddLogin),
757 base::Bind(base::IgnoreResult(&NativeBackendKWalletStub::AddLogin),
790 base::Bind(base::IgnoreResult(&NativeBackendKWalletStub::AddLogin),
835 base::Bind(&NativeBackendKWalletStub::AddLogin,
849 base::Bind(&NativeBackendKWalletStub::AddLogin,
    [all...]
native_backend_gnome_x.cc 264 void AddLogin(const PasswordForm& form, const char* app_string);
272 // Use after AddLogin, RemoveLogin.
320 void GKRMethod::AddLogin(const PasswordForm& form, const char* app_string) {
541 base::Bind(&GKRMethod::AddLogin,
553 password_manager::PasswordStoreChangeList NativeBackendGnome::AddLogin(
555 // Based on LoginDatabase::AddLogin(), we search for an existing match based
    [all...]
password_store_x.cc 34 *changes = backend->AddLogin(form);
  /external/chromium_org/chrome/browser/ui/passwords/
manage_passwords_bubble_model.cc 184 password_store->AddLogin(password_form);

Completed in 411 milliseconds

1 2