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

/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/internal/
H A DXPCOMJavaProxy.java83 * @param aInterface interface from which to create Proxy
88 protected static Object createProxy(Class aInterface, long aXPCOMInstance) { argument
89 // XXX We should really get the class loader from |aInterface|. However,
94 // return Proxy.newProxyInstance(aInterface.getClassLoader(),
96 new Class[] { aInterface, XPCOMJavaProxyBase.class },
/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/
H A DMozilla.java1013 * @param aInterface interface which has defined an IID
1017 public static String getInterfaceIID(Class aInterface) { argument
1020 String fullClassName = aInterface.getName();
1036 Field iidField = aInterface.getDeclaredField(iidName.toString());
/vbox/src/libs/xpcom18a4/python/src/
H A DPyISupports.cpp117 PyObject *PyObject_FromNSInterface( nsISupports *aInterface, argument
121 return Py_nsISupports::PyObjectFromInterface(aInterface, iid,

Completed in 46 milliseconds