HomeSort by relevance Sort by last modified time
    Searched refs:mock_store (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/ssl/
server_bound_cert_service_unittest.cc 587 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...]
  /external/chromium_org/components/password_manager/core/browser/
password_form_manager_unittest.cc 137 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));

Completed in 85 milliseconds