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

  /external/chromium_org/content/renderer/media/
rtc_peer_connection_handler.cc 266 AddReport(*(*it));
279 void AddReport(const StatsReport& report) {
280 int idx = response_->addReport(blink::WebString::fromUTF8(report.id),
333 size_t LocalRTCStatsResponse::addReport(blink::WebString type,
336 return impl_.addReport(type, id, timestamp);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 348 void AddReport(BugReport* R) { Reports.push_back(R); }

Completed in 1525 milliseconds