Lines Matching refs:Selection

537 	::std::hash_map< Atom, Selection* >::iterator it =  in getAdaptor()
770 Selection* pSel = m_aSelections[ selection ]; in requestOwnership()
898 ::std::hash_map< Atom, Selection* >::iterator it; in getPasteData()
936 it->second->m_eState = Selection::WaitingForResponse; in getPasteData()
1039 ::std::hash_map< Atom, Selection* >::iterator it; in getPasteData()
1248 ::std::hash_map< Atom, Selection* >::iterator it; in getPasteDataTypes()
1454 std::hash_map< Atom, Selection* >::const_iterator it = m_aSelections.find( selection ); in getPixmapHolder()
1850 ::std::hash_map< Atom, Selection* >::iterator it = in handleReceivePropertyNotify()
1854 ( it->second->m_eState == Selection::WaitingForResponse || in handleReceivePropertyNotify()
1855 it->second->m_eState == Selection::WaitingForData || in handleReceivePropertyNotify()
1856 it->second->m_eState == Selection::IncrementalTransfer in handleReceivePropertyNotify()
1862 ( it->second->m_eState == Selection::WaitingForResponse || in handleReceivePropertyNotify()
1863 it->second->m_eState == Selection::WaitingForData ) ) in handleReceivePropertyNotify()
1899 it->second->m_eState = Selection::IncrementalTransfer; in handleReceivePropertyNotify()
1921 if( it->second->m_eState == Selection::WaitingForData || in handleReceivePropertyNotify()
1922 it->second->m_eState == Selection::WaitingForResponse ) in handleReceivePropertyNotify()
1926 it->second->m_eState = Selection::Inactive; in handleReceivePropertyNotify()
1929 else if( it->second->m_eState == Selection::IncrementalTransfer ) in handleReceivePropertyNotify()
1941 it->second->m_eState = Selection::Inactive; in handleReceivePropertyNotify()
1948 else if( it->second->m_eState == Selection::IncrementalTransfer ) in handleReceivePropertyNotify()
1950 it->second->m_eState = Selection::Inactive; in handleReceivePropertyNotify()
2079 ::std::hash_map< Atom, Selection* >::iterator it = in handleSelectionNotify()
2085 (it->second->m_eState == Selection::WaitingForResponse) || in handleSelectionNotify()
2086 (it->second->m_eState == Selection::WaitingForData) in handleSelectionNotify()
2122 it->second->m_eState = Selection::Inactive; in handleSelectionNotify()
2135 it->second->m_eState = Selection::Inactive; in handleSelectionNotify()
2141 it->second->m_eState = Selection::WaitingForData; in handleSelectionNotify()
3663 …std::hash_map< Atom, Selection* >::iterator it( m_aSelections.find( rEvent.xselectionclear.selecti… in handleXEvent()
3791 …for( std::hash_map< Atom, Selection* >::iterator it = This->m_aSelections.begin(); it != This->m_a… in run()
3931 Selection* pNewSelection = new Selection(); in registerHandler()
3943 ::std::hash_map< Atom, Selection* >::iterator it = in deregisterHandler()