Home
last modified time | relevance | path

Searched refs:IncrementalTransfer (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx1579 …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 …]
H A DX11_selection.hxx172 struct IncrementalTransfer struct in x11::SelectionManager
189 Inactive, WaitingForResponse, WaitingForData, IncrementalTransfer enumerator
375 std::hash_map< XLIB_Window, std::hash_map< Atom, IncrementalTransfer > >

Completed in 51 milliseconds