Lines Matching refs:IncrementalTransfer
1576 …std::hash_map< XLIB_Window, std::hash_map< Atom, IncrementalTransfer > >::const_iterator win_it = … in sendData()
1579 …std::hash_map< Atom, IncrementalTransfer >::const_iterator inc_it = win_it->second.find( property … in sendData()
1582 const IncrementalTransfer& rInc = inc_it->second; in sendData()
1593 IncrementalTransfer& rInc = m_aIncrementals[ requestor ][ property ]; in sendData()
1856 it->second->m_eState == Selection::IncrementalTransfer in handleReceivePropertyNotify()
1899 it->second->m_eState = Selection::IncrementalTransfer; in handleReceivePropertyNotify()
1929 else if( it->second->m_eState == Selection::IncrementalTransfer ) in handleReceivePropertyNotify()
1948 else if( it->second->m_eState == Selection::IncrementalTransfer ) in handleReceivePropertyNotify()
1975 std::hash_map< XLIB_Window, std::hash_map< Atom, IncrementalTransfer > >::iterator it; in handleSendPropertyNotify()
1981 std::hash_map< Atom, IncrementalTransfer >::iterator inc_it; in handleSendPropertyNotify()
1990 const IncrementalTransfer& rInc = inc_it->second; in handleSendPropertyNotify()
2011 IncrementalTransfer& rInc = inc_it->second; in handleSendPropertyNotify()