Lines Matching defs:nsEnvironment
40 #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::Set(const nsAString& aName, const nsAString& aValue)