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

  /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/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()));
153 EXPECT_TRUE(db_.GetLogins(form, &result));
165 EXPECT_TRUE(db_.GetLogins(form2, &result));
175 EXPECT_TRUE(db_.GetLogins(form3, &result));
186 EXPECT_TRUE(db_.GetLogins(form4, &result));
198 EXPECT_TRUE(db_.GetLogins(form4, &result));
211 EXPECT_TRUE(db_.GetLogins(form, &result));
220 EXPECT_TRUE(db_.GetLogins(form5, &result));
234 EXPECT_TRUE(db_.GetLogins(form5, &result))
    [all...]
password_manager_unittest.cc 253 EXPECT_CALL(*store_.get(), GetLogins(_, _, _))
287 EXPECT_CALL(*store_.get(), GetLogins(_, _, _))
331 EXPECT_CALL(*store_.get(), GetLogins(_, _, _))
369 EXPECT_CALL(*store_.get(), GetLogins(_, _, _))
400 EXPECT_CALL(*store_.get(), GetLogins(_, _, _))
422 EXPECT_CALL(*store_.get(), GetLogins(_, _, _))
457 EXPECT_CALL(*store_.get(), GetLogins(_, _, _))
506 EXPECT_CALL(*store_.get(), GetLogins(_, _, _))
527 EXPECT_CALL(*store_.get(), GetLogins(_, _, _))
560 EXPECT_CALL(*store_.get(), GetLogins(_, _, _)
    [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(
login_database.h 66 bool GetLogins(const autofill::PasswordForm& form,
password_store.h 95 // See GetLogins(). Logins older than this will be removed from the reply.
158 virtual void GetLogins(
password_store_default.cc 98 login_db_->GetLogins(form, &matched_forms);
password_store.cc 138 void PasswordStore::GetLogins(
login_database.cc 567 bool LoginDatabase::GetLogins(const PasswordForm& form,
password_form_manager.cc 365 password_store->GetLogins(observed_form_, prompt_policy, this);
    [all...]
password_form_manager_unittest.cc     [all...]
  /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 108 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 197 // This IE7 password will be retrieved by the GetLogins call.
252 store_->GetLogins(*form, PasswordStore::DISALLOW_PROMPT, &consumer);
278 store_->GetLogins(*form, PasswordStore::DISALLOW_PROMPT, &consumer);
345 store_->GetLogins(*form, PasswordStore::DISALLOW_PROMPT, &password_consumer);
394 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 268 void GetLogins(const PasswordForm& form, const char* app_string);
275 // Use after AddLoginSearch, UpdateLoginSearch, GetLogins, GetLoginsList,
416 void GKRMethod::GetLogins(const PasswordForm& form, const char* app_string) {
670 bool NativeBackendGnome::GetLogins(const PasswordForm& form,
675 base::Bind(&GKRMethod::GetLogins,
    [all...]
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 509 base::Bind(base::IgnoreResult(&NativeBackendGnome::GetLogins),
556 base::Bind(base::IgnoreResult(&NativeBackendGnome::GetLogins),
611 base::Bind(base::IgnoreResult(&NativeBackendGnome::GetLogins),
630 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 164 milliseconds