Searched refs:nsSampleImpl (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/sample/
H A DnsSampleModule.cpp51 // that talks with xpcom for creation of component nsSampleImpl
57 // Define the contructor function for the object nsSampleImpl
61 // be used by the generic factory to create an instance of nsSampleImpl.
63 // NOTE: This creates an instance of nsSampleImpl by using the default
64 // constructor nsSampleImpl::nsSampleImpl()
66 NS_GENERIC_FACTORY_CONSTRUCTOR(nsSampleImpl)
108 NS_DECL_CLASSINFO(nsSampleImpl)
116 NS_CI_INTERFACE_GETTER_NAME(nsSampleImpl),
118 &NS_CLASSINFO_NAME(nsSampleImpl)
[all...]
H A DnsSample.h63 class nsSampleImpl : public nsISample class in inherits:nsISample
66 nsSampleImpl();
126 ~nsSampleImpl();
H A DnsSample.cpp54 nsSampleImpl::nsSampleImpl() : mValue(nsnull) function in class:nsSampleImpl
59 nsSampleImpl::~nsSampleImpl()
79 NS_IMPL_ISUPPORTS1_CI(nsSampleImpl, nsISample)
87 nsSampleImpl::GetValue(char** aValue)
96 * nsSampleImpl to the outside world. If we were to simply return
118 nsSampleImpl::SetValue(const char* aValue)
139 nsSampleImpl::Poke(const char* aValue)
151 nsSampleImpl
[all...]

Completed in 57 milliseconds