Home
last modified time | relevance | path

Searched refs:inc_it (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx1580 if( inc_it != win_it->second.end() ) in sendData()
1582 const IncrementalTransfer& rInc = inc_it->second; in sendData()
1981 std::hash_map< Atom, IncrementalTransfer >::iterator inc_it; in handleSendPropertyNotify() local
1984 for( inc_it = it->second.begin(); inc_it != it->second.end(); ++inc_it ) in handleSendPropertyNotify()
1986 … if( (nCurrentTime - inc_it->second.m_nTransferStartTime) > (getSelectionTimeout()+2) ) in handleSendPropertyNotify()
1988 aTimeouts.push_back( inc_it->first ); in handleSendPropertyNotify()
1990 const IncrementalTransfer& rInc = inc_it->second; in handleSendPropertyNotify()
2008 inc_it = it->second.find( rNotify.atom ); in handleSendPropertyNotify()
2009 if( inc_it != it->second.end() ) in handleSendPropertyNotify()
2011 IncrementalTransfer& rInc = inc_it->second; in handleSendPropertyNotify()
[all …]

Completed in 31 milliseconds