Searched refs:NS_IMETHODIMP (Results 26 - 50 of 106) sorted by relevance

12345

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsFastLoadService.cpp89 NS_IMETHODIMP
157 NS_IMETHODIMP
173 NS_IMETHODIMP
182 NS_IMETHODIMP
189 NS_IMETHODIMP
197 NS_IMETHODIMP
204 NS_IMETHODIMP
212 NS_IMETHODIMP
219 NS_IMETHODIMP
227 NS_IMETHODIMP
[all...]
H A DnsStorageStream.cpp100 NS_IMETHODIMP
118 NS_IMETHODIMP
145 NS_IMETHODIMP
167 NS_IMETHODIMP
173 NS_IMETHODIMP
226 NS_IMETHODIMP
233 NS_IMETHODIMP
240 NS_IMETHODIMP
247 NS_IMETHODIMP
256 NS_IMETHODIMP
[all...]
H A DnsLocalFileOS2.cpp311 NS_IMETHODIMP
324 NS_IMETHODIMP
369 NS_IMETHODIMP
385 NS_IMETHODIMP
402 NS_IMETHODIMP
458 NS_IMETHODIMP
472 NS_IMETHODIMP
488 NS_IMETHODIMP
494 NS_IMETHODIMP
515 NS_IMETHODIMP
[all...]
H A DnsLocalFileUnix.cpp150 NS_IMETHODIMP
168 NS_IMETHODIMP
175 NS_IMETHODIMP
197 NS_IMETHODIMP
260 NS_IMETHODIMP
273 NS_IMETHODIMP
303 NS_IMETHODIMP
370 NS_IMETHODIMP
380 NS_IMETHODIMP
451 NS_IMETHODIMP
[all...]
H A DnsMultiplexInputStream.cpp97 NS_IMETHODIMP
105 NS_IMETHODIMP
112 NS_IMETHODIMP
124 NS_IMETHODIMP
138 NS_IMETHODIMP
147 NS_IMETHODIMP
165 NS_IMETHODIMP
185 NS_IMETHODIMP
225 NS_IMETHODIMP
295 NS_IMETHODIMP
[all...]
H A DnsLocalFileOSX.cpp380 NS_IMETHODIMP nsLocalFile::Append(const nsAString& aNode)
386 NS_IMETHODIMP nsLocalFile::AppendNative(const nsACString& aNode)
414 NS_IMETHODIMP nsLocalFile::Normalize()
461 NS_IMETHODIMP nsLocalFile::Create(PRUint32 type, PRUint32 permissions)
542 NS_IMETHODIMP nsLocalFile::GetLeafName(nsAString& aLeafName)
552 NS_IMETHODIMP nsLocalFile::SetLeafName(const nsAString& aLeafName)
558 NS_IMETHODIMP nsLocalFile::GetNativeLeafName(nsACString& aNativeLeafName)
572 NS_IMETHODIMP nsLocalFile::SetNativeLeafName(const nsACString& aNativeLeafName)
600 NS_IMETHODIMP nsLocalFile::CopyTo(nsIFile *newParentDir, const nsAString& newName)
606 NS_IMETHODIMP nsLocalFil
[all...]
H A DnsLocalFileMac.cpp1023 NS_IMETHODIMP
1031 NS_IMETHODIMP
1042 NS_IMETHODIMP
1094 NS_IMETHODIMP
1107 NS_IMETHODIMP
1157 NS_IMETHODIMP
1169 NS_IMETHODIMP
1180 NS_IMETHODIMP
1231 NS_IMETHODIMP
1276 NS_IMETHODIMP
[all...]
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/test/
H A Dstub_test.cpp11 #define NS_IMETHODIMP nsresult __stdcall macro
14 #define NS_IMETHODIMP nsresult macro
48 NS_IMETHODIMP baz::ignored(){return 0;}
50 NS_IMETHODIMP bar::ignored(){return 0;}
52 NS_IMETHODIMP bar::callme1(int i, int j)
58 NS_IMETHODIMP bar::callme2(int i, int j)
64 NS_IMETHODIMP bar::callme3(int i, int j)
H A Dinvoke_test.cpp47 #define NS_IMETHODIMP nsresult __stdcall macro
50 #define NS_IMETHODIMP nsresult macro
85 NS_IMETHODIMP baz::ignored(){return 0;}
88 NS_IMETHODIMP bar::ignored(){return 0;}
90 NS_IMETHODIMP bar::callme1(int i, int j)
96 NS_IMETHODIMP bar::callme2(int i, int j)
102 NS_IMETHODIMP bar::callme3(int i, int j)
/vbox/src/libs/xpcom18a4/python/test/test_component/_xpidlgen/
H A Dpy_test_component.h398 NS_IMETHODIMP nsPythonTestInterface::GetBoolean_value(PRBool *aBoolean_value)
402 NS_IMETHODIMP nsPythonTestInterface::SetBoolean_value(PRBool aBoolean_value)
408 NS_IMETHODIMP nsPythonTestInterface::GetOctet_value(PRUint8 *aOctet_value)
412 NS_IMETHODIMP nsPythonTestInterface::SetOctet_value(PRUint8 aOctet_value)
418 NS_IMETHODIMP nsPythonTestInterface::GetShort_value(PRInt16 *aShort_value)
422 NS_IMETHODIMP nsPythonTestInterface::SetShort_value(PRInt16 aShort_value)
428 NS_IMETHODIMP nsPythonTestInterface::GetUshort_value(PRUint16 *aUshort_value)
432 NS_IMETHODIMP nsPythonTestInterface::SetUshort_value(PRUint16 aUshort_value)
438 NS_IMETHODIMP nsPythonTestInterface::GetLong_value(PRInt32 *aLong_value)
442 NS_IMETHODIMP nsPythonTestInterfac
[all...]
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DnsRegistry.cpp406 NS_IMETHODIMP nsRegistry::Open( nsIFile *regFile ) {
516 NS_IMETHODIMP nsRegistry::OpenWellKnownRegistry( nsWellKnownRegistry regid )
590 NS_IMETHODIMP nsRegistry::OpenDefault() {
598 NS_IMETHODIMP nsRegistry::Close() {
614 NS_IMETHODIMP nsRegistry::Flush() {
627 NS_IMETHODIMP nsRegistry::IsOpen( PRBool *result ) {
637 NS_IMETHODIMP nsRegistry::AddKey( nsRegistryKey baseKey, const PRUnichar *keyname, nsRegistryKey *_retval)
648 NS_IMETHODIMP nsRegistry::GetKey(nsRegistryKey baseKey, const PRUnichar *keyname, nsRegistryKey *_retval)
659 NS_IMETHODIMP nsRegistry::RemoveKey(nsRegistryKey baseKey, const PRUnichar *keyname)
667 NS_IMETHODIMP nsRegistr
[all...]
/vbox/src/VBox/Main/src-all/
H A DVirtualBoxErrorInfoImpl.cpp234 NS_IMETHODIMP VirtualBoxErrorInfo::GetMessage(char **aMessage)
243 NS_IMETHODIMP VirtualBoxErrorInfo::GetResult(nsresult *aResult)
256 NS_IMETHODIMP VirtualBoxErrorInfo::GetName(char ** /* aName */)
262 NS_IMETHODIMP VirtualBoxErrorInfo::GetFilename(char ** /* aFilename */)
268 NS_IMETHODIMP VirtualBoxErrorInfo::GetLineNumber(PRUint32 * /* aLineNumber */)
274 NS_IMETHODIMP VirtualBoxErrorInfo::GetColumnNumber(PRUint32 * /*aColumnNumber */)
280 NS_IMETHODIMP VirtualBoxErrorInfo::GetLocation(nsIStackFrame ** /* aLocation */)
286 NS_IMETHODIMP VirtualBoxErrorInfo::GetInner(nsIException **aInner)
295 NS_IMETHODIMP VirtualBoxErrorInfo::GetData(nsISupports ** /* aData */)
301 NS_IMETHODIMP VirtualBoxErrorInf
[all...]
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsExceptionService.cpp140 NS_IMETHODIMP nsExceptionManager::SetCurrentException(nsIException *error)
148 NS_IMETHODIMP nsExceptionManager::GetCurrentException(nsIException **_retval)
157 NS_IMETHODIMP nsExceptionManager::GetExceptionFromProvider(nsresult rc, nsIException * defaultException, nsIException **_retval)
237 NS_IMETHODIMP nsExceptionService::SetCurrentException(nsIException *error)
248 NS_IMETHODIMP nsExceptionService::GetCurrentException(nsIException **_retval)
259 NS_IMETHODIMP nsExceptionService::GetExceptionFromProvider(nsresult rc,
267 NS_IMETHODIMP nsExceptionService::GetCurrentExceptionManager(nsIExceptionManager * *aCurrentScriptManager)
286 NS_IMETHODIMP nsExceptionService::RegisterExceptionProvider(nsIExceptionProvider *provider, PRUint32 errorModule)
298 NS_IMETHODIMP nsExceptionService::UnregisterExceptionProvider(nsIExceptionProvider *provider, PRUint32 errorModule)
310 NS_IMETHODIMP nsExceptionServic
[all...]
H A DnsAgg.h90 NS_IMETHODIMP \
108 NS_IMETHODIMP \
146 NS_IMETHODIMP \
H A DnsISupportsObsolete.h180 NS_IMETHODIMP NS_METHOD_GETTER(_method, _type, _member)
183 NS_IMETHODIMP NS_METHOD_SETTER(_method, _type, _member)
191 NS_IMETHODIMP NS_METHOD_GETTER_STR(_method, _member)
194 NS_IMETHODIMP NS_METHOD_SETTER_STR(_method, _member)
H A DnsConsoleService.cpp109 NS_IMETHODIMP
189 NS_IMETHODIMP
196 NS_IMETHODIMP
253 NS_IMETHODIMP
288 NS_IMETHODIMP
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsEnumeratorUtils.cpp55 NS_IMETHODIMP
74 NS_IMETHODIMP
124 NS_IMETHODIMP
136 NS_IMETHODIMP
181 NS_IMETHODIMP
216 NS_IMETHODIMP
H A DnsArrayEnumerator.cpp43 NS_IMETHODIMP
62 NS_IMETHODIMP
141 NS_IMETHODIMP
152 NS_IMETHODIMP
H A DnsStringEnumerator.cpp119 NS_IMETHODIMP
127 NS_IMETHODIMP
133 NS_IMETHODIMP
154 NS_IMETHODIMP
167 NS_IMETHODIMP
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsEventQueueService.cpp135 NS_IMETHODIMP
141 NS_IMETHODIMP
147 NS_IMETHODIMP
164 NS_IMETHODIMP
181 NS_IMETHODIMP
203 NS_IMETHODIMP
224 NS_IMETHODIMP
263 NS_IMETHODIMP
317 NS_IMETHODIMP
352 NS_IMETHODIMP
[all...]
H A DnsTimerImpl.cpp243 NS_IMETHODIMP nsTimerImpl::InitWithFuncCallback(nsTimerCallbackFunc aFunc,
256 NS_IMETHODIMP nsTimerImpl::InitWithCallback(nsITimerCallback *aCallback,
268 NS_IMETHODIMP nsTimerImpl::Init(nsIObserver *aObserver,
280 NS_IMETHODIMP nsTimerImpl::Cancel()
290 NS_IMETHODIMP nsTimerImpl::SetDelay(PRUint32 aDelay)
305 NS_IMETHODIMP nsTimerImpl::GetDelay(PRUint32* aDelay)
311 NS_IMETHODIMP nsTimerImpl::SetType(PRUint32 aType)
320 NS_IMETHODIMP nsTimerImpl::GetType(PRUint32* aType)
327 NS_IMETHODIMP nsTimerImpl::GetClosure(void** aClosure)
334 NS_IMETHODIMP nsTimerImp
[all...]
H A DnsThread.cpp170 NS_IMETHODIMP
193 NS_IMETHODIMP
204 NS_IMETHODIMP
215 NS_IMETHODIMP
226 NS_IMETHODIMP
237 NS_IMETHODIMP
248 NS_IMETHODIMP
259 NS_IMETHODIMP
288 NS_IMETHODIMP
295 NS_IMETHODIMP
[all...]
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsGenericFactory.cpp78 NS_IMETHODIMP nsGenericFactory::CreateInstance(nsISupports *aOuter,
88 NS_IMETHODIMP nsGenericFactory::LockFactory(PRBool aLock)
94 NS_IMETHODIMP nsGenericFactory::GetInterfaces(PRUint32 *countp,
105 NS_IMETHODIMP nsGenericFactory::GetHelperForLanguage(PRUint32 language,
114 NS_IMETHODIMP nsGenericFactory::GetContractID(char **aContractID)
127 NS_IMETHODIMP nsGenericFactory::GetClassDescription(char * *aClassDescription)
141 NS_IMETHODIMP nsGenericFactory::GetClassID(nsCID * *aClassID)
151 NS_IMETHODIMP nsGenericFactory::GetClassIDNoAlloc(nsCID *aClassID)
157 NS_IMETHODIMP nsGenericFactory::GetImplementationLanguage(PRUint32 *langp)
163 NS_IMETHODIMP nsGenericFactor
[all...]
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsStaticComponentLoader.cpp175 NS_IMETHODIMP
219 NS_IMETHODIMP
240 NS_IMETHODIMP
249 NS_IMETHODIMP
257 NS_IMETHODIMP
280 NS_IMETHODIMP
290 NS_IMETHODIMP
296 NS_IMETHODIMP
/vbox/src/libs/xpcom18a4/xpcom/proxy/src/
H A DnsProxyObjectManager.cpp85 NS_IMETHODIMP nsProxyCreateInstance::CreateInstanceByIID(const nsIID & cid, nsISupports *aOuter, const nsIID & iid, void * *result)
94 NS_IMETHODIMP nsProxyCreateInstance::CreateInstanceByContractID(const char *aContractID, nsISupports *aOuter, const nsIID & iid, void * *result)
162 NS_IMETHODIMP
174 NS_IMETHODIMP
224 NS_IMETHODIMP

Completed in 144 milliseconds

12345