Home
last modified time | relevance | path

Searched refs:SecretFetchedCallback (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/remoting/protocol/
Dauthenticator.h22 typedef base::Callback<void(const std::string& secret)> SecretFetchedCallback; typedef
25 const SecretFetchedCallback& secret_fetched_callback)> FetchSecretCallback;
Dpairing_client_authenticator.cc41 SecretFetchedCallback callback = base::Bind( in CreateV2AuthenticatorWithPIN()
Dnegotiating_client_authenticator.cc130 SecretFetchedCallback callback = base::Bind( in CreateAuthenticatorForCurrentMethod()
Dnegotiating_authenticator_unittest.cc101 const protocol::SecretFetchedCallback& secret_fetched_callback) { in FetchSecret()
/external/chromium_org/remoting/client/plugin/
Dchromoting_instance.h186 const protocol::SecretFetchedCallback& secret_fetched_callback);
244 const protocol::SecretFetchedCallback& secret_fetched_callback);
285 protocol::SecretFetchedCallback secret_fetched_callback_;
Dchromoting_instance.cc518 const protocol::SecretFetchedCallback& secret_fetched_callback) { in FetchSecretFromDialog()
532 const protocol::SecretFetchedCallback& secret_fetched_callback) { in FetchSecretFromString()
/external/chromium_org/remoting/client/jni/
Dchromoting_jni_instance.h130 const protocol::SecretFetchedCallback& callback);
170 protocol::SecretFetchedCallback pin_callback_;
Dchromoting_jni_instance.cc453 const protocol::SecretFetchedCallback& callback) { in FetchSecret()
/external/chromium_org/remoting/test/
Dprotocol_perftest.cc335 const protocol::SecretFetchedCallback& secret_fetched_callback) { in FetchPin()