Searched refs:IsWindowVisibleOnCurrentDesktop (Results 1 – 4 of 4) sorted by relevance
65 if (!window_capture_helper()->IsWindowVisibleOnCurrentDesktop(hwnd)) { in IsTopWindow()179 if (!window_capture_helper_.IsWindowVisibleOnCurrentDesktop(selected)) { in ShouldUseScreenCapturer()
95 bool IsWindowVisibleOnCurrentDesktop(HWND hwnd);
352 bool WindowCaptureHelperWin::IsWindowVisibleOnCurrentDesktop(HWND hwnd) { in IsWindowVisibleOnCurrentDesktop() function in webrtc::WindowCaptureHelperWin382 if (!IsWindowVisibleOnCurrentDesktop(reinterpret_cast<HWND>(it->id))) { in EnumerateCapturableWindows()
60 !context->window_capture_helper()->IsWindowVisibleOnCurrentDesktop( in OwnedWindowCollector()191 !window_capture_helper_.IsWindowVisibleOnCurrentDesktop(window_)) { in CaptureFrame()