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

/external/webrtc/webrtc/modules/desktop_capture/mac/
H A Dwindow_list_utils.cc19 bool GetWindowList(WindowCapturer::WindowList* windows) { function in namespace:webrtc
/external/webrtc/webrtc/base/
H A Dwin32windowpicker_unittest.cc41 virtual bool GetWindowList(WindowDescriptionList* descriptions) { function in class:rtc::Win32WindowPickerForTest
69 EXPECT_TRUE(window_picker.GetWindowList(&descriptions));
H A Dwin32windowpicker.cc101 bool Win32WindowPicker::GetWindowList(WindowDescriptionList* descriptions) { function in class:rtc::Win32WindowPicker
H A Dmacwindowpicker.cc209 bool MacWindowPicker::GetWindowList(WindowDescriptionList* descriptions) { function in class:rtc::MacWindowPicker
H A Dx11windowpicker.cc772 bool X11WindowPicker::GetWindowList(WindowDescriptionList* descriptions) { function in class:rtc::X11WindowPicker
/external/webrtc/webrtc/modules/desktop_capture/
H A Dwindow_capturer_null.cc27 bool GetWindowList(WindowList* windows) override;
48 bool WindowCapturerNull::GetWindowList(WindowList* windows) { function in class:webrtc::__anon21011::WindowCapturerNull
H A Dcropping_window_capturer.cc56 bool CroppingWindowCapturer::GetWindowList(WindowList* windows) { function in class:webrtc::CroppingWindowCapturer
57 return window_capturer_->GetWindowList(windows);
H A Dwindow_capturer_win.cc87 bool GetWindowList(WindowList* windows) override;
117 bool WindowCapturerWin::GetWindowList(WindowList* windows) { function in class:webrtc::__anon21012::WindowCapturerWin
H A Dwindow_capturer_x11.cc95 bool GetWindowList(WindowList* windows) override;
163 bool WindowCapturerLinux::GetWindowList(WindowList* windows) { function in class:webrtc::__anon21013::WindowCapturerLinux

Completed in 261 milliseconds