HomeSort by relevance Sort by last modified time
    Searched defs:OnThirdPartyTokenFetched (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/protocol/
third_party_client_authenticator.cc 50 &ThirdPartyClientAuthenticator::OnThirdPartyTokenFetched,
65 void ThirdPartyClientAuthenticator::OnThirdPartyTokenFetched(
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.cc 420 } else if (method == "onThirdPartyTokenFetched") {
425 LOG(ERROR) << "Invalid onThirdPartyTokenFetched data.";
428 OnThirdPartyTokenFetched(token, shared_secret);
837 void ChromotingInstance::OnThirdPartyTokenFetched(
844 LOG(WARNING) << "Ignored OnThirdPartyTokenFetched without a pending fetch.";
    [all...]

Completed in 218 milliseconds