Searched refs:m_stopped (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dvidwin.cpp51 m_stopped = true;
67 m_stopped = true;
120 if (m_paused || m_stopped)
128 if (!m_paused || m_stopped)
141 return m_stopped;
187 if (!m_stopped)
189 m_stopped = false;
197 if (m_stopped)
199 m_stopped = true;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dvidwin.h61 bool m_paused, m_stopped, m_remove_file; member in class:wxVideoWindows
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPartFile.h189 bool IsStopped() const { return this ? m_stopped : true; }
324 bool m_stopped; member in class:CPartFile
H A DPartFile.cpp457 m_stopped = m_paused;
1547 !m_stopped ) {
1634 if (m_stopped) {
2354 m_stopped = true;
2452 m_stopped = false;
2675 if (m_stopped) {
3629 m_stopped = false;
3721 if (m_stopped && (GetStatus()!=PS_COMPLETE)) {
H A Damule-remote-gui.cpp1557 tag->Stopped(&file->m_stopped);

Completed in 78 milliseconds