Searched defs:nsFastLoadService (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsFastLoadService.h49 class nsFastLoadService : public nsIFastLoadService class in inherits:nsIFastLoadService
52 nsFastLoadService();
54 ~nsFastLoadService();
H A DnsFastLoadService.cpp49 #include "nsFastLoadService.h"
63 NS_IMPL_THREADSAFE_ISUPPORTS1(nsFastLoadService, nsIFastLoadService)
65 nsFastLoadService::nsFastLoadService() function in class:nsFastLoadService
74 nsFastLoadService::~nsFastLoadService()
90 nsFastLoadService::Create(nsISupports *aOuter, REFNSIID aIID, void **aResult)
96 nsFastLoadService* fastLoadService = new nsFastLoadService();
135 nsFastLoadService
[all...]

Completed in 42 milliseconds