Searched refs:GetInterfaceArray (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/python/test/test_component/
H A Dpy_test_component.py282 def GetInterfaceArray(self): member in class:PythonTestComponent
283 # void GetInterfaceArray(out PRUint32 count,
H A Dpy_test_component.idl186 void GetInterfaceArray(out PRUint32 count,
/vbox/src/libs/xpcom18a4/python/test/test_component/_xpidlgen/
H A Dpy_test_component.h799 /* 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 Dtest_test_component.py381 test_method(c.GetInterfaceArray, (), [c,c,c, None])

Completed in 348 milliseconds