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

  /external/chromium_org/components/password_manager/core/browser/
password_store.cc 126 void PasswordStore::GetLogins(
login_database.cc 497 bool LoginDatabase::GetLogins(const PasswordForm& form,
  /external/chromium_org/chrome/browser/password_manager/
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,
native_backend_kwallet_x.cc 374 bool NativeBackendKWallet::GetLogins(const PasswordForm& form,
    [all...]
  /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...]

Completed in 425 milliseconds