Searched refs:maPaintTimer (Results 1 – 2 of 2) sorted by relevance
156 Timer maPaintTimer; // paint timer member
915 mpWindowImpl->mpFrameData->maPaintTimer.SetTimeout( 30 ); in ImplInit()916 … mpWindowImpl->mpFrameData->maPaintTimer.SetTimeoutHdl( LINK( this, Window, ImplHandlePaintHdl ) ); in ImplInit()2552 if ( !mpWindowImpl->mpFrameData->maPaintTimer.IsActive() ) in ImplPostPaint()2553 mpWindowImpl->mpFrameData->maPaintTimer.Start(); in ImplPostPaint()2562 mpWindowImpl->mpFrameData->maPaintTimer.Start(); in IMPL_LINK()2575 if( mpWindowImpl->mpFrameData->maPaintTimer.IsActive() ) in IMPL_LINK()2577 mpWindowImpl->mpFrameData->maPaintTimer.Stop(); in IMPL_LINK()2578 mpWindowImpl->mpFrameData->maPaintTimer.GetTimeoutHdl().Call( NULL ); in IMPL_LINK()
Completed in 35 milliseconds