HomeSort by relevance Sort by last modified time
    Searched defs:RTCStatsResponse (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCStatsResponse.cpp 27 #include "modules/mediastream/RTCStatsResponse.h"
31 PassRefPtr<RTCStatsResponse> RTCStatsResponse::create()
33 return adoptRef(new RTCStatsResponse());
36 RTCStatsResponse::RTCStatsResponse()
41 PassRefPtr<RTCStatsReport> RTCStatsResponse::namedItem(const AtomicString& name)
48 size_t RTCStatsResponse::addReport(String id, String type, double timestamp)
55 void RTCStatsResponse::addStatistic(size_t report, String name, String value)
RTCStatsResponse.h 37 class RTCStatsResponse : public RTCStatsResponseBase, public ScriptWrappable {
39 static PassRefPtr<RTCStatsResponse> create();
49 RTCStatsResponse();

Completed in 281 milliseconds