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

  /external/chromium_org/remoting/client/
token_fetcher_proxy.cc 21 const GURL& token_url,
26 token_url, host_public_key_, scope, weak_factory_.GetWeakPtr());
token_fetcher_proxy.h 18 const GURL& token_url,
29 const GURL& token_url,
  /external/chromium_org/remoting/host/
token_validator_base.h 24 return token_url.is_empty() && token_validation_url.is_empty();
28 return token_url.is_valid() && token_validation_url.is_valid();
31 GURL token_url; member in struct:remoting::ThirdPartyAuthConfig
52 virtual const GURL& token_url() const OVERRIDE;
token_validator_base.cc 53 DCHECK(third_party_auth_config_.token_url.is_valid());
73 const GURL& TokenValidatorBase::token_url() const { function in class:remoting::TokenValidatorBase
74 return third_party_auth_config_.token_url;
token_validator_factory_impl_unittest.cc 98 config.token_url = GURL(kTokenUrl);
remoting_me2me_host.cc 628 << "TokenUrl: " << third_party_auth_config_.token_url << ", "
    [all...]
  /external/chromium_org/remoting/protocol/
token_validator.h 43 virtual const GURL& token_url() const = 0;
third_party_client_authenticator.cc 33 std::string token_url = message->TextNamed(kTokenUrlTag); local
36 if (token_url.empty() || token_scope.empty()) {
49 GURL(token_url), token_scope, base::Bind(
third_party_client_authenticator.h 22 // The client authenticator expects a |token_url| and |scope| in the first
44 // Fetches a third party token from |token_url|. |host_public_key| is sent
52 const GURL& token_url,
third_party_host_authenticator.cc 62 DCHECK(token_validator_->token_url().is_valid());
67 token_url_tag->SetBodyText(token_validator_->token_url().spec());
third_party_authenticator_unittest.cc 44 const GURL& token_url,
47 ASSERT_EQ(token_url.spec(), kTokenUrl);
87 virtual const GURL& token_url() const OVERRIDE {
  /external/chromium_org/remoting/client/jni/
chromoting_jni_runtime.h 88 void FetchThirdPartyToken(const GURL& token_url,
chromoting_jni_instance.h 60 const GURL& token_url,
chromoting_jni_instance.cc 129 const GURL& token_url,
145 token_url,
chromoting_jni_runtime.cc 282 void ChromotingJniRuntime::FetchThirdPartyToken(const GURL& token_url,
289 ConvertUTF8ToJavaString(env, token_url.spec());
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.h 173 const GURL& token_url,
chromoting_instance.cc 463 const GURL& token_url,
473 data->SetString("tokenUrl", token_url.spec());
    [all...]

Completed in 172 milliseconds