Home
last modified time | relevance | path

Searched refs:action_elem (Results 1 – 4 of 4) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dsessionmessages.h80 SessionMessage() : action_elem(NULL), stanza(NULL) {} in SessionMessage()
85 action_elem(NULL), stanza(NULL) {} in SessionMessage()
97 const buzz::XmlElement* action_elem; member
209 const buzz::XmlElement* action_elem,
216 const buzz::XmlElement* action_elem,
229 const buzz::XmlElement* action_elem,
242 const buzz::XmlElement* action_elem,
252 const buzz::XmlElement* action_elem,
262 bool ParseSessionNotify(const buzz::XmlElement* action_elem,
264 bool ParseSessionUpdate(const buzz::XmlElement* action_elem,
Dsessionmessages.cc167 msg->action_elem = session; in ParseGingleSessionMessage()
189 msg->action_elem = jingle; in ParseJingleSessionMessage()
293 bool ParseGingleTransportInfos(const buzz::XmlElement* action_elem, in ParseGingleTransportInfos() argument
299 if (!ParseCandidates(PROTOCOL_GINGLE, action_elem, in ParseGingleTransportInfos()
663 const buzz::XmlElement* action_elem, in ParseContentType() argument
668 if (!ParseContentType(action_elem, content_type, &content_elem, error)) in ParseContentType()
677 = action_elem->FirstNamed(QN_JINGLE_CONTENT); in ParseContentType()
700 const buzz::XmlElement* action_elem, in ParseSessionInitiate() argument
707 if (!ParseGingleContentInfos(action_elem, content_parsers, in ParseSessionInitiate()
711 if (!ParseGingleTransportInfos(action_elem, init->contents, trans_parsers, in ParseSessionInitiate()
[all …]
Dsession.cc738 if (!ParseSessionInitiate(msg.protocol, msg.action_elem, in OnInitiateMessage()
767 if (!ParseSessionAccept(msg.protocol, msg.action_elem, in OnAcceptMessage()
794 SignalInfoMessage(this, CopyOfXmlChildren(msg.action_elem)); in OnInfoMessage()
801 if (!ParseSessionTerminate(msg.protocol, msg.action_elem, &term, error)) in OnTerminateMessage()
816 if (!ParseTransportInfos(msg.protocol, msg.action_elem, in OnTransportInfoMessage()
837 if (!ParseSessionNotify(msg.action_elem, &notify, error)) { in OnNotifyMessage()
849 if (!ParseSessionUpdate(msg.action_elem, &update, error)) { in OnUpdateMessage()
Dsessionmanager.cc169 if (!ParseContentType(msg.protocol, msg.action_elem, in OnIncomingMessage()