Searched refs:WasCancelled (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmpthread.cpp768 bool WasCancelled() const { return m_cancelled; } function in class:wxThreadInternal
842 pthread->WasCancelled();
1337 return m_internal->WasCancelled();
H A Dthread.cpp977 bool WasCancelled() const function in class:wxThreadInternal
1057 pthread->WasCancelled();
1548 return m_internal->WasCancelled();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dthreadpsx.cpp659 bool WasCancelled() const { return m_cancelled; } function in class:wxThreadInternal
756 pthread->WasCancelled();
1535 return m_internal->WasCancelled();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/guisfx/
H A Dsfxwiz.c448 #define WasCancelled(hDlg) (!IsWindowEnabled(GetDlgItem(hDlg,IDCANCEL))) macro

Completed in 167 milliseconds