Searched refs:video_stream_source (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_manager.cc100 std::string video_stream_source; local
103 &video_stream_source,
107 if (video_stream_source == kMediaStreamSourceTab) {
109 } else if (video_stream_source == kMediaStreamSourceScreen) {
111 } else if (video_stream_source == kMediaStreamSourceDesktop) {
1345 std::string video_stream_source; local
1349 &video_stream_source,
1356 if (video_stream_source == kMediaStreamSourceDesktop) {

Completed in 50 milliseconds