Home | History | Annotate | Download | only in password_manager

Lines Matching refs:PasswordStoreMac

731 PasswordStoreMac::PasswordStoreMac(MacKeychain* keychain,
738 PasswordStoreMac::~PasswordStoreMac() {
745 bool PasswordStoreMac::Init() {
753 &PasswordStoreMac::CreateNotificationService));
757 void PasswordStoreMac::ScheduleTask(Task* task) {
763 void PasswordStoreMac::ReportMetricsImpl() {
767 void PasswordStoreMac::AddLoginImpl(const PasswordForm& form) {
780 void PasswordStoreMac::UpdateLoginImpl(const PasswordForm& form) {
815 void PasswordStoreMac::RemoveLoginImpl(const PasswordForm& form) {
845 void PasswordStoreMac::RemoveLoginsCreatedBetweenImpl(
880 void PasswordStoreMac::GetLoginsImpl(GetLoginsRequest* request,
910 void PasswordStoreMac::GetBlacklistLoginsImpl(GetLoginsRequest* request) {
915 void PasswordStoreMac::GetAutofillableLoginsImpl(GetLoginsRequest* request) {
920 bool PasswordStoreMac::FillAutofillableLogins(
939 bool PasswordStoreMac::FillBlacklistLogins(
945 bool PasswordStoreMac::AddToKeychainIfNecessary(const PasswordForm& form) {
953 bool PasswordStoreMac::DatabaseHasFormMatchingKeychainForm(
970 std::vector<PasswordForm*> PasswordStoreMac::GetUnusedKeychainForms() {
991 void PasswordStoreMac::RemoveDatabaseForms(
999 void PasswordStoreMac::RemoveKeychainForms(
1009 void PasswordStoreMac::CreateNotificationService() {