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

  /external/chromium_org/components/password_manager/core/browser/
login_database_unittest.cc 98 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(form5, &result))
    [all...]
password_store_unittest.cc 185 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);
mock_password_store.h 23 MOCK_METHOD3(GetLogins, void(
password_manager_unittest.cc 209 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(_, testing::Eq(PasswordStore::DISALLOW_PROMPT), _)
    [all...]
login_database.h 66 bool GetLogins(const autofill::PasswordForm& form,
password_store_default.cc 98 login_db_->GetLogins(form, &matched_forms);
password_store.h 95 // See GetLogins(). Logins older than this will be removed from the reply.
156 virtual void GetLogins(
password_store.cc 126 void PasswordStore::GetLogins(
login_database.cc 497 bool LoginDatabase::GetLogins(const PasswordForm& form,
password_form_manager.cc 306 password_store->GetLogins(observed_form_, prompt_policy, this);
password_form_manager_unittest.cc 673 GetLogins(encountered_form, auth_policy, &form_manager));
  /external/chromium_org/chrome/browser/sync/test/integration/
passwords_helper.cc 57 // Quit the message loop to wake up passwords_helper::GetLogins.
97 void GetLogins(PasswordStore* store, std::vector<PasswordForm>& matches) {
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(GetPasswordStore(index), forms)
    [all...]
passwords_helper.h 35 void GetLogins(password_manager::PasswordStore* store,
  /external/chromium_org/chrome/browser/sync/test/integration/performance/
passwords_sync_perf_test.cc 15 using passwords_helper::GetLogins;
54 GetLogins(GetPasswordStore(profile), logins);
  /external/chromium_org/chrome/browser/password_manager/
native_backend_gnome_x.h 98 virtual bool GetLogins(const autofill::PasswordForm& form,
native_backend_kwallet_x.h 57 virtual bool GetLogins(const autofill::PasswordForm& form,
password_store_win_unittest.cc 195 // 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);
password_store_x.h 62 virtual bool GetLogins(const autofill::PasswordForm& form,
password_store_x_unittest.cc 85 virtual bool GetLogins(const PasswordForm& form,
154 virtual bool GetLogins(const PasswordForm& form,
native_backend_gnome_x.cc 259 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) {
660 bool NativeBackendGnome::GetLogins(const PasswordForm& form,
665 base::Bind(&GKRMethod::GetLogins,
password_store_x.cc 140 if (use_native_backend() && backend_->GetLogins(form, &matched_forms)) {
password_store_mac_unittest.cc     [all...]
native_backend_gnome_x_unittest.cc 493 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),
    [all...]
password_store_mac.cc     [all...]
native_backend_kwallet_x.cc 374 bool NativeBackendKWallet::GetLogins(const PasswordForm& form,
    [all...]

Completed in 769 milliseconds