Home
last modified time | relevance | path

Searched refs:token_url (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/remoting/host/
Dtoken_validator_factory_impl.cc40 const GURL& token_url, in TokenValidatorImpl() argument
46 : token_url_(token_url), in TokenValidatorImpl()
83 virtual const GURL& token_url() const OVERRIDE { in token_url() function in remoting::TokenValidatorImpl
167 const GURL& token_url, in TokenValidatorFactoryImpl() argument
171 : token_url_(token_url), in TokenValidatorFactoryImpl()
Dtoken_validator_factory_impl.h27 const GURL& token_url,
Dremoting_me2me_host.cc214 bool OnHostTokenUrlPolicyUpdate(const GURL& token_url,
922 const GURL& token_url, in OnHostTokenUrlPolicyUpdate() argument
927 if (token_url_ != token_url || in OnHostTokenUrlPolicyUpdate()
930 << "TokenUrl: " << token_url << ", " in OnHostTokenUrlPolicyUpdate()
933 token_url_ = token_url; in OnHostTokenUrlPolicyUpdate()
/external/chromium_org/remoting/protocol/
Dthird_party_client_authenticator.cc33 std::string token_url = message->TextNamed(kTokenUrlTag); in ProcessTokenMessage() local
36 if (token_url.empty() || token_scope.empty()) { in ProcessTokenMessage()
49 GURL(token_url), token_scope, base::Bind( in ProcessTokenMessage()
Dthird_party_host_authenticator.cc61 DCHECK(token_validator_->token_url().is_valid()); in AddTokenElements()
66 token_url_tag->SetBodyText(token_validator_->token_url().spec()); in AddTokenElements()
Dthird_party_authenticator_unittest.cc43 const GURL& token_url, in FetchThirdPartyToken() argument
46 ASSERT_EQ(token_url.spec(), kTokenUrl); in FetchThirdPartyToken()
87 virtual const GURL& token_url() const OVERRIDE { in token_url() function in remoting::protocol::ThirdPartyAuthenticatorTest::FakeTokenValidator
Dthird_party_client_authenticator.h52 const GURL& token_url,
Dthird_party_host_authenticator.h50 virtual const GURL& token_url() const = 0;
/external/chromium_org/remoting/client/plugin/
Dpepper_token_fetcher.cc22 const GURL& token_url, in FetchThirdPartyToken() argument
27 plugin_->FetchThirdPartyToken(token_url, host_public_key_, scope, in FetchThirdPartyToken()
Dpepper_token_fetcher.h25 const GURL& token_url,
Dchromoting_instance.h171 const GURL& token_url,
Dchromoting_instance.cc417 const GURL& token_url, in FetchThirdPartyToken() argument
427 data->SetString("tokenUrl", token_url.spec()); in FetchThirdPartyToken()
/external/chromium/chrome/browser/chromeos/login/
Dissue_response_handler.h43 std::string token_url() { return token_url_; } in token_url() function
Dcookie_fetcher_unittest.cc189 EXPECT_EQ(expected, handler.token_url()); in TEST_F()