/external/chromium_org/remoting/host/ |
D | token_validator_factory_impl.cc | 40 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()
|
D | token_validator_factory_impl.h | 27 const GURL& token_url,
|
D | remoting_me2me_host.cc | 214 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/ |
D | third_party_client_authenticator.cc | 33 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()
|
D | third_party_host_authenticator.cc | 61 DCHECK(token_validator_->token_url().is_valid()); in AddTokenElements() 66 token_url_tag->SetBodyText(token_validator_->token_url().spec()); in AddTokenElements()
|
D | third_party_authenticator_unittest.cc | 43 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
|
D | third_party_client_authenticator.h | 52 const GURL& token_url,
|
D | third_party_host_authenticator.h | 50 virtual const GURL& token_url() const = 0;
|
/external/chromium_org/remoting/client/plugin/ |
D | pepper_token_fetcher.cc | 22 const GURL& token_url, in FetchThirdPartyToken() argument 27 plugin_->FetchThirdPartyToken(token_url, host_public_key_, scope, in FetchThirdPartyToken()
|
D | pepper_token_fetcher.h | 25 const GURL& token_url,
|
D | chromoting_instance.h | 171 const GURL& token_url,
|
D | chromoting_instance.cc | 417 const GURL& token_url, in FetchThirdPartyToken() argument 427 data->SetString("tokenUrl", token_url.spec()); in FetchThirdPartyToken()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | issue_response_handler.h | 43 std::string token_url() { return token_url_; } in token_url() function
|
D | cookie_fetcher_unittest.cc | 189 EXPECT_EQ(expected, handler.token_url()); in TEST_F()
|