Home
last modified time | relevance | path

Searched refs:SecretFetchedCallback (Results 1 – 8 of 8) 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/jni/
Dchromoting_jni_instance.h112 const protocol::SecretFetchedCallback& callback);
144 protocol::SecretFetchedCallback pin_callback_;
Dchromoting_jni_instance.cc333 const protocol::SecretFetchedCallback& callback) { in FetchSecret()
/external/chromium_org/remoting/client/plugin/
Dchromoting_instance.h184 const protocol::SecretFetchedCallback& secret_fetched_callback);
233 const protocol::SecretFetchedCallback& secret_fetched_callback);
262 protocol::SecretFetchedCallback secret_fetched_callback_;
Dchromoting_instance.cc463 const protocol::SecretFetchedCallback& secret_fetched_callback) { in FetchSecretFromDialog()
477 const protocol::SecretFetchedCallback& secret_fetched_callback) { in FetchSecretFromString()