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

/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_manager.cc105 std::string video_stream_source; local
108 &video_stream_source,
112 if (video_stream_source == kMediaStreamSourceTab) {
114 } else if (video_stream_source == kMediaStreamSourceScreen) {
116 } else if (video_stream_source == kMediaStreamSourceDesktop) {
1346 std::string video_stream_source; local
1350 &video_stream_source,
1357 if (video_stream_source == kMediaStreamSourceDesktop) {

Completed in 201 milliseconds