HomeSort by relevance Sort by last modified time
    Searched refs:on_token_validated_ (Results 1 - 3 of 3) sorted by null

  /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
  /external/chromium_org/remoting/host/
token_validator_base.cc 68 on_token_validated_ = on_token_validated;
106 on_token_validated_.Run(shared_token);
token_validator_base.h 81 base::Callback<void(const std::string& shared_secret)> on_token_validated_; member in class:remoting::TokenValidatorBase

Completed in 108 milliseconds