Searched refs:GetLogins (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/components/password_manager/core/browser/
H A Dlogin_database_unittest.cc98 EXPECT_TRUE(db_.GetLogins(second_non_html_auth, &result.get()));
102 EXPECT_TRUE(db_.GetLogins(non_html_auth, &result.get()));
150 EXPECT_TRUE(db_.GetLogins(form, &result));
162 EXPECT_TRUE(db_.GetLogins(form2, &result));
172 EXPECT_TRUE(db_.GetLogins(form3, &result));
183 EXPECT_TRUE(db_.GetLogins(form4, &result));
195 EXPECT_TRUE(db_.GetLogins(form4, &result));
208 EXPECT_TRUE(db_.GetLogins(form, &result));
217 EXPECT_TRUE(db_.GetLogins(form5, &result));
231 EXPECT_TRUE(db_.GetLogins(form
[all...]
H A Dpassword_store_unittest.cc185 store->GetLogins(www_google, PasswordStore::ALLOW_PROMPT, &consumer);
186 store->GetLogins(accounts_google, PasswordStore::ALLOW_PROMPT, &consumer);
187 store->GetLogins(bar_example, PasswordStore::ALLOW_PROMPT, &consumer);
H A Dmock_password_store.h23 MOCK_METHOD3(GetLogins, void(
H A Dpassword_manager_unittest.cc209 EXPECT_CALL(*store_.get(), GetLogins(_, _, _))
241 EXPECT_CALL(*store_.get(), GetLogins(_, _, _))
274 EXPECT_CALL(*store_.get(), GetLogins(_, _, _))
304 EXPECT_CALL(*store_.get(), GetLogins(_, _, _))
325 EXPECT_CALL(*store_.get(), GetLogins(_, _, _))
359 EXPECT_CALL(*store_.get(), GetLogins(_, _, _))
408 EXPECT_CALL(*store_.get(), GetLogins(_, _, _))
429 EXPECT_CALL(*store_.get(), GetLogins(_, _, _))
462 EXPECT_CALL(*store_.get(), GetLogins(_, _, _))
496 GetLogins(
[all...]
H A Dlogin_database.h66 bool GetLogins(const autofill::PasswordForm& form,
H A Dpassword_store_default.cc98 login_db_->GetLogins(form, &matched_forms);
H A Dpassword_store.cc126 void PasswordStore::GetLogins( function in class:password_manager::PasswordStore
H A Dpassword_store.h95 // See GetLogins(). Logins older than this will be removed from the reply.
156 virtual void GetLogins(
H A Dlogin_database.cc497 bool LoginDatabase::GetLogins(const PasswordForm& form, function in class:password_manager::LoginDatabase
H A Dpassword_form_manager.cc306 password_store->GetLogins(observed_form_, prompt_policy, this);
H A Dpassword_form_manager_unittest.cc673 GetLogins(encountered_form, auth_policy, &form_manager));
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dpasswords_helper.cc57 // Quit the message loop to wake up passwords_helper::GetLogins.
97 void GetLogins(PasswordStore* store, std::vector<PasswordForm>& matches) { function in namespace:passwords_helper
102 store->GetLogins(matcher_form, PasswordStore::DISALLOW_PROMPT, &consumer);
116 GetLogins(store, forms);
148 GetLogins(GetVerifierPasswordStore(), verifier_forms);
149 GetLogins(GetPasswordStore(index), forms);
171 GetLogins(GetPasswordStore(index_a), forms_a);
172 GetLogins(GetPasswordStore(index_b), forms_b);
240 // This function indirectly calls GetLogins(), which starts a RunLoop on the UI
347 GetLogins(GetPasswordStor
[all...]
H A Dpasswords_helper.h35 void GetLogins(password_manager::PasswordStore* store,
/external/chromium_org/chrome/browser/sync/test/integration/performance/
H A Dpasswords_sync_perf_test.cc15 using passwords_helper::GetLogins;
54 GetLogins(GetPasswordStore(profile), logins);
/external/chromium_org/chrome/browser/password_manager/
H A Dnative_backend_gnome_x.h98 virtual bool GetLogins(const autofill::PasswordForm& form,
H A Dnative_backend_kwallet_x.h57 virtual bool GetLogins(const autofill::PasswordForm& form,
H A Dpassword_store_win_unittest.cc195 // This IE7 password will be retrieved by the GetLogins call.
250 store_->GetLogins(*form, PasswordStore::DISALLOW_PROMPT, &consumer);
276 store_->GetLogins(*form, PasswordStore::DISALLOW_PROMPT, &consumer);
343 store_->GetLogins(*form, PasswordStore::DISALLOW_PROMPT, &password_consumer);
392 store_->GetLogins(*form, PasswordStore::DISALLOW_PROMPT, &consumer);
H A Dpassword_store_x.h62 virtual bool GetLogins(const autofill::PasswordForm& form,
H A Dpassword_store_x_unittest.cc85 virtual bool GetLogins(const PasswordForm& form,
154 virtual bool GetLogins(const PasswordForm& form,
H A Dnative_backend_gnome_x.cc259 void GetLogins(const PasswordForm& form, const char* app_string);
266 // Use after AddLoginSearch, UpdateLoginSearch, GetLogins, GetLoginsList,
405 void GKRMethod::GetLogins(const PasswordForm& form, const char* app_string) { function in class:__anon4307::GKRMethod
660 bool NativeBackendGnome::GetLogins(const PasswordForm& form, function in class:NativeBackendGnome
665 base::Bind(&GKRMethod::GetLogins,
H A Dpassword_store_x.cc140 if (use_native_backend() && backend_->GetLogins(form, &matched_forms)) {
H A Dpassword_store_mac_unittest.cc1087 store_->GetLogins(PasswordForm(), PasswordStore::ALLOW_PROMPT, &consumer);
1186 login_db_->GetLogins(*query_form, &matching_items);
1230 store_->GetLogins(m_form, PasswordStore::ALLOW_PROMPT, &consumer);
1248 login_db_->GetLogins(*www_form, &matching_items);
1254 login_db_->GetLogins(m_form, &matching_items);
H A Dnative_backend_gnome_x_unittest.cc493 base::Bind(base::IgnoreResult(&NativeBackendGnome::GetLogins),
543 base::Bind(base::IgnoreResult(&NativeBackendGnome::GetLogins),
598 base::Bind(base::IgnoreResult(&NativeBackendGnome::GetLogins),
617 base::Bind(base::IgnoreResult(&NativeBackendGnome::GetLogins),
H A Dpassword_store_mac.cc1011 login_metadata_db_->GetLogins(form, &database_forms);
1109 login_metadata_db_->GetLogins(form, &database_forms);
H A Dnative_backend_kwallet_x.cc374 bool NativeBackendKWallet::GetLogins(const PasswordForm& form, function in class:NativeBackendKWallet

Completed in 155 milliseconds