Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Dcropping_window_capturer_win.cc65 if (!window_capture_helper()->IsWindowVisibleOnCurrentDesktop(hwnd)) { in IsTopWindow()
179 if (!window_capture_helper_.IsWindowVisibleOnCurrentDesktop(selected)) { in ShouldUseScreenCapturer()
/external/webrtc/modules/desktop_capture/win/
Dwindow_capture_utils.h95 bool IsWindowVisibleOnCurrentDesktop(HWND hwnd);
Dwindow_capture_utils.cc352 bool WindowCaptureHelperWin::IsWindowVisibleOnCurrentDesktop(HWND hwnd) { in IsWindowVisibleOnCurrentDesktop() function in webrtc::WindowCaptureHelperWin
382 if (!IsWindowVisibleOnCurrentDesktop(reinterpret_cast<HWND>(it->id))) { in EnumerateCapturableWindows()
Dwindow_capturer_win_gdi.cc60 !context->window_capture_helper()->IsWindowVisibleOnCurrentDesktop( in OwnedWindowCollector()
191 !window_capture_helper_.IsWindowVisibleOnCurrentDesktop(window_)) { in CaptureFrame()