Lines Matching refs:password_store

148   explicit MockPasswordSyncableService(PasswordStoreSync* password_store)
149 : PasswordSyncableService(password_store) {}
188 EXPECT_CALL(*password_store(), NotifyLoginsChanged(_)).Times(AnyNumber());
195 MockPasswordStore* password_store() { return password_store_.get(); }
218 MockPasswordStore* password_store() { return wrapper_.password_store(); }
239 EXPECT_CALL(*password_store(), FillAutofillableLogins(_))
241 EXPECT_CALL(*password_store(), FillBlacklistLogins(_))
243 EXPECT_CALL(*password_store(), AddLoginImpl(PasswordIs(new_from_sync)));
261 EXPECT_CALL(*password_store(), FillAutofillableLogins(_))
263 EXPECT_CALL(*password_store(), FillBlacklistLogins(_))
265 EXPECT_CALL(*password_store(), AddLoginImpl(PasswordIs(new_from_sync)));
284 EXPECT_CALL(*password_store(), FillAutofillableLogins(_))
286 EXPECT_CALL(*password_store(), FillBlacklistLogins(_))
305 EXPECT_CALL(*password_store(), FillAutofillableLogins(_))
307 EXPECT_CALL(*password_store(), FillBlacklistLogins(_))
330 EXPECT_CALL(*password_store(), FillAutofillableLogins(_))
332 EXPECT_CALL(*password_store(), FillBlacklistLogins(_))
334 EXPECT_CALL(*password_store(), UpdateLoginImpl(PasswordIs(form2)));
350 EXPECT_CALL(*password_store(), FillAutofillableLogins(_))
352 EXPECT_CALL(*password_store(), FillBlacklistLogins(_))
406 EXPECT_CALL(*password_store(), AddLoginImpl(PasswordIs(new_from_sync)));
407 EXPECT_CALL(*password_store(), UpdateLoginImpl(PasswordIs(updated_form)));
408 EXPECT_CALL(*password_store(), RemoveLoginImpl(PasswordIs(deleted_form)));
426 EXPECT_CALL(*password_store(), FillAutofillableLogins(_))
428 EXPECT_CALL(*password_store(), FillBlacklistLogins(_))
453 EXPECT_CALL(*password_store(), FillAutofillableLogins(_))
455 EXPECT_CALL(*password_store(), FillBlacklistLogins(_))
457 EXPECT_CALL(*other_service_wrapper.password_store(),
459 EXPECT_CALL(*other_service_wrapper.password_store(),
462 EXPECT_CALL(*password_store(), AddLoginImpl(PasswordIs(form2)));
463 EXPECT_CALL(*other_service_wrapper.password_store(),
499 EXPECT_CALL(*password_store(), FillAutofillableLogins(_))