OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddTokenElements
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/remoting/protocol/
third_party_authenticator_base.h
65
virtual void
AddTokenElements
(buzz::XmlElement* message) = 0;
third_party_client_authenticator.h
68
virtual void
AddTokenElements
(buzz::XmlElement* message) OVERRIDE;
third_party_authenticator_base.cc
78
AddTokenElements
(message.get());
third_party_client_authenticator.cc
54
void ThirdPartyClientAuthenticator::
AddTokenElements
(
third_party_host_authenticator.h
82
virtual void
AddTokenElements
(buzz::XmlElement* message) OVERRIDE;
third_party_host_authenticator.cc
58
void ThirdPartyHostAuthenticator::
AddTokenElements
(
Completed in 823 milliseconds