Home | History | Annotate | Download | only in password_manager

Lines Matching refs:RemoveLogin

255   void RemoveLogin(const PasswordForm& form);
267 // Use after AddLogin, RemoveLogin.
401 void GKRMethod::RemoveLogin(const PasswordForm& form) {
403 // We find forms using the same fields as LoginDatabase::RemoveLogin().
672 RemoveLogin(*forms[0]);
706 RemoveLogin(*forms[i]);
726 bool NativeBackendGnome::RemoveLogin(const PasswordForm& form) {
731 &GKRMethod::RemoveLogin,
748 // easier to build the list and use RemoveLogin() to delete them.
756 if (!RemoveLogin(*forms[i]))