Searched refs:IncrementalTransfer (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/vcl/unx/generic/dtrans/ |
| H A D | X11_selection.cxx | 1573 …std::hash_map< XLIB_Window, std::hash_map< Atom, IncrementalTransfer > >::const_iterator win_it = … in sendData() 1576 …std::hash_map< Atom, IncrementalTransfer >::const_iterator inc_it = win_it->second.find( property … in sendData() 1579 const IncrementalTransfer& rInc = inc_it->second; in sendData() 1590 IncrementalTransfer& rInc = m_aIncrementals[ requestor ][ property ]; in sendData() 1853 it->second->m_eState == Selection::IncrementalTransfer in handleReceivePropertyNotify() 1896 it->second->m_eState = Selection::IncrementalTransfer; in handleReceivePropertyNotify() 1926 else if( it->second->m_eState == Selection::IncrementalTransfer ) in handleReceivePropertyNotify() 1945 else if( it->second->m_eState == Selection::IncrementalTransfer ) in handleReceivePropertyNotify() 1972 std::hash_map< XLIB_Window, std::hash_map< Atom, IncrementalTransfer > >::iterator it; in handleSendPropertyNotify() 1978 std::hash_map< Atom, IncrementalTransfer >::iterator inc_it; in handleSendPropertyNotify() [all …]
|
| H A D | X11_selection.hxx | 168 struct IncrementalTransfer struct in x11::SelectionManager 185 Inactive, WaitingForResponse, WaitingForData, IncrementalTransfer enumerator 368 std::hash_map< XLIB_Window, std::hash_map< Atom, IncrementalTransfer > >
|