Home
last modified time | relevance | path

Searched refs:pThrobber (Results 1 – 1 of 1) sorted by relevance

/trunk/main/toolkit/source/awt/
H A Danimatedimagespeer.cxx184 if ( pThrobber == NULL ) in lcl_updateImageList_nothrow()
313 if ( pThrobber != NULL) in startAnimation()
314 pThrobber->start(); in startAnimation()
322 if ( pThrobber != NULL) in stopAnimation()
323 pThrobber->stop(); in stopAnimation()
331 if ( pThrobber != NULL) in isAnimationRunning()
332 return pThrobber->isRunning(); in isAnimationRunning()
342 if ( pThrobber == NULL ) in setProperty()
391 if ( pThrobber == NULL ) in getProperty()
398 aReturn <<= pThrobber->getStepTime(); in getProperty()
[all …]

Completed in 32 milliseconds