Searched refs:XQueryTree (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/modules/desktop_capture/linux/ |
D | window_list_utils.cc | 61 if (!XQueryTree(cache->display(), window, &root, &parent, &children, in GetApplicationWindow() 139 if (XQueryTree(display, root_window, &root_window, &parent, &children, in GetWindowList()
|
D | window_capturer_x11.cc | 97 int status = XQueryTree(display(), selected_window_, &root, &parent, in FocusOnSelectedSource()
|
D | mouse_cursor_monitor_x11.cc | 46 if (!XQueryTree(display, window, &root, &parent, &children, in GetTopLevelWindow()
|
/external/angle/src/tests/egl_tests/ |
D | EGLX11VisualTest.cpp | 216 XQueryTree(mDisplay, xWindow, &root, &parent, &children, &nchildren); in TEST_P()
|
/external/ImageMagick/MagickCore/ |
D | vms.h | 236 #define XQueryTree XQUERYTREE macro
|
D | xwindow.c | 4116 status=XQueryTree(display,window,&root_window,&window_info[id].parent, in XGetWindowImage() 4952 status=XQueryTree(display,target,&root,&parent,&children,&d); in XImportImage() 9718 status=XQueryTree(display,root_window,&child,&child,&children, in XWindowByID() 9796 status=XQueryTree(display,root_window,&child,&child,&children, in XWindowByName() 9879 status=XQueryTree(display,window,&root,&parent,&children,&number_children); in XWindowByProperty()
|