Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dconstants.h82 extern const std::string GINGLE_ACTION_NOTIFY;
Dconstants.cc66 const std::string GINGLE_ACTION_NOTIFY("notify"); variable
Dsessionmessages.cc76 if (type == GINGLE_ACTION_NOTIFY) in ToActionType()