Home
last modified time | relevance | path

Searched refs:SourceFrameRef (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/browser/media/capture/
Daudio_mirroring_manager.h58 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);
Dweb_contents_audio_muter.cc74 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()
Daudio_mirroring_manager.cc48 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()
Dweb_contents_audio_input_stream.cc58 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()
Daudio_mirroring_manager_unittest.cc42 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()