Lines Matching refs:isEmpty
130 bool isEmpty() in isEmpty() function in slideshow::internal::__anon370755840111::EventContainer
219 bool isEmpty() in isEmpty() function in slideshow::internal::AllAnimationEventHandler
413 bool isEmpty() in isEmpty() function in slideshow::internal::MouseHandlerBase
692 bool UserEventQueue::isEmpty() const in isEmpty() function in slideshow::internal::UserEventQueue
701 (mpStartEventHandler ? mpStartEventHandler->isEmpty() : true) && in isEmpty()
702 (mpEndEventHandler ? mpEndEventHandler->isEmpty() : true) && in isEmpty()
703 (mpAnimationStartEventHandler ? mpAnimationStartEventHandler->isEmpty() : true) && in isEmpty()
704 (mpAnimationEndEventHandler ? mpAnimationEndEventHandler->isEmpty() : true) && in isEmpty()
705 (mpAudioStoppedEventHandler ? mpAudioStoppedEventHandler->isEmpty() : true) && in isEmpty()
706 (mpShapeClickEventHandler ? mpShapeClickEventHandler->isEmpty() : true) && in isEmpty()
707 (mpClickEventHandler ? mpClickEventHandler->isEmpty() : true) && in isEmpty()
708 (mpSkipEffectEventHandler ? mpSkipEffectEventHandler->isEmpty() : true) && in isEmpty()
709 (mpRewindEffectEventHandler ? mpRewindEffectEventHandler->isEmpty() : true) && in isEmpty()
710 (mpShapeDoubleClickEventHandler ? mpShapeDoubleClickEventHandler->isEmpty() : true) && in isEmpty()
711 (mpDoubleClickEventHandler ? mpDoubleClickEventHandler->isEmpty() : true) && in isEmpty()
712 (mpMouseEnterHandler ? mpMouseEnterHandler->isEmpty() : true) && in isEmpty()
713 (mpMouseLeaveHandler ? mpMouseLeaveHandler->isEmpty() : true); in isEmpty()