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

/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsEnvironment.h51 class nsEnvironment : public nsIEnvironment class in inherits:nsIEnvironment
61 nsEnvironment() { } function in class:nsEnvironment
62 ~nsEnvironment();
H A DnsEnvironment.cpp40 #include "nsEnvironment.h"
50 NS_IMPL_THREADSAFE_ISUPPORTS1(nsEnvironment, nsIEnvironment)
53 nsEnvironment::Create(nsISupports *aOuter, REFNSIID aIID,
63 nsEnvironment* obj = new nsEnvironment();
81 nsEnvironment::~nsEnvironment()
88 nsEnvironment::Exists(const nsAString& aName, PRBool *aOutValue)
118 nsEnvironment::Get(const nsAString& aName, nsAString& aOutValue)
165 nsEnvironment
[all...]

Completed in 48 milliseconds