Searched refs:GetInterfaceArray (Results 1 - 4 of 4) sorted by relevance
/vbox/src/libs/xpcom18a4/python/test/test_component/ |
H A D | py_test_component.py | 282 def GetInterfaceArray(self): member in class:PythonTestComponent 283 # void GetInterfaceArray(out PRUint32 count,
|
H A D | py_test_component.idl | 186 void GetInterfaceArray(out PRUint32 count,
|
/vbox/src/libs/xpcom18a4/python/test/test_component/_xpidlgen/ |
H A D | py_test_component.h | 799 /* void GetInterfaceArray (out PRUint32 count, [array, size_is (count)] out nsISupports data); */ 800 NS_IMETHOD GetInterfaceArray(PRUint32 *count, nsISupports ***data) = 0; 871 NS_IMETHOD GetInterfaceArray(PRUint32 *count, nsISupports ***data); \ 914 NS_IMETHOD GetInterfaceArray(PRUint32 *count, nsISupports ***data) { return _to GetInterfaceArray(count, data); } \ 957 NS_IMETHOD GetInterfaceArray(PRUint32 *count, nsISupports ***data) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetInterfaceArray(count, data); } \ 1160 /* void GetInterfaceArray (out PRUint32 count, [array, size_is (count)] out nsISupports data); */ 1161 NS_IMETHODIMP nsPythonTestInterfaceExtra::GetInterfaceArray(PRUint32 *count, nsISupports ***data)
|
/vbox/src/libs/xpcom18a4/python/test/ |
H A D | test_test_component.py | 381 test_method(c.GetInterfaceArray, (), [c,c,c, None])
|
Completed in 348 milliseconds