Home
last modified time | relevance | path

Searched refs:fetch_secret_callback (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/remoting/protocol/
Dnegotiating_client_authenticator.cc26 const FetchSecretCallback& fetch_secret_callback, in NegotiatingClientAuthenticator() argument
33 fetch_secret_callback_(fetch_secret_callback), in NegotiatingClientAuthenticator()
Dnegotiating_client_authenticator.h31 const FetchSecretCallback& fetch_secret_callback,
Dnegotiating_authenticator_unittest.cc75 FetchSecretCallback fetch_secret_callback = in InitAuthenticators() local
81 kTestHostId, fetch_secret_callback, in InitAuthenticators()
/external/chromium_org/remoting/client/plugin/
Dchromoting_instance.cc669 protocol::FetchSecretCallback fetch_secret_callback; in HandleConnect() local
671 fetch_secret_callback = base::Bind( in HandleConnect()
679 fetch_secret_callback = in HandleConnect()
776 fetch_secret_callback, token_fetcher.Pass(), auth_methods)); in HandleConnect()