Searched refs:SourceFrameRef (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/content/browser/media/capture/ |
D | audio_mirroring_manager.h | 58 typedef std::pair<int, int> SourceFrameRef; typedef 69 typedef base::Callback<void(const std::set<SourceFrameRef>&)> 72 const std::set<SourceFrameRef>& candidates, 114 SourceFrameRef source_render_frame; 123 StreamRoutingState(const SourceFrameRef& source_frame, 135 const std::set<SourceFrameRef>& candidates); 143 const std::set<SourceFrameRef>& matches);
|
D | web_contents_audio_muter.cc | 74 typedef AudioMirroringManager::SourceFrameRef SourceFrameRef; typedef in content::WebContentsAudioMuter::MuteDestination 79 const std::set<SourceFrameRef>& candidates, in QueryForMatches() 90 void QueryForMatchesOnUIThread(const std::set<SourceFrameRef>& candidates, in QueryForMatchesOnUIThread() 93 std::set<SourceFrameRef> matches; in QueryForMatchesOnUIThread() 96 for (std::set<SourceFrameRef>::const_iterator i = candidates.begin(); in QueryForMatchesOnUIThread()
|
D | audio_mirroring_manager.cc | 48 SourceFrameRef(render_process_id, render_frame_id), in AddDiverter() 53 std::set<SourceFrameRef> candidates; in AddDiverter() 86 std::set<SourceFrameRef> candidates; in StartMirroring() 108 std::set<SourceFrameRef> redivert_candidates; in StopMirroring() 130 const std::set<SourceFrameRef>& candidates) { in InitiateQueriesToFindNewDestination() 149 const std::set<SourceFrameRef>& matches) { in UpdateRoutesToDestination() 162 std::set<SourceFrameRef> redivert_candidates; in UpdateRoutesToDestination() 207 const SourceFrameRef& source_frame, Diverter* stream_diverter) in StreamRoutingState()
|
D | web_contents_audio_input_stream.cc | 58 typedef AudioMirroringManager::SourceFrameRef SourceFrameRef; typedef in content::WebContentsAudioInputStream::Impl 83 const std::set<SourceFrameRef>& candidates, 85 void QueryForMatchesOnUIThread(const std::set<SourceFrameRef>& candidates, 259 const std::set<SourceFrameRef>& candidates, in QueryForMatches() 271 const std::set<SourceFrameRef>& candidates, in QueryForMatchesOnUIThread() 275 std::set<SourceFrameRef> matches; in QueryForMatchesOnUIThread() 280 for (std::set<SourceFrameRef>::const_iterator i = candidates.begin(); in QueryForMatchesOnUIThread()
|
D | audio_mirroring_manager_unittest.cc | 42 typedef AudioMirroringManager::SourceFrameRef SourceFrameRef; typedef in content::__anona27389c80111::MockMirroringDestination 50 void(const std::set<SourceFrameRef>& candidates, 55 void SimulateQuery(const std::set<SourceFrameRef>& candidates, in SimulateQuery() 59 std::set<SourceFrameRef> result; in SimulateQuery() 60 if (candidates.find(SourceFrameRef(render_process_id_, render_frame_id_)) != in SimulateQuery() 62 result.insert(SourceFrameRef(render_process_id_, render_frame_id_)); in SimulateQuery()
|