Lines Matching refs:PostValidateTree
2184 if (pWin->drawable.pScreen->PostValidateTree) in ReflectStackChange()
2185 (*pScreen->PostValidateTree) (pLayerWin->parent, pFirstChange, in ReflectStackChange()
2701 if (pScreen->PostValidateTree) in MapWindow()
2702 (*pScreen->PostValidateTree) (pLayerWin->parent, pLayerWin, in MapWindow()
2718 if (pScreen->PostValidateTree) in MapWindow()
2719 (*pScreen->PostValidateTree) (NullWindow, pWin, VTMap); in MapWindow()
2782 if (pScreen->PostValidateTree) in MapSubwindows()
2783 (*pScreen->PostValidateTree) (pLayerWin->parent, pFirstMapped, in MapSubwindows()
2879 if (pScreen->PostValidateTree) in UnmapWindow()
2880 (*pScreen->PostValidateTree) (pLayerWin->parent, pWin, VTUnmap); in UnmapWindow()
2949 if (pScreen->PostValidateTree) in UnmapSubwindows()
2950 (*pScreen->PostValidateTree) (pLayerWin->parent, pHead, in UnmapSubwindows()
3731 if (pScreen->PostValidateTree) in SetRootClip()
3732 (*pScreen->PostValidateTree) (pWin, NullWindow, VTOther); in SetRootClip()