Lines Matching refs:pDisplay

110 static void doReparentPresentationDialogues( SalDisplay* pDisplay )  in doReparentPresentationDialogues()  argument
112 pDisplay->GetXLib()->PushXErrorLevel( true ); in doReparentPresentationDialogues()
118 XGetGeometry( pDisplay->GetDisplay(), in doReparentPresentationDialogues()
122 XTranslateCoordinates( pDisplay->GetDisplay(), in doReparentPresentationDialogues()
128 XReparentWindow( pDisplay->GetDisplay(), in doReparentPresentationDialogues()
135 XSetInputFocus( pDisplay->GetDisplay(), hPresFocusWindow, PointerRoot, CurrentTime ); in doReparentPresentationDialogues()
136 XSync( pDisplay->GetDisplay(), False ); in doReparentPresentationDialogues()
137 pDisplay->GetXLib()->PopXErrorLevel(); in doReparentPresentationDialogues()
902 pFrame->maSystemChildData.pDisplay = GetXDisplay(); in GetSystemData()
1859 Display* pDisplay = GetXDisplay(); in SnapShot() local
1865 XSync(pDisplay, False); in SnapShot()
1868 while (XPending(pDisplay)); in SnapShot()
1875 XSync(pDisplay, False); in SnapShot()
1878 while (XPending(pDisplay)); in SnapShot()
1894 if (pBmp->SnapShot (pDisplay, hWindow)) in SnapShot()
3812 Display *pDisplay = pEvent->display; in HandleReparentEvent() local
3836 XQueryTree( pDisplay, in HandleReparentEvent()
3856 XSetWindowBackgroundPixmap( pDisplay, hWM_Parent, None ); in HandleReparentEvent()
3870 XSelectInput( pDisplay, GetStackingWindow(), StructureNotifyMask ); in HandleReparentEvent()
4172 Bool call_checkKeyReleaseForRepeat( Display* pDisplay, XEvent* pCheck, XPointer pX11SalFrame ) in call_checkKeyReleaseForRepeat() argument
4174 return X11SalFrame::checkKeyReleaseForRepeat( pDisplay, pCheck, pX11SalFrame ); in call_checkKeyReleaseForRepeat()