Searched defs:mock_store (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_form_manager_unittest.cc137 MockPasswordStore* mock_store() const { return mock_store_.get(); } function in class:password_manager::PasswordFormManagerTest
661 TestPasswordManagerClient client(mock_store());
672 EXPECT_CALL(*mock_store(),
711 EXPECT_CALL(*mock_store(), RemoveLogin(obsolete_form));
712 EXPECT_CALL(*mock_store(), AddLogin(complete_form));
/external/chromium_org/net/ssl/
H A Dserver_bound_cert_service_unittest.cc587 MockServerBoundCertStoreWithAsyncGet* mock_store = local
590 mock_store, base::MessageLoopProxy::current()));
606 mock_store->CallGetServerBoundCertCallbackWithResult(
618 MockServerBoundCertStoreWithAsyncGet* mock_store = local
621 mock_store, base::MessageLoopProxy::current()));
637 mock_store->CallGetServerBoundCertCallbackWithResult(
649 MockServerBoundCertStoreWithAsyncGet* mock_store = local
652 mock_store, base::MessageLoopProxy::current()));
668 mock_store->CallGetServerBoundCertCallbackWithResult(
685 MockServerBoundCertStoreWithAsyncGet* mock_store local
720 MockServerBoundCertStoreWithAsyncGet* mock_store = local
[all...]

Completed in 88 milliseconds