Searched refs:inc_it (Results 1 – 1 of 1) sorted by relevance
1576 …std::hash_map< Atom, IncrementalTransfer >::const_iterator inc_it = win_it->second.find( property … in sendData() local1577 if( inc_it != win_it->second.end() ) in sendData()1579 const IncrementalTransfer& rInc = inc_it->second; in sendData()1978 std::hash_map< Atom, IncrementalTransfer >::iterator inc_it; in handleSendPropertyNotify() local1981 for( inc_it = it->second.begin(); inc_it != it->second.end(); ++inc_it ) in handleSendPropertyNotify()1983 … if( (nCurrentTime - inc_it->second.m_nTransferStartTime) > (getSelectionTimeout()+2) ) in handleSendPropertyNotify()1985 aTimeouts.push_back( inc_it->first ); in handleSendPropertyNotify()1987 const IncrementalTransfer& rInc = inc_it->second; in handleSendPropertyNotify()2005 inc_it = it->second.find( rNotify.atom ); in handleSendPropertyNotify()2006 if( inc_it != it->second.end() ) in handleSendPropertyNotify()[all …]