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

  /external/chromium_org/remoting/protocol/
authenticator_test_base.cc 38 AuthenticatorTestBase::MockChannelDoneCallback::MockChannelDoneCallback() {}
40 AuthenticatorTestBase::MockChannelDoneCallback::~MockChannelDoneCallback() {}
42 AuthenticatorTestBase::AuthenticatorTestBase() {}
44 AuthenticatorTestBase::~AuthenticatorTestBase() {}
46 void AuthenticatorTestBase::SetUp() {
62 void AuthenticatorTestBase::RunAuthExchange() {
66 void AuthenticatorTestBase::RunHostInitiatedAuthExchange() {
71 void AuthenticatorTestBase::ContinueAuthExchangeWith(Authenticator* sender
    [all...]
authenticator_test_base.h 30 class AuthenticatorTestBase : public testing::Test {
32 AuthenticatorTestBase();
33 virtual ~AuthenticatorTestBase();
71 DISALLOW_COPY_AND_ASSIGN(AuthenticatorTestBase);

Completed in 27 milliseconds