Searched defs:action_elem (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dsessionmessages.h80 SessionMessage() : action_elem(NULL), stanza(NULL) {}
85 action_elem(NULL), stanza(NULL) {}
97 const buzz::XmlElement* action_elem; member in struct:cricket::SessionMessage
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,
[all...]
H A Dsessionmessages.cc167 msg->action_elem = session;
189 msg->action_elem = jingle;
293 bool ParseGingleTransportInfos(const buzz::XmlElement* action_elem, argument
299 if (!ParseCandidates(PROTOCOL_GINGLE, action_elem,
663 const buzz::XmlElement* action_elem,
668 if (!ParseContentType(action_elem, content_type, &content_elem, error))
677 = action_elem->FirstNamed(QN_JINGLE_CONTENT);
700 const buzz::XmlElement* action_elem,
707 if (!ParseGingleContentInfos(action_elem, content_parsers,
711 if (!ParseGingleTransportInfos(action_elem, ini
662 ParseContentType(SignalingProtocol protocol, const buzz::XmlElement* action_elem, std::string* content_type, ParseError* error) argument
699 ParseSessionInitiate(SignalingProtocol protocol, const buzz::XmlElement* action_elem, const ContentParserMap& content_parsers, const TransportParserMap& trans_parsers, SessionInitiate* init, ParseError* error) argument
752 ParseSessionAccept(SignalingProtocol protocol, const buzz::XmlElement* action_elem, const ContentParserMap& content_parsers, const TransportParserMap& transport_parsers, SessionAccept* accept, ParseError* error) argument
775 ParseSessionTerminate(SignalingProtocol protocol, const buzz::XmlElement* action_elem, SessionTerminate* term, ParseError* error) argument
818 ParseTransportInfos(SignalingProtocol protocol, const buzz::XmlElement* action_elem, const ContentInfos& contents, const TransportParserMap& trans_parsers, TransportInfos* tinfos, ParseError* error) argument
847 ParseSessionNotify(const buzz::XmlElement* action_elem, SessionNotify* notify, ParseError* error) argument
891 ParseSessionUpdate(const buzz::XmlElement* action_elem, SessionUpdate* update, ParseError* error) argument
[all...]

Completed in 17 milliseconds