Home
last modified time | relevance | path

Searched refs:peer_connection_tracker_host_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
Drender_process_host_impl.h360 scoped_refptr<PeerConnectionTrackerHost> peer_connection_tracker_host_; variable
Drender_process_host_impl.cc669 peer_connection_tracker_host_ = new PeerConnectionTrackerHost(GetID()); in CreateMessageFilters()
670 AddFilter(peer_connection_tracker_host_.get()); in CreateMessageFilters()