Searched refs:lid_ (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/content/browser/media/ |
D | webrtc_internals_browsertest.cc | 80 PeerConnectionEntry(int pid, int lid) : pid_(pid), lid_(lid) {} in PeerConnectionEntry() 89 ss << pid_ << "-" << lid_; in getIdString() 95 ss << pid_ << "-" << lid_ << "-update-log"; in getLogIdString() 101 ss << "{pid:" << pid_ << ", lid:" << lid_ << ", log:["; in getAllUpdateString() 111 int lid_; member in content::PeerConnectionEntry 177 ss << "{pid:" << pc.pid_ <<", lid:" << pc.lid_ << ", " << in ExecuteAddPeerConnectionJs() 185 ss << "{pid:" << pc.pid_ <<", lid:" << pc.lid_ << "}"; in ExecuteRemovePeerConnectionJs() 308 ss << "{pid:" << pc.pid_ <<", lid:" << pc.lid_ << in ExecuteAndVerifyUpdatePeerConnection() 327 ss << "{pid:" << pc.pid_ << ", lid:" << pc.lid_ << "," in ExecuteAndVerifyAddStats()
|
/external/chromium_org/content/renderer/media/ |
D | peer_connection_tracker.cc | 247 : lid_(lid){} in InternalStatsObserver() 261 new PeerConnectionTrackerHost_AddStats(lid_, list)); in OnComplete() 268 int lid_; member in content::InternalStatsObserver
|