Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/mac/
Dfull_screen_mac_application_handler.cc66 cache_sources_.clear(); in InvalidateCacheIfNeeded()
68 std::back_inserter(cache_sources_), in InvalidateCacheIfNeeded()
81 if (cache_sources_.empty()) in FindFullScreenWindowWithSamePid()
98 cache_sources_.begin(), cache_sources_.end(), in FindFullScreenWindowWithSamePid()
111 return it != cache_sources_.end() ? it->id : 0; in FindFullScreenWindowWithSamePid()
126 mutable DesktopCapturer::SourceList cache_sources_; member in webrtc::__anonf20565f10111::FullScreenMacApplicationHandler