Searched refs:dispatchErrorEvent (Results 1 – 4 of 4) sorted by relevance
40 virtual bool dispatchErrorEvent(void * pData, int nBytes) = 0;
56 virtual bool dispatchErrorEvent( void* pData, int nBytes );
150 { return m_pEventInst.is() && m_pEventInst->dispatchErrorEvent( pEvent, nBytes ); } in CallErrorCallback()
159 bool DisplayConnection::dispatchErrorEvent( void* pData, int nBytes ) in dispatchErrorEvent() function in DisplayConnection
Completed in 25 milliseconds