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 59 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
82 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
126 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
140 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
176 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
192 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
201 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
220 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
251 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
270 EXPECT_TRUE(db_.GetAutofillableLogins(&result))
    [all...]
native_backend_gnome_x.h 86 virtual bool GetAutofillableLogins(PasswordFormList* forms) OVERRIDE;
login_database.h 69 bool GetAutofillableLogins(
password_store_x.h 51 virtual bool GetAutofillableLogins(PasswordFormList* forms) = 0;
native_backend_gnome_x_unittest.cc 429 base::IgnoreResult(&NativeBackendGnome::GetAutofillableLogins),
501 base::IgnoreResult(&NativeBackendGnome::GetAutofillableLogins),
555 base::IgnoreResult(&NativeBackendGnome::GetAutofillableLogins),
560 base::IgnoreResult(&NativeBackendGnome::GetAutofillableLogins),
593 base::IgnoreResult(&NativeBackendGnome::GetAutofillableLogins),
646 base::IgnoreResult(&NativeBackendGnome::GetAutofillableLogins),
699 base::IgnoreResult(&NativeBackendGnome::GetAutofillableLogins),
732 base::IgnoreResult(&NativeBackendGnome::GetAutofillableLogins),
790 base::IgnoreResult(&NativeBackendGnome::GetAutofillableLogins),
841 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 539 base::IgnoreResult(&NativeBackendKWalletStub::GetAutofillableLogins),
624 base::IgnoreResult(&NativeBackendKWalletStub::GetAutofillableLogins),
680 base::IgnoreResult(&NativeBackendKWalletStub::GetAutofillableLogins),
685 base::IgnoreResult(&NativeBackendKWalletStub::GetAutofillableLogins),
725 &NativeBackendKWalletStub::GetAutofillableLogins),
756 &NativeBackendKWalletStub::GetAutofillableLogins),
811 &NativeBackendKWalletStub::GetAutofillableLogins),
842 &NativeBackendKWalletStub::GetAutofillableLogins),
    [all...]
password_store_x.cc 146 backend_->GetAutofillableLogins(&request->value)) {
179 if (use_native_backend() && backend_->GetAutofillableLogins(forms)) {
password_store.h 131 Handle GetAutofillableLogins(PasswordStoreConsumer* consumer);
password_store_default.cc 121 return login_db_->GetAutofillableLogins(forms);
password_store.cc 158 CancelableRequestProvider::Handle PasswordStore::GetAutofillableLogins(
  /external/chromium/chrome/browser/ui/webui/options/
password_manager_handler.cc 207 pending_login_query_ = store->GetAutofillableLogins(this);

Completed in 143 milliseconds

1 2