Lines Matching refs:inc_it
1579 …std::hash_map< Atom, IncrementalTransfer >::const_iterator inc_it = win_it->second.find( property … in sendData() local
1580 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()
2045 it->second.erase( inc_it ); in handleSendPropertyNotify()