Searched refs:password_store_ (Results 1 – 11 of 11) sorted by relevance
19 : syncer::ModelSafeWorker(observer), password_store_(password_store) { in PasswordModelWorker()25 password_store_->ScheduleTask( in RegisterForLoopDestruction()37 if (!password_store_.get()) in DoWorkAndWaitUntilDoneImpl()40 scheduled = password_store_->ScheduleTask( in DoWorkAndWaitUntilDoneImpl()74 password_store_ = NULL; in RequestStop()
45 if (!password_store_.get()) in PostTaskOnBackendThread()47 return password_store_->ScheduleTask(task); in PostTaskOnBackendThread()53 password_store_ = PasswordStoreFactory::GetForProfile( in StartModels()55 return !!password_store_.get(); in StartModels()
44 scoped_refptr<password_manager::PasswordStore> password_store_; variable
58 scoped_refptr<password_manager::PasswordStore> password_store_; variable
56 : password_store_(password_store) {} in PasswordStoreService()61 return password_store_; in GetPasswordStore()65 if (password_store_.get()) in Shutdown()66 password_store_->Shutdown(); in Shutdown()
29 password_store_(password_store) { in DBHandler()72 scoped_refptr<PasswordStoreWin> password_store_; member in PasswordStoreWin::DBHandler135 password_store_->AddLoginImpl(*autofill); in GetIE7Results()
42 scoped_refptr<password_manager::PasswordStore> password_store_;
179 password_store_ = new testing::StrictMock<MockPasswordStore>; in PasswordSyncableServiceWrapper()181 password_store_->GetSyncInterface())); in PasswordSyncableServiceWrapper()182 ON_CALL(*password_store_, AddLoginImpl(HasDateSynced())) in PasswordSyncableServiceWrapper()184 ON_CALL(*password_store_, RemoveLoginImpl(_)) in PasswordSyncableServiceWrapper()186 ON_CALL(*password_store_, UpdateLoginImpl(HasDateSynced())) in PasswordSyncableServiceWrapper()192 password_store_->Shutdown(); in ~PasswordSyncableServiceWrapper()195 MockPasswordStore* password_store() { return password_store_.get(); } in password_store()205 scoped_refptr<MockPasswordStore> password_store_; member in password_manager::__anon844529440111::PasswordSyncableServiceWrapper
116 : password_store_(password_store), in PasswordSyncableService()280 if (!password_store_->FillAutofillableLogins(&password_entries->get()) || in ReadFromPasswordStore()281 !password_store_->FillBlacklistLogins(&password_entries->get())) { in ReadFromPasswordStore()317 password_store_->NotifyLoginsChanged(changes); in WriteToPasswordStore()370 PasswordStoreChangeList new_changes = (password_store_->*operation)(**it); in WriteEntriesToDatabase()
113 PasswordStoreSync* const password_store_; variable
58 : password_store_(password_store) { in TestPasswordManagerClient()71 virtual PasswordStore* GetPasswordStore() OVERRIDE { return password_store_; } in GetPasswordStore()88 PasswordStore* password_store_; member in password_manager::__anoncc9ef1310111::TestPasswordManagerClient