Searched refs:IsDesktopElement (Results 1 – 3 of 3) sorted by relevance
115 bool IsDesktopElement(::Window window);186 if (app_window && !IsDesktopElement(app_window)) { in GetWindowList()363 bool WindowCapturerLinux::IsDesktopElement(::Window window) { in IsDesktopElement() function in webrtc::__anone9ca584a0111::WindowCapturerLinux
31 static bool IsDesktopElement(_XDisplay* display, Window window);
624 !X11WindowPicker::IsDesktopElement(display_, app_window)) { in EnumerateScreenWindows()726 bool X11WindowPicker::IsDesktopElement(_XDisplay* display, Window window) { in IsDesktopElement() function in rtc::X11WindowPicker