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

/external/chromium_org/components/password_manager/core/browser/
H A Dlogin_database_unittest.cc89 EXPECT_TRUE(db_.GetAutofillableLogins(&result.get()));
119 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
143 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
188 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
202 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
236 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
252 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
261 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
280 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
319 EXPECT_TRUE(db_.GetAutofillableLogins(
[all...]
H A Dlogin_database.h87 bool GetAutofillableLogins(
H A Dpassword_store_default.cc117 return login_db_->GetAutofillableLogins(forms);
H A Dpassword_store_default_unittest.cc108 store->GetAutofillableLogins(&consumer);
H A Dpassword_store.cc157 void PasswordStore::GetAutofillableLogins(PasswordStoreConsumer* consumer) { function in class:password_manager::PasswordStore
H A Dpassword_store.h164 virtual void GetAutofillableLogins(PasswordStoreConsumer* consumer);
H A Dlogin_database.cc653 bool LoginDatabase::GetAutofillableLogins( function in class:password_manager::LoginDatabase
/external/chromium_org/chrome/browser/password_manager/
H A Dnative_backend_gnome_x.h100 virtual bool GetAutofillableLogins(PasswordFormList* forms) OVERRIDE;
H A Dnative_backend_kwallet_x.h59 virtual bool GetAutofillableLogins(PasswordFormList* forms) OVERRIDE;
H A Dpassword_store_x.h64 virtual bool GetAutofillableLogins(PasswordFormList* forms) = 0;
H A Dpassword_store_x_unittest.cc90 virtual bool GetAutofillableLogins(PasswordFormList* forms) OVERRIDE {
162 virtual bool GetAutofillableLogins(PasswordFormList* forms) OVERRIDE {
208 login_db->GetAutofillableLogins(&forms);
399 store->GetAutofillableLogins(&consumer);
H A Dpassword_store_x.cc159 backend_->GetAutofillableLogins(request->result())) {
190 if (use_native_backend() && backend_->GetAutofillableLogins(forms)) {
H A Dnative_backend_gnome_x_unittest.cc769 base::IgnoreResult(&NativeBackendGnome::GetAutofillableLogins),
926 base::IgnoreResult(&NativeBackendGnome::GetAutofillableLogins),
1020 base::IgnoreResult(&NativeBackendGnome::GetAutofillableLogins),
1025 base::IgnoreResult(&NativeBackendGnome::GetAutofillableLogins),
H A Dnative_backend_kwallet_x_unittest.cc694 base::IgnoreResult(&NativeBackendKWalletStub::GetAutofillableLogins),
806 base::IgnoreResult(&NativeBackendKWalletStub::GetAutofillableLogins),
871 base::IgnoreResult(&NativeBackendKWalletStub::GetAutofillableLogins),
876 base::IgnoreResult(&NativeBackendKWalletStub::GetAutofillableLogins),
H A Dpassword_store_win_unittest.cc434 store_->GetAutofillableLogins(&consumer);
H A Dpassword_store_mac.cc1077 login_metadata_db_->GetAutofillableLogins(&database_forms);
1128 login_metadata_db_->GetAutofillableLogins(&database_forms);
H A Dnative_backend_gnome_x.cc679 bool NativeBackendGnome::GetAutofillableLogins(PasswordFormList* forms) { function in class:NativeBackendGnome
H A Dnative_backend_kwallet_x.cc382 bool NativeBackendKWallet::GetAutofillableLogins(PasswordFormList* forms) { function in class:NativeBackendKWallet
/external/chromium_org/chrome/browser/ui/passwords/
H A Dpassword_manager_presenter.cc193 store->GetAutofillableLogins(this);

Completed in 576 milliseconds