Searched refs:CheckIIDArray (Results 1 - 3 of 3) sorted by relevance
/vbox/src/libs/xpcom18a4/python/test/test_component/ |
H A D | py_test_component.py | 292 def CheckIIDArray(self, data): member in class:PythonTestComponent 293 # void CheckIIDArray(in PRUint32 count,
|
H A D | py_test_component.idl | 192 void CheckIIDArray(in PRUint32 count,
|
/vbox/src/libs/xpcom18a4/python/test/test_component/_xpidlgen/ |
H A D | py_test_component.h | 805 /* void CheckIIDArray (in PRUint32 count, [array, size_is (count)] in nsIIDRef data, [retval] out PRBool all_mine); */ 806 NS_IMETHOD CheckIIDArray(PRUint32 count, const nsIID & *data, PRBool *all_mine) = 0; 873 NS_IMETHOD CheckIIDArray(PRUint32 count, const nsIID & *data, PRBool *all_mine); \ 916 NS_IMETHOD CheckIIDArray(PRUint32 count, const nsIID & *data, PRBool *all_mine) { return _to CheckIIDArray(count, data, all_mine); } \ 959 NS_IMETHOD CheckIIDArray(PRUint32 count, const nsIID & *data, PRBool *all_mine) { return !_to ? NS_ERROR_NULL_POINTER : _to->CheckIIDArray(count, data, all_mine); } \ 1172 /* void CheckIIDArray (in PRUint32 count, [array, size_is (count)] in nsIIDRef data, [retval] out PRBool all_mine); */ 1173 NS_IMETHODIMP nsPythonTestInterfaceExtra::CheckIIDArray(PRUint32 count, const nsIID & *data, PRBool *all_mine)
|
Completed in 214 milliseconds