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

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
constants.cc 528 const char NS_GOOGLE_CALLPERF_STATS[] = "google:call-perf-stats";
530 { NS_GOOGLE_CALLPERF_STATS, "callPerfStats" };
540 { NS_GOOGLE_CALLPERF_STATS, "dataPoint" };
560 { NS_GOOGLE_CALLPERF_STATS, "connection" };
576 { NS_GOOGLE_CALLPERF_STATS, "candidate" };
580 const StaticQName QN_CALLPERF_MEDIA = { NS_GOOGLE_CALLPERF_STATS, "media" };
constants.h 483 extern const char NS_GOOGLE_CALLPERF_STATS[];
  /external/chromium/third_party/libjingle/source/talk/xmpp/
constants.cc 432 const std::string NS_GOOGLE_CALLPERF_STATS("google:call-perf-stats");
433 const QName QN_CALLPERF_STATS(true, NS_GOOGLE_CALLPERF_STATS, "callPerfStats");
439 const QName QN_CALLPERF_DATAPOINT(true, NS_GOOGLE_CALLPERF_STATS, "dataPoint");
450 const QName QN_CALLPERF_CONNECTION(true, NS_GOOGLE_CALLPERF_STATS, "connection");
constants.h 399 extern const std::string NS_GOOGLE_CALLPERF_STATS;

Completed in 859 milliseconds