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

/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_store_change.h14 class PasswordStoreChange { class in namespace:password_manager
22 PasswordStoreChange(Type type, const autofill::PasswordForm& form) function in class:password_manager::PasswordStoreChange
25 virtual ~PasswordStoreChange() {}
30 bool operator==(const PasswordStoreChange& other) const {
55 typedef std::vector<PasswordStoreChange> PasswordStoreChangeList;

Completed in 46 milliseconds