Searched refs:IsPaused (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dvidwin.h98 bool IsPaused() const;
H A Dvidbase.h101 virtual bool IsPaused() const = 0;
H A Dvidxanm.h118 bool IsPaused() const;
H A Dsndfile.h69 bool IsPaused() const { return m_state == wxSOUND_FILE_PAUSED; } function in class:wxSoundFileStream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/mmedia/
H A Dmmbman.h56 virtual bool IsPaused() = 0;
H A Dmmbman.cpp86 bool IsPaused();
121 bool IsPaused();
208 bool MMBoardSoundFile::IsPaused() function in class:MMBoardSoundFile
210 return m_file_stream->IsPaused();
441 bool MMBoardVideoFile::IsPaused() function in class:MMBoardVideoFile
443 return m_video_driver->IsPaused();
H A Dmmboard.cpp529 if (m_opened_file->IsPaused())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/include/winamp2/
H A Din2.h41 int (*IsPaused)(); // ispaused? return 1 if paused, 0 if not member in struct:__anon3854
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dvidwin.tex140 \membersection{wxVideoWindows::IsPaused}\label{wxvideowindowsispaused}
142 \constfunc{bool}{IsPaused}{\void}
H A Dvidbase.tex163 \membersection{wxVideoBaseDriver::IsPaused}\label{wxvideobasedriverispaused}
165 \constfunc{bool}{IsPaused}{\void}
H A Dvidxanm.tex141 \membersection{wxVideoXANIM::IsPaused}\label{wxvideoxanimispaused}
143 \constfunc{bool}{IsPaused}{\void}
H A Dsndfile.tex108 \membersection{wxSoundFileStream::IsPaused}\label{wxsoundfilestreamispaused}
109 \constfunc{bool}{IsPaused}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dvidwin.cpp134 bool wxVideoWindows::IsPaused() const function in class:wxVideoWindows
H A Dvidxanm.cpp298 bool wxVideoXANIM::IsPaused() const function in class:wxVideoXANIM
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DThreadTasks.h282 bool IsPaused() const throw() { return m_pause; } function in class:CAllocFinishedEvent
H A DPartFile.h190 bool IsPaused() const { return m_paused; } function in class:CPartFile
H A DDownloadQueue.cpp452 if (!file->IsPaused() && !file->IsStopped()) {
1269 } else if ( free < min && !file->IsPaused() ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dthread.cpp706 if ( shouldResume || IsPaused() )
842 bool wxThread::IsPaused() const function in class:wxThread
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dthread.cpp520 bool wxThread::IsPaused() const function in class:wxThread
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dthread.h542 bool IsPaused() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dthread.cpp715 shouldResume = IsPaused();
900 bool wxThread::IsPaused() const function in class:wxThread
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/thread/
H A Dthread.cpp591 while ( n < count && !wxGetApp().m_threads[n]->IsPaused() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmpthread.cpp1407 bool wxThread::IsPaused() const function in class:wxThread
H A Dthread.cpp1618 bool wxThread::IsPaused() const function in class:wxThread
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dthread.cpp1212 bool wxThread::IsPaused() const function in class:wxThread

Completed in 109 milliseconds

12