Home
last modified time | relevance | path

Searched defs:token_url (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/remoting/client/
Dtoken_fetcher_proxy.cc21 const GURL& token_url, in FetchThirdPartyToken()
/external/chromium_org/remoting/protocol/
Dthird_party_client_authenticator.cc33 std::string token_url = message->TextNamed(kTokenUrlTag); in ProcessTokenMessage() local
Dthird_party_authenticator_unittest.cc44 const GURL& token_url, in FetchThirdPartyToken()
87 virtual const GURL& token_url() const OVERRIDE { in token_url() function in remoting::protocol::ThirdPartyAuthenticatorTest::FakeTokenValidator
/external/chromium_org/remoting/host/
Dtoken_validator_base.h31 GURL token_url; member
Dtoken_validator_base.cc73 const GURL& TokenValidatorBase::token_url() const { in token_url() function in remoting::TokenValidatorBase
/external/chromium_org/remoting/client/jni/
Dchromoting_jni_instance.cc113 const GURL& token_url, in FetchThirdPartyToken()
Dchromoting_jni_runtime.cc270 void ChromotingJniRuntime::FetchThirdPartyToken(const GURL& token_url, in FetchThirdPartyToken()
/external/chromium_org/remoting/client/plugin/
Dchromoting_instance.cc455 const GURL& token_url, in FetchThirdPartyToken()