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

  /external/chromium/chrome/browser/webdata/
logins_table.cc 271 bool LoginsTable::GetAllLogins(std::vector<PasswordForm*>* forms,
  /external/chromium/chrome/browser/password_manager/
native_backend_kwallet_x.cc 325 if (!GetAllLogins(&all_forms, wallet_handle))
345 if (!GetAllLogins(&all_forms, wallet_handle))
362 bool NativeBackendKWallet::GetAllLogins(PasswordFormList* forms,
native_backend_gnome_x.cc 259 void GetAllLogins();
271 // GetAllLogins.
450 void GKRMethod::GetAllLogins() {
750 if (!GetAllLogins(&forms))
790 if (!GetAllLogins(&all_forms))
837 if (!GetAllLogins(&all_forms))
850 bool NativeBackendGnome::GetAllLogins(PasswordFormList* forms) {
855 &GKRMethod::GetAllLogins));
    [all...]

Completed in 189 milliseconds