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

/external/chromium_org/remoting/protocol/
H A Dnegotiating_client_authenticator.h31 const FetchSecretCallback& fetch_secret_callback,
H A Dnegotiating_client_authenticator.cc26 const FetchSecretCallback& fetch_secret_callback,
33 fetch_secret_callback_(fetch_secret_callback),
22 NegotiatingClientAuthenticator( const std::string& client_pairing_id, const std::string& shared_secret, const std::string& authentication_tag, const FetchSecretCallback& fetch_secret_callback, scoped_ptr<ThirdPartyClientAuthenticator::TokenFetcher> token_fetcher, const std::vector<AuthenticationMethod>& methods) argument
H A Dnegotiating_authenticator_unittest.cc75 FetchSecretCallback fetch_secret_callback = local
81 kTestHostId, fetch_secret_callback,
/external/chromium_org/remoting/client/plugin/
H A Dchromoting_instance.cc669 protocol::FetchSecretCallback fetch_secret_callback; local
671 fetch_secret_callback = base::Bind(
679 fetch_secret_callback =
776 fetch_secret_callback, token_fetcher.Pass(), auth_methods));

Completed in 628 milliseconds