Searched defs:GetAllLogins (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/webdata/
H A Dlogins_table.cc271 bool LoginsTable::GetAllLogins(std::vector<PasswordForm*>* forms, function in class:LoginsTable
/external/chromium/chrome/browser/password_manager/
H A Dnative_backend_kwallet_x.cc325 if (!GetAllLogins(&all_forms, wallet_handle))
345 if (!GetAllLogins(&all_forms, wallet_handle))
362 bool NativeBackendKWallet::GetAllLogins(PasswordFormList* forms, function in class:NativeBackendKWallet
H A Dnative_backend_gnome_x.cc259 void GetAllLogins();
271 // GetAllLogins.
450 void GKRMethod::GetAllLogins() { function in class:__anon1432::GKRMethod
750 if (!GetAllLogins(&forms))
790 if (!GetAllLogins(&all_forms))
837 if (!GetAllLogins(&all_forms))
850 bool NativeBackendGnome::GetAllLogins(PasswordFormList* forms) { function in class:NativeBackendGnome
855 &GKRMethod::GetAllLogins));

Completed in 62 milliseconds