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.cc23 scoped_ptr<TokenValidator> token_validator) in ThirdPartyHostAuthenticator()
Dnegotiating_host_authenticator.cc56 scoped_ptr<TokenValidator> token_validator) { in CreateWithThirdPartyAuth()
Dthird_party_authenticator_unittest.cc107 scoped_ptr<TokenValidator> token_validator(new FakeTokenValidator()); in InitAuthenticators() local