Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/base/
H A DClearOnShutdown.h81 typedef LinkedList<ShutdownObserver> ShutdownList; typedef
82 extern Array<StaticAutoPtr<ShutdownList>,
106 sShutdownObservers[static_cast<size_t>(aPhase)] = new ShutdownList();
H A DClearOnShutdown.cpp12 Array<StaticAutoPtr<ShutdownList>,
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/base/
H A DClearOnShutdown.h89 typedef LinkedList<ShutdownObserver> ShutdownList; in vla()
90 extern Array<StaticAutoPtr<ShutdownList>, in vla()
113 sShutdownObservers[static_cast<size_t>(aPhase)] = new ShutdownList(); in vla()
H A DClearOnShutdown.cpp12 Array<StaticAutoPtr<ShutdownList>, in foo()
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/base/
H A DClearOnShutdown.cpp12 Array<StaticAutoPtr<ShutdownList>,
28 sShutdownObservers[static_cast<size_t>(aPhase)] = new ShutdownList(); in InsertIntoShutdownList()
H A DClearOnShutdown.h101 typedef LinkedList<ShutdownObserver> ShutdownList; typedef
102 extern Array<StaticAutoPtr<ShutdownList>,
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/base/
H A DClearOnShutdown.cpp12 Array<StaticAutoPtr<ShutdownList>,
27 sShutdownObservers[static_cast<size_t>(aPhase)] = new ShutdownList(); in InsertIntoShutdownList()
H A DClearOnShutdown.h102 typedef LinkedList<ShutdownObserver> ShutdownList; typedef
103 extern Array<StaticAutoPtr<ShutdownList>,
/dports/www/firefox/firefox-99.0/xpcom/base/
H A DClearOnShutdown.cpp12 Array<StaticAutoPtr<ShutdownList>,
27 sShutdownObservers[static_cast<size_t>(aPhase)] = new ShutdownList(); in InsertIntoShutdownList()
H A DClearOnShutdown.h102 typedef LinkedList<ShutdownObserver> ShutdownList; typedef
103 extern Array<StaticAutoPtr<ShutdownList>,
/dports/www/firefox-esr/firefox-91.8.0/xpcom/base/
H A DClearOnShutdown.cpp12 Array<StaticAutoPtr<ShutdownList>,
27 sShutdownObservers[static_cast<size_t>(aPhase)] = new ShutdownList(); in InsertIntoShutdownList()
H A DClearOnShutdown.h102 typedef LinkedList<ShutdownObserver> ShutdownList; typedef
103 extern Array<StaticAutoPtr<ShutdownList>,
/dports/games/spring/spring_98.0/cont/LuaUI/
H A Dwidgets.lua1097 for _,w in ipairs(self.ShutdownList) do
/dports/games/spring/spring_98.0/cont/base/springcontent/LuaGadgets/
H A Dgadgets.lua830 for _,g in ipairs(self.ShutdownList) do
/dports/mail/assp/assp-1.9.9.14158/ASSP_1.9.9_14158_install/ASSP/
H A Dassp.pl30199 '/shutdown_list' => \&ShutdownList,
37176 sub ShutdownList { subroutine
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharo-1.4.changes221652 ShutdownList ifNotNil:[ShutdownList add: self].
221873 ShutdownList ifNotNil:[ShutdownList do:[:fnt| fnt flushCache]].
221874 ShutdownList := WeakSet new.
H A DPharoV10.sources388592 …acheData GlyphCacheIndex GlyphCacheReady GlyphCacheSize NamesToIndexes Registry Scale ShutdownList'
388966 ShutdownList ifNotNil:[ShutdownList add: self].
389198 ShutdownList ifNotNil:[ShutdownList do:[:fnt| fnt flushCache]].
389199 ShutdownList := WeakSet new.