Searched defs:token_url (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Dissue_response_handler.h43 std::string token_url() { return token_url_; } function in class:chromeos::IssueResponseHandler
/external/chromium_org/remoting/client/plugin/
H A Dpepper_token_fetcher.cc22 const GURL& token_url,
27 plugin_->FetchThirdPartyToken(token_url, host_public_key_, scope,
21 FetchThirdPartyToken( const GURL& token_url, const std::string& scope, const TokenFetchedCallback& token_fetched_callback) argument
H A Dchromoting_instance.cc417 const GURL& token_url,
427 data->SetString("tokenUrl", token_url.spec());
416 FetchThirdPartyToken( const GURL& token_url, const std::string& host_public_key, const std::string& scope, base::WeakPtr<PepperTokenFetcher> pepper_token_fetcher) argument
/external/chromium_org/remoting/protocol/
H A Dthird_party_client_authenticator.cc33 std::string token_url = message->TextNamed(kTokenUrlTag); local
36 if (token_url.empty() || token_scope.empty()) {
49 GURL(token_url), token_scope, base::Bind(
/external/chromium_org/remoting/host/
H A Dtoken_validator_factory_impl.cc40 const GURL& token_url,
46 : token_url_(token_url),
83 virtual const GURL& token_url() const OVERRIDE {
167 const GURL& token_url,
171 : token_url_(token_url),
39 TokenValidatorImpl( const GURL& token_url, const GURL& token_validation_url, scoped_refptr<RsaKeyPair> key_pair, const std::string& local_jid, const std::string& remote_jid, scoped_refptr<net::URLRequestContextGetter> request_context_getter) argument
166 TokenValidatorFactoryImpl( const GURL& token_url, const GURL& token_validation_url, scoped_refptr<RsaKeyPair> key_pair, scoped_refptr<net::URLRequestContextGetter> request_context_getter) argument
H A Dremoting_me2me_host.cc214 bool OnHostTokenUrlPolicyUpdate(const GURL& token_url,
922 const GURL& token_url,
927 if (token_url_ != token_url ||
930 << "TokenUrl: " << token_url << ", "
933 token_url_ = token_url;
921 OnHostTokenUrlPolicyUpdate( const GURL& token_url, const GURL& token_validation_url) argument

Completed in 145 milliseconds