Searched refs:NotifyLoginsChanged (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_store_sync.h41 virtual void NotifyLoginsChanged(const PasswordStoreChangeList& changes) = 0;
H A Dmock_password_store.h51 MOCK_METHOD1(NotifyLoginsChanged, void(const PasswordStoreChangeList&));
H A Dpassword_store.cc240 void PasswordStore::NotifyLoginsChanged( function in class:password_manager::PasswordStore
265 NotifyLoginsChanged(changes);
H A Dpassword_store.h258 virtual void NotifyLoginsChanged(
277 // NotifyLoginsChanged(). Note that there is no guarantee that the called
H A Dpassword_syncable_service.cc317 password_store_->NotifyLoginsChanged(changes);
H A Dpassword_syncable_service_unittest.cc188 EXPECT_CALL(*password_store(), NotifyLoginsChanged(_)).Times(AnyNumber());
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_mac.cc1056 NotifyLoginsChanged(FormsToRemoveChangeList(database_forms.get()));
1086 NotifyLoginsChanged(FormsToRemoveChangeList(database_forms.get()));

Completed in 2976 milliseconds