Searched refs:IncrementalTransfer (Results 1 – 2 of 2) sorted by relevance
172 struct IncrementalTransfer struct in x11::SelectionManager189 Inactive, WaitingForResponse, WaitingForData, IncrementalTransfer enumerator375 std::hash_map< XLIB_Window, std::hash_map< Atom, IncrementalTransfer > >
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()[all …]
Completed in 30 milliseconds