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

1 2

  /external/chromium/chrome/browser/password_manager/
login_database_unittest.cc 45 EXPECT_TRUE(db->GetAutofillableLogins(&result));
64 EXPECT_TRUE(db->GetAutofillableLogins(&result));
107 EXPECT_TRUE(db->GetAutofillableLogins(&result));
121 EXPECT_TRUE(db->GetAutofillableLogins(&result));
157 EXPECT_TRUE(db->GetAutofillableLogins(&result));
173 EXPECT_TRUE(db->GetAutofillableLogins(&result));
207 EXPECT_TRUE(db->GetAutofillableLogins(&result));
221 EXPECT_TRUE(db->GetAutofillableLogins(&result));
234 EXPECT_TRUE(db->GetAutofillableLogins(&result));
242 EXPECT_TRUE(db->GetAutofillableLogins(&result))
    [all...]
native_backend_gnome_x.h 37 virtual bool GetAutofillableLogins(PasswordFormList* forms);
login_database.h 65 bool GetAutofillableLogins(
password_store_x.h 48 virtual bool GetAutofillableLogins(PasswordFormList* forms) = 0;
native_backend_kwallet_x.h 41 virtual bool GetAutofillableLogins(PasswordFormList* forms);
password_store_x_unittest.cc 114 virtual bool GetAutofillableLogins(PasswordFormList* forms) { return false; }
168 virtual bool GetAutofillableLogins(PasswordFormList* forms) {
221 login_db_->GetAutofillableLogins(&forms);
391 store->GetAutofillableLogins(&consumer);
413 wds_->GetAutofillableLogins(&wds_consumer);
500 store->GetAutofillableLogins(&consumer);
671 store->GetAutofillableLogins(&consumer);
password_store.h 103 Handle GetAutofillableLogins(PasswordStoreConsumer* consumer);
password_store_default_unittest.cc 204 store->GetAutofillableLogins(&consumer);
319 store->GetAutofillableLogins(&consumer);
341 wds_->GetAutofillableLogins(&wds_consumer);
422 store->GetAutofillableLogins(&consumer);
password_store_default.cc 66 handles_.insert(web_data_service_->GetAutofillableLogins(this));
201 return login_db_->GetAutofillableLogins(forms);
password_store_x.cc 118 backend_->GetAutofillableLogins(&request->value)) {
145 if (use_native_backend() && backend_->GetAutofillableLogins(forms)) {
password_store_win_unittest.cc 465 store->GetAutofillableLogins(&consumer);
487 wds_->GetAutofillableLogins(&wds_consumer);
592 store->GetAutofillableLogins(&consumer);
password_store.cc 72 CancelableRequestProvider::Handle PasswordStore::GetAutofillableLogins(
  /external/chromium_org/chrome/browser/password_manager/
login_database_unittest.cc 53 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
72 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
115 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
129 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
165 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
181 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
190 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
209 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
240 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
259 EXPECT_TRUE(db_.GetAutofillableLogins(&result))
    [all...]
login_database.h 65 bool GetAutofillableLogins(
native_backend_gnome_x.h 86 virtual bool GetAutofillableLogins(PasswordFormList* forms) OVERRIDE;
password_store_x.h 51 virtual bool GetAutofillableLogins(PasswordFormList* forms) = 0;
native_backend_gnome_x_unittest.cc 428 base::IgnoreResult(&NativeBackendGnome::GetAutofillableLogins),
500 base::IgnoreResult(&NativeBackendGnome::GetAutofillableLogins),
554 base::IgnoreResult(&NativeBackendGnome::GetAutofillableLogins),
559 base::IgnoreResult(&NativeBackendGnome::GetAutofillableLogins),
592 base::IgnoreResult(&NativeBackendGnome::GetAutofillableLogins),
645 base::IgnoreResult(&NativeBackendGnome::GetAutofillableLogins),
698 base::IgnoreResult(&NativeBackendGnome::GetAutofillableLogins),
731 base::IgnoreResult(&NativeBackendGnome::GetAutofillableLogins),
789 base::IgnoreResult(&NativeBackendGnome::GetAutofillableLogins),
840 base::IgnoreResult(&NativeBackendGnome::GetAutofillableLogins),
    [all...]
native_backend_kwallet_x.h 54 virtual bool GetAutofillableLogins(PasswordFormList* forms) OVERRIDE;
password_store_x_unittest.cc 107 virtual bool GetAutofillableLogins(PasswordFormList* forms) OVERRIDE {
167 virtual bool GetAutofillableLogins(PasswordFormList* forms) OVERRIDE {
213 login_db->GetAutofillableLogins(&forms);
415 store->GetAutofillableLogins(&consumer);
native_backend_kwallet_x_unittest.cc 538 base::IgnoreResult(&NativeBackendKWalletStub::GetAutofillableLogins),
623 base::IgnoreResult(&NativeBackendKWalletStub::GetAutofillableLogins),
679 base::IgnoreResult(&NativeBackendKWalletStub::GetAutofillableLogins),
684 base::IgnoreResult(&NativeBackendKWalletStub::GetAutofillableLogins),
724 &NativeBackendKWalletStub::GetAutofillableLogins),
755 &NativeBackendKWalletStub::GetAutofillableLogins),
810 &NativeBackendKWalletStub::GetAutofillableLogins),
841 &NativeBackendKWalletStub::GetAutofillableLogins),
    [all...]
password_store_x.cc 144 backend_->GetAutofillableLogins(&request->value)) {
177 if (use_native_backend() && backend_->GetAutofillableLogins(forms)) {
password_store.h 118 Handle GetAutofillableLogins(PasswordStoreConsumer* consumer);
password_store_default.cc 119 return login_db_->GetAutofillableLogins(forms);
password_store.cc 156 CancelableRequestProvider::Handle PasswordStore::GetAutofillableLogins(
  /external/chromium/chrome/browser/ui/webui/options/
password_manager_handler.cc 207 pending_login_query_ = store->GetAutofillableLogins(this);

Completed in 692 milliseconds

1 2