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

  /external/chromium_org/content/browser/media/
webrtc_internals_browsertest.cc 80 PeerConnectionEntry(int pid, int lid) : pid_(pid), lid_(lid) {}
89 ss << pid_ << "-" << lid_; local
95 ss << pid_ << "-" << lid_ << "-update-log"; local
101 ss << "{pid:" << pid_ << ", lid:" << lid_ << ", log:["; local
111 int lid_; member in class:content::PeerConnectionEntry
177 ss << "{pid:" << pc.pid_ <<", lid:" << pc.lid_ << ", " <<
185 ss << "{pid:" << pc.pid_ <<", lid:" << pc.lid_ << "}";
308 ss << "{pid:" << pc.pid_ <<", lid:" << pc.lid_ <<
327 ss << "{pid:" << pc.pid_ << ", lid:" << pc.lid_ << ","
  /external/chromium_org/content/renderer/media/
peer_connection_tracker.cc 247 : lid_(lid){}
261 new PeerConnectionTrackerHost_AddStats(lid_, list));
268 int lid_; member in class:content::InternalStatsObserver

Completed in 402 milliseconds