Home | History | Annotate | Download | only in password_manager

Lines Matching full:waitresult

244 // a WaitResult() method should be called to wait for the result. Each instance
264 GnomeKeyringResult WaitResult();
268 GnomeKeyringResult WaitResult(PasswordFormList* forms);
452 GnomeKeyringResult GKRMethod::WaitResult() {
458 GnomeKeyringResult GKRMethod::WaitResult(PasswordFormList* forms) {
534 GnomeKeyringResult result = method.WaitResult();
557 GnomeKeyringResult result = method.WaitResult(&forms.get());
601 GnomeKeyringResult result = method.WaitResult(&forms.get());
634 GnomeKeyringResult result = method.WaitResult();
668 GnomeKeyringResult result = method.WaitResult(forms);
698 GnomeKeyringResult result = method.WaitResult(forms);
715 GnomeKeyringResult result = method.WaitResult(forms);