Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/mac/
Dfull_screen_chrome_window_detector.cc210 for (WindowCapturer::WindowList::iterator it = previous_window_list_.begin(); in FindFullScreenWindow()
211 it != previous_window_list_.end(); ++it) { in FindFullScreenWindow()
230 previous_window_list_.clear(); in UpdateWindowListIfNeeded()
231 previous_window_list_.swap(current_window_list_); in UpdateWindowListIfNeeded()
235 previous_window_list_.clear(); in UpdateWindowListIfNeeded()
Dfull_screen_chrome_window_detector.h61 WindowCapturer::WindowList previous_window_list_; variable