Searched refs:IncrementalTransfer (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/vcl/unx/generic/dtrans/ |
| H A D | X11_selection.hxx | 172 struct IncrementalTransfer struct in x11::SelectionManager 189 Inactive, WaitingForResponse, WaitingForData, IncrementalTransfer enumerator 375 std::hash_map< XLIB_Window, std::hash_map< Atom, IncrementalTransfer > >
|
| H A D | X11_selection.cxx | 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() [all …]
|