Searched refs:canUnload (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsIModule.idl112 boolean canUnload(in nsIComponentManager aCompMgr);
H A DnsNativeComponentLoader.cpp279 PRBool canUnload = PR_FALSE; local
288 rv = mobj->CanUnload(nsComponentManagerImpl::gComponentManager, &canUnload);
313 if (canUnload)
/vbox/src/libs/xpcom18a4/xpcom/sample/
H A DnsSample.js110 * The canUnload method signals that the component is about to be unloaded.
112 * unloaded, but the return value from JS components' canUnload is ignored:
116 * You still need to provide a (likely useless) canUnload method, though:
120 canUnload: function(compMgr) {
/vbox/src/libs/xpcom18a4/python/server/
H A Dmodule.py105 def canUnload(self, compMgr): member in class:Module

Completed in 908 milliseconds