Home
last modified time | relevance | path

Searched refs:GetWindowState (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/desktop_capture/linux/
Dwindow_list_utils.cc47 int32_t state = GetWindowState(cache, window); in GetApplicationWindow()
115 int32_t GetWindowState(XAtomCache* cache, ::Window window) { in GetWindowState() function
Dwindow_list_utils.h36 int32_t GetWindowState(XAtomCache* cache, ::Window window);
Dwindow_capturer_x11.cc161 if (GetWindowState(&atom_cache_, selected_window_) == IconicState) { in CaptureFrame()