Home | History | Annotate | Download | only in webdata

Lines Matching refs:PasswordForm

49 struct PasswordForm;
75 PASSWORD_RESULT, // WDResult<std::vector<PasswordForm*>>
380 void AddLogin(const webkit_glue::PasswordForm& form);
383 void UpdateLogin(const webkit_glue::PasswordForm& form);
386 void RemoveLogin(const webkit_glue::PasswordForm& form);
397 // type WDResult<std::vector<PasswordForm*>>.
398 // The result will be null on failure. The |consumer| owns all PasswordForm's.
399 Handle GetLogins(const webkit_glue::PasswordForm& form,
405 // type WDResult<std::vector<PasswordForm*>>.
411 // type WDResult<std::vector<PasswordForm*>>.
412 // The result will be null on failure. The |consumer| owns all PasswordForm's.
594 void AddLoginImpl(GenericRequest<webkit_glue::PasswordForm>* request);
595 void UpdateLoginImpl(GenericRequest<webkit_glue::PasswordForm>* request);
596 void RemoveLoginImpl(GenericRequest<webkit_glue::PasswordForm>* request);
599 void GetLoginsImpl(GenericRequest<webkit_glue::PasswordForm>* request);