Home
last modified time | relevance | path

Searched refs:ParseSessionNotify (Results 1 – 3 of 3) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dsessionmessages.h262 bool ParseSessionNotify(const buzz::XmlElement* action_elem,
Dsessionmessages.cc847 bool ParseSessionNotify(const buzz::XmlElement* action_elem, in ParseSessionNotify() function
Dsession.cc837 if (!ParseSessionNotify(msg.action_elem, &notify, error)) { in OnNotifyMessage()