Searched refs:GetBlacklistLogins (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/components/password_manager/core/browser/
H A Dlogin_database.h92 bool GetBlacklistLogins(
H A Dpassword_store_default.cc123 return login_db_->GetBlacklistLogins(forms);
H A Dpassword_store.cc173 void PasswordStore::GetBlacklistLogins(PasswordStoreConsumer* consumer) { function in class:password_manager::PasswordStore
H A Dpassword_store.h171 virtual void GetBlacklistLogins(PasswordStoreConsumer* consumer);
H A Dlogin_database.cc730 bool LoginDatabase::GetBlacklistLogins( function in class:password_manager::LoginDatabase
H A Dlogin_database_unittest.cc699 EXPECT_TRUE(db_.GetBlacklistLogins(&result));
732 EXPECT_TRUE(db_.GetBlacklistLogins(&result));
/external/chromium_org/chrome/browser/password_manager/
H A Dnative_backend_gnome_x.h111 virtual bool GetBlacklistLogins(PasswordFormList* forms) OVERRIDE;
H A Dnative_backend_kwallet_x.h60 virtual bool GetBlacklistLogins(PasswordFormList* forms) OVERRIDE;
H A Dpassword_store_x.h65 virtual bool GetBlacklistLogins(PasswordFormList* forms) = 0;
H A Dpassword_store_x_unittest.cc93 virtual bool GetBlacklistLogins(PasswordFormList* forms) OVERRIDE {
169 virtual bool GetBlacklistLogins(PasswordFormList* forms) OVERRIDE {
210 login_db->GetBlacklistLogins(&forms);
407 store->GetBlacklistLogins(&consumer);
H A Dpassword_store_x.cc175 backend_->GetBlacklistLogins(request->result())) {
203 if (use_native_backend() && backend_->GetBlacklistLogins(forms)) {
H A Dpassword_store_win_unittest.cc415 store_->GetBlacklistLogins(&consumer);
H A Dnative_backend_gnome_x.cc693 bool NativeBackendGnome::GetBlacklistLogins(PasswordFormList* forms) { function in class:NativeBackendGnome
H A Dnative_backend_kwallet_x.cc389 bool NativeBackendKWallet::GetBlacklistLogins(PasswordFormList* forms) { function in class:NativeBackendKWallet
H A Dpassword_store_mac.cc1096 return login_metadata_db_->GetBlacklistLogins(forms);
/external/chromium_org/chrome/browser/ui/passwords/
H A Dpassword_manager_presenter.cc228 store->GetBlacklistLogins(this);

Completed in 5998 milliseconds