Searched defs:szMethodName (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/python/src/
H A DPyGBase.cpp459 nsresult PyG_Base::HandleNativeGatewayError(const char *szMethodName) argument
486 szMethodName,
508 PyXPCOM_LogError("The function '%s' failed\n", szMethodName);
519 const char *szMethodName,
557 method = PyObject_GetAttrString(real_ob, (char *)szMethodName);
575 const char *szMethodName,
581 if ( m_pPyObject == NULL || szMethodName == NULL )
587 nsresult nr = do_dispatch(m_pPyObject, ppResult, szMethodName, szFormat, va);
596 const char *szMethodName,
604 nsresult nr = InvokeNativeViaPolicyInternal(szMethodName, ppResul
516 do_dispatch( PyObject *pPyObject, PyObject **ppResult, const char *szMethodName, const char *szFormat, va_list va ) argument
574 InvokeNativeViaPolicyInternal( const char *szMethodName, PyObject **ppResult, const char *szFormat, va_list va ) argument
595 InvokeNativeViaPolicy( const char *szMethodName, PyObject **ppResult , const char *szFormat , ... ) argument
[all...]

Completed in 75 milliseconds