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

  /external/chromium/chrome/browser/webdata/
logins_table.cc 244 bool LoginsTable::GetLogins(const PasswordForm& form,
web_data_service.cc 302 WebDataService::Handle WebDataService::GetLogins(
878 db_->GetLoginsTable()->GetLogins(request->GetArgument(), &forms);
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_store.cc 67 CancelableRequestProvider::Handle PasswordStore::GetLogins(
login_database.cc 305 bool LoginDatabase::GetLogins(const PasswordForm& form,
native_backend_kwallet_x.cc 241 bool NativeBackendKWallet::GetLogins(const PasswordForm& form,
native_backend_gnome_x.cc 256 void GetLogins(const PasswordForm& form);
270 // Use after AddLoginSearch, UpdateLoginSearch, GetLogins, GetLoginsList,
419 void GKRMethod::GetLogins(const PasswordForm& form) {
764 bool NativeBackendGnome::GetLogins(const PasswordForm& form,
771 NewRunnableMethod(&method, &GKRMethod::GetLogins, form));
    [all...]
password_store_x_unittest.cc 104 virtual bool GetLogins(const PasswordForm& form, PasswordFormList* forms) {
151 virtual bool GetLogins(const PasswordForm& form, PasswordFormList* forms) {
  /external/chromium_org/chrome/browser/password_manager/
password_store.cc 120 CancelableTaskTracker::TaskId PasswordStore::GetLogins(
native_backend_gnome_x.cc 209 void GetLogins(const PasswordForm& form, const char* app_string);
216 // Use after AddLoginSearch, UpdateLoginSearch, GetLogins, GetLoginsList,
332 void GKRMethod::GetLogins(const PasswordForm& form, const char* app_string) {
595 bool NativeBackendGnome::GetLogins(const PasswordForm& form,
600 base::Bind(&GKRMethod::GetLogins,
login_database.cc 428 bool LoginDatabase::GetLogins(const PasswordForm& form,
native_backend_kwallet_x.cc 427 bool NativeBackendKWallet::GetLogins(const PasswordForm& form,
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
passwords_helper.cc 61 // Quit the message loop to wake up passwords_helper::GetLogins.
91 void GetLogins(PasswordStore* store, std::vector<PasswordForm>& matches) {
96 store->GetLogins(matcher_form, &consumer);
110 GetLogins(store, forms);
142 GetLogins(GetVerifierPasswordStore(), verifier_forms);
143 GetLogins(GetPasswordStore(index), forms);
163 GetLogins(GetPasswordStore(index_a), forms_a);
164 GetLogins(GetPasswordStore(index_b), forms_b);
205 GetLogins(GetPasswordStore(index), forms);
211 GetLogins(GetVerifierPasswordStore(), verifier_forms)
    [all...]

Completed in 1853 milliseconds