Searched defs:stats_id (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/media/
H A Dwebrtc_internals_browsertest.cc615 const string stats_id = "videobwe"; local
616 ExecuteAndVerifyAddStats(pc, stats_type, stats_id, stats);
619 pc.getIdString() + "-" + stats_id + "-bweCompound";
649 const string stats_id = "1"; local
665 ExecuteAndVerifyAddStats(pc, stats_type, stats_id, stats);
671 ExecuteAndVerifyAddStats(pc, stats_type, stats_id, stats);
675 VerifyGraphDataPoint(pc.getIdString(), stats_id + "-" + converted_names[i],
850 const string stats_id = "videobwe"; local
851 ExecuteAndVerifyAddStats(pc, stats_type, stats_id, stats);
853 string graph_id = pc.getIdString() + "-" + stats_id
[all...]

Completed in 140 milliseconds