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

  /external/chromium_org/remoting/client/
token_fetcher_proxy.cc 20 void TokenFetcherProxy::FetchThirdPartyToken(
token_fetcher_proxy.h 28 virtual void FetchThirdPartyToken(
  /external/chromium_org/remoting/protocol/
third_party_client_authenticator.h 33 // Callback passed to |FetchThirdPartyToken|, and called once the client
49 // in the same thread |FetchThirdPartyToken| was originally called.
51 virtual void FetchThirdPartyToken(
third_party_client_authenticator.cc 48 token_fetcher_->FetchThirdPartyToken(
third_party_authenticator_unittest.cc 43 virtual void FetchThirdPartyToken(
  /external/chromium_org/remoting/client/jni/
chromoting_jni_runtime.h 88 void FetchThirdPartyToken(const GURL& token_url,
chromoting_jni_instance.h 59 void FetchThirdPartyToken(
chromoting_jni_instance.cc 71 base::Bind(&ChromotingJniInstance::FetchThirdPartyToken,
128 void ChromotingJniInstance::FetchThirdPartyToken(
143 base::Bind(&ChromotingJniRuntime::FetchThirdPartyToken,
chromoting_jni_runtime.cc 282 void ChromotingJniRuntime::FetchThirdPartyToken(const GURL& token_url,
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.h 172 void FetchThirdPartyToken(
chromoting_instance.cc 462 void ChromotingInstance::FetchThirdPartyToken(
476 PostLegacyJsonMessage("fetchThirdPartyToken", data.Pass());
770 base::Bind(&ChromotingInstance::FetchThirdPartyToken,
    [all...]

Completed in 503 milliseconds