Searched refs:Pending (Results 1 - 25 of 36) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Devtloop.h40 virtual bool Pending() const;
54 virtual bool Pending() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Devtloop.h27 virtual bool Pending() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Devtloopcmn.cpp99 while ( !Pending() && (wxTheApp && wxTheApp->ProcessIdle()) )
104 // Pending() returns true, do process them
107 while ( Pending() )
H A Dappcmn.cpp325 bool wxAppBase::Pending() function in class:wxAppBase
332 return loop && loop->Pending();
337 // see comment in Pending()
H A Dcshelp.cpp189 if (wxTheApp->Pending())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Devtloop.cpp85 bool wxEventLoop::Pending() const function in class:wxEventLoop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Devtloop.h28 virtual bool Pending() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Devtloop.h27 virtual bool Pending() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Devtloop.cpp129 while ( !Pending() && m_impl->SendIdleEvent() ) {}
165 bool wxEventLoop::Pending() const function in class:wxEventLoop
H A Dapp.cpp79 while (wxEventLoop::GetActive()->Pending())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Devtloop.cpp77 bool wxEventLoop::Pending() const function in class:wxEventLoop
151 while ( Pending() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Devtloop.cpp128 bool wxEventLoop::Pending() const function in class:wxEventLoop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Devtloop.cpp100 bool wxEventLoop::Pending() const function in class:wxEventLoop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Devtloop.cpp100 bool wxEventLoop::Pending() const function in class:wxEventLoop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Devtloop.h39 virtual bool Pending() const = 0;
72 // Pending() and Dispatch()
80 // enters a loop calling OnNextIteration(), Pending() and Dispatch() and
132 virtual bool Pending() const;
H A Dapp.h389 virtual bool Pending();
392 // appears if there are none currently, use Pending() if this is not
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Devtloop.cpp261 while ( !Pending() && m_impl->SendIdleMessage() )
268 if (Pending())
298 bool wxEventLoop::Pending() const function in class:wxEventLoop
H A Dmsgdlg.cpp62 while (wxTheApp->Pending())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Devtloop.cpp165 while ( ! Pending() )
206 bool wxEventLoop::Pending() const function in class:wxEventLoop
H A Dreparent.cpp163 if (eventLoop.Pending())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmsgdlg.cpp56 while ( wxTheApp->Pending() )
H A Devtloop.cpp214 bool wxEventLoop::Pending() const function in class:wxEventLoop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Devtloop.cpp143 bool wxEventLoop::Pending() const function in class:wxEventLoop
342 pendingEvents = evtLoop.Pending();
370 // writing a single byte to the pipe will cause wxEventLoop::Pending
H A Dapp.cpp441 while (wxTheApp && wxTheApp->Pending())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dapp.h48 virtual bool Pending() ;

Completed in 271 milliseconds

12