HomeSort by relevance Sort by last modified time
    Searched refs:GetAutofillableLogins (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/components/password_manager/core/browser/
login_database_unittest.cc 89 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(&result))
    [all...]
login_database.h 87 bool GetAutofillableLogins(
password_store.h 166 virtual void GetAutofillableLogins(PasswordStoreConsumer* consumer);
password_store_default.cc 117 return login_db_->GetAutofillableLogins(forms);
password_store_default_unittest.cc 108 store->GetAutofillableLogins(&consumer);
password_store.cc 169 void PasswordStore::GetAutofillableLogins(PasswordStoreConsumer* consumer) {
login_database.cc 725 bool LoginDatabase::GetAutofillableLogins(
  /external/chromium_org/chrome/browser/password_manager/
native_backend_gnome_x.h 110 virtual bool GetAutofillableLogins(PasswordFormList* forms) OVERRIDE;
native_backend_kwallet_x.h 59 virtual bool GetAutofillableLogins(PasswordFormList* forms) OVERRIDE;
password_store_x.h 64 virtual bool GetAutofillableLogins(PasswordFormList* forms) = 0;
password_store_x_unittest.cc 90 virtual bool GetAutofillableLogins(PasswordFormList* forms) OVERRIDE {
162 virtual bool GetAutofillableLogins(PasswordFormList* forms) OVERRIDE {
208 login_db->GetAutofillableLogins(&forms);
399 store->GetAutofillableLogins(&consumer);
password_store_x.cc 159 backend_->GetAutofillableLogins(request->result())) {
190 if (use_native_backend() && backend_->GetAutofillableLogins(forms)) {
native_backend_gnome_x_unittest.cc 782 base::IgnoreResult(&NativeBackendGnome::GetAutofillableLogins),
    [all...]
native_backend_kwallet_x_unittest.cc 702 base::IgnoreResult(&NativeBackendKWalletStub::GetAutofillableLogins),
814 base::IgnoreResult(&NativeBackendKWalletStub::GetAutofillableLogins),
    [all...]
password_store_win_unittest.cc 436 store_->GetAutofillableLogins(&consumer);
password_store_mac.cc     [all...]
native_backend_gnome_x.cc 689 bool NativeBackendGnome::GetAutofillableLogins(PasswordFormList* forms) {
    [all...]
native_backend_kwallet_x.cc 382 bool NativeBackendKWallet::GetAutofillableLogins(PasswordFormList* forms) {
    [all...]
  /external/chromium_org/chrome/browser/ui/passwords/
password_manager_presenter.cc 205 store->GetAutofillableLogins(this);
  /external/chromium_org/chrome/browser/profiles/
profile_manager_browsertest.cc 428 password_store->GetAutofillableLogins(&verify_add);
435 password_store->GetAutofillableLogins(&verify_delete);

Completed in 898 milliseconds