Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/mac/
Dwindow_list_utils.h31 bool GetWindowList(rtc::FunctionView<bool(CFDictionaryRef)> on_window,
36 bool GetWindowList(DesktopCapturer::SourceList* windows,
Dwindow_list_utils.cc83 bool GetWindowList(rtc::FunctionView<bool(CFDictionaryRef)> on_window, in GetWindowList() function
157 bool GetWindowList(DesktopCapturer::SourceList* windows, in GetWindowList() function
164 const bool ret = GetWindowList( in GetWindowList()
/external/webrtc/modules/desktop_capture/linux/
Dwindow_list_utils.h31 bool GetWindowList(XAtomCache* cache,
Dwindow_finder_x11.cc30 GetWindowList(cache_, [&id, this, point](::Window window) { in GetWindowUnderPoint()
Dwindow_list_utils.cc124 bool GetWindowList(XAtomCache* cache, in GetWindowList() function
Dwindow_capturer_x11.cc57 return GetWindowList(&atom_cache_, [this, sources](::Window window) { in GetSourceList()
/external/webrtc/modules/desktop_capture/
Dwindow_finder_mac.mm31 GetWindowList(
Dwindow_capturer_mac.mm88 return webrtc::GetWindowList(sources, true, true);
164 return webrtc::GetWindowList(sources, true, false);