Home
last modified time | relevance | path

Searched defs:token_validator (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/remoting/protocol/
Dthird_party_host_authenticator.cc22 scoped_ptr<TokenValidator> token_validator) in ThirdPartyHostAuthenticator()
Dnegotiating_host_authenticator.cc55 scoped_ptr<ThirdPartyHostAuthenticator::TokenValidator> token_validator) { in CreateWithThirdPartyAuth()
Dthird_party_authenticator_unittest.cc108 token_validator(new FakeTokenValidator()); in InitAuthenticators() local