Home
last modified time | relevance | path

Searched refs:AddTokenElements (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/remoting/protocol/
Dthird_party_client_authenticator.h68 virtual void AddTokenElements(buzz::XmlElement* message) OVERRIDE;
Dthird_party_authenticator_base.h65 virtual void AddTokenElements(buzz::XmlElement* message) = 0;
Dthird_party_host_authenticator.h82 virtual void AddTokenElements(buzz::XmlElement* message) OVERRIDE;
Dthird_party_client_authenticator.cc54 void ThirdPartyClientAuthenticator::AddTokenElements( in AddTokenElements() function in remoting::protocol::ThirdPartyClientAuthenticator
Dthird_party_authenticator_base.cc78 AddTokenElements(message.get()); in GetNextMessage()
Dthird_party_host_authenticator.cc58 void ThirdPartyHostAuthenticator::AddTokenElements( in AddTokenElements() function in remoting::protocol::ThirdPartyHostAuthenticator