OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addStatistic
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCStatsResponse.cpp
55
void RTCStatsResponse::
addStatistic
(size_t report, String name, String value)
58
m_result[report]->
addStatistic
(name, value);
RTCStatsReport.cpp
66
void RTCStatsReport::
addStatistic
(const String& name, const String& value)
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebRTCStatsResponse.cpp
62
void WebRTCStatsResponse::
addStatistic
(size_t report, WebString name, WebString value)
65
m_private->
addStatistic
(report, name, value);
/external/llvm/lib/Support/
Statistic.cpp
59
void
addStatistic
(const Statistic *S) {
76
StatInfo->
addStatistic
(this);
/external/chromium_org/content/renderer/media/
rtc_peer_connection_handler.cc
254
AddStatistic
(idx, value_it->name, value_it->value);
258
void
AddStatistic
(int idx, const std::string& name,
260
response_->
addStatistic
(idx,
313
void LocalRTCStatsResponse::
addStatistic
(size_t report,
316
impl_.
addStatistic
(report, name, value);
Completed in 148 milliseconds