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

  /external/chromium_org/chrome/browser/password_manager/
native_backend_gnome_x.cc 261 void GetAllLogins(const char* app_string);
267 // GetAllLogins.
438 void GKRMethod::GetAllLogins(const char* app_string) {
709 bool NativeBackendGnome::GetAllLogins(PasswordFormList* forms) {
712 base::Bind(&GKRMethod::GetAllLogins,
734 if (!GetAllLogins(&all_forms))
native_backend_kwallet_x.cc 472 if (!GetAllLogins(&all_forms, wallet_handle))
487 bool NativeBackendKWallet::GetAllLogins(PasswordFormList* forms,
    [all...]

Completed in 4461 milliseconds