Home
last modified time | relevance | path

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

/dports/net/axa/axa-2.2.0/sratunnel/
H A Dforward.c44 #define PROGRESS_MS (1000/AXA_DIM(out_bar_strs)) /* 2 revolutions/second */ macro
62 if (ms >= PROGRESS_MS) { in forward_hit()
/dports/net/axa/axa-2.2.0/sratool/
H A Dprint.c55 #define PROGRESS_MS (1000/AXA_DIM(out_bar_strs)) /* 2 revolutions/second */ macro
1058 if (ms >= PROGRESS_MS) { in print_whit()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DHTMLMediaElement.cpp147 static const uint32_t PROGRESS_MS = 350; variable
4714 : (now - mProgressTime >= TimeDuration::FromMilliseconds(PROGRESS_MS) && in CheckProgress()
4769 ProgressTimerCallback, this, PROGRESS_MS, nsITimer::TYPE_REPEATING_SLACK, in StartProgressTimer()
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLMediaElement.cpp168 static const uint32_t PROGRESS_MS = 350; variable
5598 TimeDuration::FromMilliseconds(PROGRESS_MS) && in CheckProgress()
5651 getter_AddRefs(mProgressTimer), ProgressTimerCallback, this, PROGRESS_MS, in StartProgressTimer()
/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLMediaElement.cpp170 static const uint32_t PROGRESS_MS = 350; variable
5615 TimeDuration::FromMilliseconds(PROGRESS_MS) && in CheckProgress()
5668 getter_AddRefs(mProgressTimer), ProgressTimerCallback, this, PROGRESS_MS, in StartProgressTimer()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLMediaElement.cpp168 static const uint32_t PROGRESS_MS = 350; variable
5598 TimeDuration::FromMilliseconds(PROGRESS_MS) && in CheckProgress()
5651 getter_AddRefs(mProgressTimer), ProgressTimerCallback, this, PROGRESS_MS, in StartProgressTimer()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DHTMLMediaElement.cpp158 static const uint32_t PROGRESS_MS = 350; variable
5245 TimeDuration::FromMilliseconds(PROGRESS_MS) && in CheckProgress()
5298 getter_AddRefs(mProgressTimer), ProgressTimerCallback, this, PROGRESS_MS, in StartProgressTimer()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DHTMLMediaElement.cpp158 static const uint32_t PROGRESS_MS = 350; variable
5695 TimeDuration::FromMilliseconds(PROGRESS_MS) && in CheckProgress()
5748 getter_AddRefs(mProgressTimer), ProgressTimerCallback, this, PROGRESS_MS, in StartProgressTimer()