Searched refs:real_inst (Results 1 - 1 of 1) sorted by relevance
| /vbox/src/libs/xpcom18a4/python/src/ |
| H A D | PyGBase.cpp | 67 PRBool CheckDefaultGateway(PyObject *real_inst, REFNSIID iid, nsISupports **ret_gateway); 780 PRBool CheckDefaultGateway(PyObject *real_inst, REFNSIID iid, nsISupports **ret_gateway) argument 782 NS_ABORT_IF_FALSE(real_inst, "Did not have an _obj_ attribute"); 783 if (real_inst==NULL) { 787 PyObject *ob_existing_weak = PyObject_GetAttrString(real_inst, PyXPCOM_szDefaultGatewayAttributeName); 806 if (0 != PyObject_DelAttrString(real_inst, PyXPCOM_szDefaultGatewayAttributeName)) 818 PyObject *real_inst = PyObject_GetAttrString(instance, "_obj_"); local 819 NS_ABORT_IF_FALSE(real_inst, "Could not get the '_obj_' element"); 820 if (!real_inst) return; 821 if (!PyObject_HasAttrString(real_inst, PyXPCOM_szDefaultGatewayAttributeNam [all...] |
Completed in 498 milliseconds