Searched refs:m_pEventInst (Results 1 – 1 of 1) sorted by relevance
72 rtl::Reference< vcl::DisplayConnectionDispatch > m_pEventInst; member in SalInstance146 { m_pEventInst = pInstance; } in SetEventCallback()148 { return m_pEventInst.is() && m_pEventInst->dispatchEvent( pEvent, nBytes ); } in CallEventCallback()150 { return m_pEventInst.is() && m_pEventInst->dispatchErrorEvent( pEvent, nBytes ); } in CallErrorCallback()
Completed in 14 milliseconds