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

  /external/chromium/chrome/browser/password_manager/
password_store_change.h 13 class PasswordStoreChange {
21 PasswordStoreChange(Type type, const webkit_glue::PasswordForm& form)
24 virtual ~PasswordStoreChange() {}
29 bool operator==(const PasswordStoreChange& other) const {
52 typedef std::vector<PasswordStoreChange> PasswordStoreChangeList;
  /external/chromium_org/chrome/browser/password_manager/
password_store_change.h 12 class PasswordStoreChange {
20 PasswordStoreChange(Type type, const autofill::PasswordForm& form)
23 virtual ~PasswordStoreChange() {}
28 bool operator==(const PasswordStoreChange& other) const {
51 typedef std::vector<PasswordStoreChange> PasswordStoreChangeList;

Completed in 1208 milliseconds