Lines Matching refs:requestor

989                     && ( aEvent.xselection.requestor == m_aWindow ||  in getPasteData()
990 aEvent.xselection.requestor == m_aCurrentDropWindow ) in getPasteData()
1469 XLIB_Window requestor, in sendData() argument
1546 requestor, in sendData()
1576 …hash_map< Atom, IncrementalTransfer > >::const_iterator win_it = m_aIncrementals.find( requestor ); in sendData()
1593 IncrementalTransfer& rInc = m_aIncrementals[ requestor ][ property ]; in sendData()
1596 rInc.m_aRequestor = requestor; in sendData()
1604 XSelectInput( m_pDisplay, requestor, PropertyChangeMask ); in sendData()
1605 XChangeProperty( m_pDisplay, requestor, property, in sendData()
1613 requestor, in sendData()
1647 aNotify.xselection.requestor = rRequest.requestor; in handleSelectionRequest()
1676 XChangeProperty( m_pDisplay, rRequest.requestor, rRequest.property, in handleSelectionRequest()
1689 XChangeProperty( m_pDisplay, rRequest.requestor, rRequest.property, in handleSelectionRequest()
1709 rRequest.requestor, in handleSelectionRequest()
1725 rRequest.requestor, in handleSelectionRequest()
1749 …bool bSuccess = sendData( pAdaptor, rRequest.requestor, pAtoms[i], pAtoms[i+1], rRequest.selection… in handleSelectionRequest()
1762 rRequest.requestor, in handleSelectionRequest()
1779 rRequest.requestor ); in handleSelectionRequest()
1781 Atom* pProps = XListProperties( m_pDisplay, rRequest.requestor, &nProps ); in handleSelectionRequest()
1794 …bEventSuccess = sendData( pAdaptor, rRequest.requestor, rRequest.target, rRequest.property, rReque… in handleSelectionRequest()
1807 XSendEvent( m_pDisplay, rRequest.requestor, False, 0, &aNotify ); in handleSelectionRequest()
2076 if( rNotify.requestor != m_aWindow && rNotify.requestor != m_aCurrentDropWindow ) in handleSelectionNotify()
2077 … fprintf( stderr, "Warning: selection notify for unknown window 0x%lx\n", rNotify.requestor ); in handleSelectionNotify()
2082 (rNotify.requestor == m_aWindow || rNotify.requestor == m_aCurrentDropWindow) && in handleSelectionNotify()
2100 rNotify.requestor, in handleSelectionNotify()
2113 rNotify.requestor, in handleSelectionNotify()