Searched refs:GetWindowList (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/modules/desktop_capture/mac/ |
D | window_list_utils.h | 31 bool GetWindowList(rtc::FunctionView<bool(CFDictionaryRef)> on_window, 36 bool GetWindowList(DesktopCapturer::SourceList* windows,
|
D | window_list_utils.cc | 83 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/ |
D | window_list_utils.h | 31 bool GetWindowList(XAtomCache* cache,
|
D | window_finder_x11.cc | 30 GetWindowList(cache_, [&id, this, point](::Window window) { in GetWindowUnderPoint()
|
D | window_list_utils.cc | 124 bool GetWindowList(XAtomCache* cache, in GetWindowList() function
|
D | window_capturer_x11.cc | 57 return GetWindowList(&atom_cache_, [this, sources](::Window window) { in GetSourceList()
|
/external/webrtc/modules/desktop_capture/ |
D | window_finder_mac.mm | 31 GetWindowList(
|
D | window_capturer_mac.mm | 88 return webrtc::GetWindowList(sources, true, true); 164 return webrtc::GetWindowList(sources, true, false);
|