Lines Matching refs:m_eState

936     it->second->m_eState			= Selection::WaitingForResponse;  in getPasteData()
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()
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()
2145 fprintf( stderr, "Warning: selection in state %d\n", it->second->m_eState ); in handleSelectionNotify()