Searched defs:aDelay (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DTimerThread.cpp187 void TimerThread::UpdateFilter(PRUint32 aDelay, PRIntervalTime aTimeout, argument
211 mMinTimerPeriod = (aDelay != 0) ? aDelay : 1;
212 } else if (aDelay != 0 && aDelay < mMinTimerPeriod) {
213 mMinTimerPeriod = aDelay;
H A DnsTimerImpl.cpp209 nsresult nsTimerImpl::InitCommon(PRUint32 aType, PRUint32 aDelay) argument
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) argument
297 SetDelayInternal(aDelay);
243 InitWithFuncCallback(nsTimerCallbackFunc aFunc, void *aClosure, PRUint32 aDelay, PRUint32 aType) argument
256 InitWithCallback(nsITimerCallback *aCallback, PRUint32 aDelay, PRUint32 aType) argument
268 Init(nsIObserver *aObserver, PRUint32 aDelay, PRUint32 aType) argument
305 GetDelay(PRUint32* aDelay) argument
510 SetDelayInternal(PRUint32 aDelay) argument
625 NS_NewTimer(nsITimer* *aResult, nsTimerCallbackFunc aCallback, void *aClosure, PRUint32 aDelay, PRUint32 aType) argument
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dbug1test.c69 void spin (PRInt32 aDelay) argument
72 PRInt32 delay = aDelay * 1000;

Completed in 1154 milliseconds