HomeSort by relevance Sort by last modified time
    Searched defs:GetLogins (Results 1 - 7 of 7) 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) {

Completed in 254 milliseconds