FakeServerProxy    17 chromeos/attestation/mock_attestation_flow.cc FakeServerProxy::FakeServerProxy() : result_(true) {}
FakeServerProxy    19 chromeos/attestation/mock_attestation_flow.cc FakeServerProxy::~FakeServerProxy() {}
FakeServerProxy    21 chromeos/attestation/mock_attestation_flow.cc void FakeServerProxy::SendEnrollRequest(const std::string& request,
FakeServerProxy    26 chromeos/attestation/mock_attestation_flow.cc void FakeServerProxy::SendCertificateRequest(const std::string& request,
FakeServerProxy    40 chromeos/attestation/mock_attestation_flow.cc       .WillByDefault(Invoke(&fake_, &FakeServerProxy::SendEnrollRequest));
FakeServerProxy    42 chromeos/attestation/mock_attestation_flow.cc       .WillByDefault(Invoke(&fake_, &FakeServerProxy::SendCertificateRequest));
FakeServerProxy    18 chromeos/attestation/mock_attestation_flow.h class FakeServerProxy : public ServerProxy {
FakeServerProxy    20 chromeos/attestation/mock_attestation_flow.h   FakeServerProxy();
FakeServerProxy    21 chromeos/attestation/mock_attestation_flow.h   virtual ~FakeServerProxy();
FakeServerProxy    36 chromeos/attestation/mock_attestation_flow.h   DISALLOW_COPY_AND_ASSIGN(FakeServerProxy);
FakeServerProxy    52 chromeos/attestation/mock_attestation_flow.h   FakeServerProxy fake_;