Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/console/
H A DConsole.cpp918 mTimerRegistry.Clear(); in Shutdown()
1990 if (NS_WARN_IF(mTimerRegistry.Count() >= MAX_PAGE_TIMERS)) { in StartTimer()
2006 if (!mTimerRegistry.Get(label, &entry)) { in StartTimer()
2007 mTimerRegistry.Put(label, aTimestamp); in StartTimer()
2069 if (NS_WARN_IF(!mTimerRegistry.Get(key, &entry))) { in StopTimer()
2073 mTimerRegistry.Remove(key); in StopTimer()
H A DConsole.h364 nsDataHashtable<nsStringHashKey, DOMHighResTimeStamp> mTimerRegistry; variable
/dports/lang/spidermonkey60/firefox-60.9.0/dom/console/
H A DConsole.h369 nsDataHashtable<nsStringHashKey, DOMHighResTimeStamp> mTimerRegistry; variable
H A DConsole.cpp817 mTimerRegistry.Clear(); in Shutdown()
1853 if (NS_WARN_IF(mTimerRegistry.Count() >= MAX_PAGE_TIMERS)) { in StartTimer()
1870 auto entry = mTimerRegistry.LookupForAdd(label); in StartTimer()
1924 if (!mTimerRegistry.Remove(key, &value)) { in StopTimer()
/dports/www/firefox-esr/firefox-91.8.0/dom/console/
H A DConsole.h401 nsTHashMap<nsStringHashKey, DOMHighResTimeStamp> mTimerRegistry; variable
H A DConsole.cpp943 mTimerRegistry.Clear(); in Shutdown()
2103 if (NS_WARN_IF(mTimerRegistry.Count() >= MAX_PAGE_TIMERS)) { in StartTimer()
2120 if (mTimerRegistry.WithEntryHandle(label, [&](auto&& entry) { in StartTimer()
2182 if (!mTimerRegistry.Remove(key, &value)) { in LogTimer()
2187 if (!mTimerRegistry.Get(key, &value)) { in LogTimer()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/console/
H A DConsole.h403 nsDataHashtable<nsStringHashKey, DOMHighResTimeStamp> mTimerRegistry; variable
H A DConsole.cpp934 mTimerRegistry.Clear(); in Shutdown()
2102 if (NS_WARN_IF(mTimerRegistry.Count() >= MAX_PAGE_TIMERS)) { in StartTimer()
2119 auto entry = mTimerRegistry.LookupForAdd(label); in StartTimer()
2177 if (!mTimerRegistry.Remove(key, &value)) { in LogTimer()
2182 if (!mTimerRegistry.Get(key, &value)) { in LogTimer()
/dports/www/firefox/firefox-99.0/dom/console/
H A DConsole.h401 nsTHashMap<nsStringHashKey, DOMHighResTimeStamp> mTimerRegistry; variable
H A DConsole.cpp943 mTimerRegistry.Clear(); in Shutdown()
2103 if (NS_WARN_IF(mTimerRegistry.Count() >= MAX_PAGE_TIMERS)) { in StartTimer()
2120 if (mTimerRegistry.WithEntryHandle(label, [&](auto&& entry) { in StartTimer()
2182 if (!mTimerRegistry.Remove(key, &value)) { in LogTimer()
2187 if (!mTimerRegistry.Get(key, &value)) { in LogTimer()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/console/
H A DConsole.h401 nsTHashMap<nsStringHashKey, DOMHighResTimeStamp> mTimerRegistry; variable
H A DConsole.cpp943 mTimerRegistry.Clear(); in Shutdown()
2103 if (NS_WARN_IF(mTimerRegistry.Count() >= MAX_PAGE_TIMERS)) { in StartTimer()
2120 if (mTimerRegistry.WithEntryHandle(label, [&](auto&& entry) { in StartTimer()
2182 if (!mTimerRegistry.Remove(key, &value)) { in LogTimer()
2187 if (!mTimerRegistry.Get(key, &value)) { in LogTimer()