Searched refs:nsProcess (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsProcess.h52 class nsProcess : public nsIProcess class in inherits:nsIProcess
59 nsProcess();
62 ~nsProcess() {}
H A DnsProcessMac.cpp43 * nsProcess is used to execute new processes and specify if you want to
52 #include "nsProcess.h"
68 NS_IMPL_ISUPPORTS1(nsProcess, nsIProcess)
71 nsProcess::nsProcess() function in class:nsProcess
78 nsProcess::Init(nsIFile* executable)
96 nsProcess::Run(PRBool blocking, const char **args, PRUint32 count, PRUint32 *pid)
148 NS_IMETHODIMP nsProcess::InitWithPid(PRUint32 pid)
154 nsProcess::GetLocation(nsIFile** aLocation)
160 nsProcess
[all...]
H A DnsProcessCommon.cpp42 * nsProcess is used to execute new processes and specify if you want to
50 #include "nsProcess.h"
69 NS_IMPL_ISUPPORTS1(nsProcess, nsIProcess)
72 nsProcess::nsProcess():mExitValue(-1), function in class:nsProcess
78 nsProcess::Init(nsIFile* executable)
207 nsProcess::Run(PRBool blocking, const char **args, PRUint32 count, PRUint32 *pid)
318 NS_IMETHODIMP nsProcess::InitWithPid(PRUint32 pid)
324 nsProcess::GetLocation(nsIFile** aLocation)
330 nsProcess
[all...]
/vbox/src/libs/xpcom18a4/xpcom/build/
H A Ddlldeps.cpp78 #include "nsProcess.h"
153 new nsProcess();
H A DnsXPComInit.cpp86 #include "nsProcess.h"
146 NS_GENERIC_FACTORY_CONSTRUCTOR(nsProcess)

Completed in 51 milliseconds