Searched refs:isCharged (Results 1 – 10 of 10) sorted by relevance
35 OSL_ASSERT( isCharged() ); in fire()36 if (isCharged()) { in fire()44 bool Delay::isCharged() const in isCharged() function in slideshow::internal::Delay57 if (isCharged()) { in dispose()
64 bool WakeupEvent::isCharged() const in isCharged() function in slideshow::internal::WakeupEvent
228 if( event.pEvent->isCharged() ) in process_()
87 virtual bool isCharged() const { return true; } in isCharged() function in slideshow::internal::RehearseTimingsActivity::WakeupEvent
96 if(pEvent->isCharged()) in fireSingleEvent()
55 if( mpEvent && isCharged() ) in fire()66 virtual bool isCharged() const in isCharged() function in slideshow::internal::DelayFacade71 return !mpEvent ? false : mpEvent->isCharged(); in isCharged()
59 virtual bool isCharged() const = 0;
54 virtual bool isCharged() const;
67 virtual bool isCharged() const;
76 if (mpEndEvent && mpEndEvent->isCharged()) in dispose()
Completed in 40 milliseconds