Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dconstants.h79 extern const std::string GINGLE_ACTION_REJECT;
Dconstants.cc63 const std::string GINGLE_ACTION_REJECT("reject"); variable
Dsessionmessages.cc54 if (type == GINGLE_ACTION_REJECT) in ToActionType()
115 return GINGLE_ACTION_REJECT; in ToGingleString()