Lines Matching defs:aDelay
209 nsresult nsTimerImpl::InitCommon(PRUint32 aType, PRUint32 aDelay)
238 SetDelayInternal(aDelay);
245 PRUint32 aDelay,
253 return InitCommon(aType, aDelay);
257 PRUint32 aDelay,
265 return InitCommon(aType, aDelay);
269 PRUint32 aDelay,
277 return InitCommon(aType, aDelay);
290 NS_IMETHODIMP nsTimerImpl::SetDelay(PRUint32 aDelay)
297 SetDelayInternal(aDelay);
305 NS_IMETHODIMP nsTimerImpl::GetDelay(PRUint32* aDelay)
307 *aDelay = mDelay;
510 void nsTimerImpl::SetDelayInternal(PRUint32 aDelay)
512 PRIntervalTime delayInterval = PR_MillisecondsToInterval(aDelay);
515 aDelay = PR_IntervalToMilliseconds(delayInterval);
518 mDelay = aDelay;
626 PRUint32 aDelay, PRUint32 aType)
634 aDelay, aType);