Searched refs:NS_GOOGLE_CALLPERF_STATS (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
D | constants.cc | 529 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" };
|
D | constants.h | 484 extern const char NS_GOOGLE_CALLPERF_STATS[];
|
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
D | constants.cc | 432 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");
|
D | constants.h | 399 extern const std::string NS_GOOGLE_CALLPERF_STATS;
|