Home
last modified time | relevance | path

Searched refs:maPaintTimer (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/source/window/
H A Dwindow.cxx915 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()
/trunk/main/vcl/inc/
H A Dwindow.h156 Timer maPaintTimer; // paint timer member

Completed in 66 milliseconds