OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addReport
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/mediastream/
RTCStatsResponseBase.h
38
virtual size_t
addReport
(String id, String type, double timestamp) = 0;
/external/chromium_org/third_party/WebKit/Source/platform/exported/
WebRTCStatsResponse.cpp
56
size_t WebRTCStatsResponse::
addReport
(WebString id, WebString type, double timestamp)
59
return m_private->
addReport
(id, type, timestamp);
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCStatsResponse.h
45
virtual size_t
addReport
(String id, String type, double timestamp) OVERRIDE;
RTCStatsResponse.cpp
48
size_t RTCStatsResponse::
addReport
(String id, String type, double timestamp)
/external/chromium_org/third_party/WebKit/public/platform/
WebRTCStatsResponse.h
54
BLINK_PLATFORM_EXPORT size_t
addReport
(WebString id, WebString type, double timestamp);
/external/chromium_org/third_party/WebKit/Source/testing/runner/
MockWebRTCPeerConnectionHandler.cpp
277
size_t reportIndex = response.
addReport
("Mock video", "ssrc", currentDate);
281
size_t reportIndex = response.
addReport
("Mock audio", "ssrc", currentDate);
283
reportIndex = response.
addReport
("Mock video", "ssrc", currentDate);
/external/chromium_org/content/renderer/media/
rtc_peer_connection_handler.h
34
virtual size_t
addReport
(blink::WebString type, blink::WebString id,
rtc_peer_connection_handler.cc
242
AddReport
(*it);
249
void
AddReport
(const webrtc::StatsReport& report) {
250
int idx = response_->
addReport
(blink::WebString::fromUTF8(report.id),
305
size_t LocalRTCStatsResponse::
addReport
(blink::WebString type,
308
return impl_.
addReport
(type, id, timestamp);
rtc_peer_connection_handler_unittest.cc
55
virtual size_t
addReport
(blink::WebString type,
[
all
...]
Completed in 307 milliseconds