Searched refs:GetAutofillableLogins (Results 1 - 20 of 20) 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));
146 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
191 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
205 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
239 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
255 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
263 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
282 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
318 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.cc169 void PasswordStore::GetAutofillableLogins(PasswordStoreConsumer* consumer) { function in class:password_manager::PasswordStore
H A Dpassword_store.h166 virtual void GetAutofillableLogins(PasswordStoreConsumer* consumer);
H A Dlogin_database.cc725 bool LoginDatabase::GetAutofillableLogins( function in class:password_manager::LoginDatabase
/external/chromium_org/chrome/browser/password_manager/
H A Dnative_backend_gnome_x.h110 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.cc782 base::IgnoreResult(&NativeBackendGnome::GetAutofillableLogins),
959 base::IgnoreResult(&NativeBackendGnome::GetAutofillableLogins),
1053 base::IgnoreResult(&NativeBackendGnome::GetAutofillableLogins),
1058 base::IgnoreResult(&NativeBackendGnome::GetAutofillableLogins),
H A Dnative_backend_kwallet_x_unittest.cc702 base::IgnoreResult(&NativeBackendKWalletStub::GetAutofillableLogins),
814 base::IgnoreResult(&NativeBackendKWalletStub::GetAutofillableLogins),
879 base::IgnoreResult(&NativeBackendKWalletStub::GetAutofillableLogins),
884 base::IgnoreResult(&NativeBackendKWalletStub::GetAutofillableLogins),
H A Dpassword_store_win_unittest.cc436 store_->GetAutofillableLogins(&consumer);
H A Dpassword_store_mac.cc1077 if (!login_metadata_db_->GetAutofillableLogins(&database_forms.get()))
1149 login_metadata_db_->GetAutofillableLogins(&database_forms);
H A Dnative_backend_gnome_x.cc689 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.cc205 store->GetAutofillableLogins(this);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_manager_browsertest.cc428 password_store->GetAutofillableLogins(&verify_add);
435 password_store->GetAutofillableLogins(&verify_delete);

Completed in 682 milliseconds