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 39 AuthenticatorTestBase::MockChannelDoneCallback::MockChannelDoneCallback() {}
41 AuthenticatorTestBase::MockChannelDoneCallback::~MockChannelDoneCallback() {}
43 AuthenticatorTestBase::AuthenticatorTestBase() {}
45 AuthenticatorTestBase::~AuthenticatorTestBase() {}
47 void AuthenticatorTestBase::SetUp() {
63 void AuthenticatorTestBase::RunAuthExchange() {
70 void AuthenticatorTestBase::RunHostInitiatedAuthExchange() {
81 void AuthenticatorTestBase::ContinueAuthExchangeWith(Authenticator* sender
    [all...]
authenticator_test_base.h 29 class AuthenticatorTestBase : public testing::Test {
31 AuthenticatorTestBase();
32 virtual ~AuthenticatorTestBase();
72 DISALLOW_COPY_AND_ASSIGN(AuthenticatorTestBase);

Completed in 311 milliseconds