OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:authenticator_message_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/protocol/
content_description.h
42
return
authenticator_message_
.get();
52
scoped_ptr<const buzz::XmlElement>
authenticator_message_
;
member in class:remoting::protocol::ContentDescription
content_description.cc
119
authenticator_message_
(authenticator_message.Pass()) {
125
if (!candidate_config_.get() || !
authenticator_message_
.get()) {
128
scoped_ptr<XmlElement> message(new XmlElement(*
authenticator_message_
));
178
if (
authenticator_message_
.get()) {
179
DCHECK(Authenticator::IsAuthenticatorMessage(
authenticator_message_
.get()));
180
root->AddElement(new XmlElement(*
authenticator_message_
));
Completed in 1028 milliseconds