Home | Sort by relevance Sort by last modified time |
/external/chromium_org/remoting/host/ | |
token_validator_base.h | 81 base::Callback<void(const std::string& shared_secret)> on_token_validated_; member in class:remoting::TokenValidatorBase |
/external/chromium_org/remoting/protocol/ | |
third_party_authenticator_unittest.cc | 77 on_token_validated_ = token_validated_callback; 81 ASSERT_FALSE(on_token_validated_.is_null()); 82 TokenValidatedCallback on_token_validated = on_token_validated_; 83 on_token_validated_.Reset(); 98 base::Callback<void(const std::string& shared_secret)> on_token_validated_; member in class:remoting::protocol::ThirdPartyAuthenticatorTest::FakeTokenValidator |