HomeSort by relevance Sort by last modified time
    Searched full:token_tag (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/remoting/protocol/
third_party_client_authenticator.cc 59 buzz::XmlElement* token_tag = new buzz::XmlElement(kTokenTag); local
60 token_tag->SetBodyText(token_);
61 message->AddElement(token_tag);

Completed in 864 milliseconds