HomeSort by relevance Sort by last modified time
    Searched refs:GINGLE_ACTION_INFO (Results 1 - 6 of 6) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
constants.h 77 extern const std::string GINGLE_ACTION_INFO;
constants.cc 61 const std::string GINGLE_ACTION_INFO("info");
sessionmessages.cc 50 if (type == GINGLE_ACTION_INFO)
111 return GINGLE_ACTION_INFO;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
constants.cc 67 const char GINGLE_ACTION_INFO[] = "info";
constants.h 82 extern const char GINGLE_ACTION_INFO[];
sessionmessages.cc 50 if (type == GINGLE_ACTION_INFO)
113 return GINGLE_ACTION_INFO;
    [all...]

Completed in 56 milliseconds