Home
last modified time | relevance | path

Searched refs:pX11SalFrame (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/inc/unx/
H A Dsalframe.h275 static Bool checkKeyReleaseForRepeat( Display*, XEvent*, XPointer pX11SalFrame );
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx4172 Bool call_checkKeyReleaseForRepeat( Display* pDisplay, XEvent* pCheck, XPointer pX11SalFrame ) in call_checkKeyReleaseForRepeat() argument
4174 return X11SalFrame::checkKeyReleaseForRepeat( pDisplay, pCheck, pX11SalFrame ); in call_checkKeyReleaseForRepeat()
4178 Bool X11SalFrame::checkKeyReleaseForRepeat( Display*, XEvent* pCheck, XPointer pX11SalFrame ) in checkKeyReleaseForRepeat() argument
4180 X11SalFrame* pThis = (X11SalFrame*)pX11SalFrame; in checkKeyReleaseForRepeat()

Completed in 37 milliseconds