Home
last modified time | relevance | path

Searched refs:NS_GOOGLE_CALLPERF_STATS (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
Dconstants.cc529 const char NS_GOOGLE_CALLPERF_STATS[] = "google:call-perf-stats"; variable
531 { NS_GOOGLE_CALLPERF_STATS, "callPerfStats" };
541 { NS_GOOGLE_CALLPERF_STATS, "dataPoint" };
561 { NS_GOOGLE_CALLPERF_STATS, "connection" };
577 { NS_GOOGLE_CALLPERF_STATS, "candidate" };
581 const StaticQName QN_CALLPERF_MEDIA = { NS_GOOGLE_CALLPERF_STATS, "media" };
Dconstants.h484 extern const char NS_GOOGLE_CALLPERF_STATS[];
/external/chromium/third_party/libjingle/source/talk/xmpp/
Dconstants.cc432 const std::string NS_GOOGLE_CALLPERF_STATS("google:call-perf-stats"); variable
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");
Dconstants.h399 extern const std::string NS_GOOGLE_CALLPERF_STATS;