Home
last modified time | relevance | path

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

/AOO42X/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx1573 …td::hash_map< Atom, IncrementalTransfer > >::const_iterator win_it = m_aIncrementals.find( request… in sendData()
1574 if( win_it != m_aIncrementals.end() ) in sendData()
1590 IncrementalTransfer& rInc = m_aIncrementals[ requestor ][ property ]; in sendData()
1973 it = m_aIncrementals.find( rNotify.window ); in handleSendPropertyNotify()
1974 if( it != m_aIncrementals.end() ) in handleSendPropertyNotify()
2048 m_aIncrementals.erase( it ); in handleSendPropertyNotify()
H A DX11_selection.hxx369 m_aIncrementals; member in x11::SelectionManager