Searched refs:QueryElementAt (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsICollection.idl48 void QueryElementAt(in PRUint32 index, in nsIIDRef uuid,
H A DnsArray.cpp69 nsArray::QueryElementAt(PRUint32 aIndex, function in class:nsArray
192 ? mArray->QueryElementAt(mIndex, aIID, aResult)
H A DnsArrayEnumerator.cpp80 return mValueArray->QueryElementAt(mIndex++, NS_GET_IID(nsISupports), (void**)aResult);
H A DnsSupportsArray.h68 NS_IMETHOD QueryElementAt(PRUint32 aIndex, const nsIID & aIID, void * *aResult) { function in class:nsSupportsArray
H A DnsSupportsArray.cpp119 ? mCollection->QueryElementAt(mIndex, aIID, aResult)
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiMisc.cpp158 rv = aArray->QueryElementAt(aIndex, NS_GET_IID(nsILocalFile),
H A DxptiWorkingSet.cpp372 return mDirectories->QueryElementAt(i, NS_GET_IID(nsILocalFile), (void**)dir);
386 mDirectories->QueryElementAt(i, NS_GET_IID(nsILocalFile),
H A DxptiInterfaceInfoManager.cpp624 aSearchPath->QueryElementAt(i, NS_GET_IID(nsIFile),
756 aFileList->QueryElementAt(i, NS_GET_IID(nsILocalFile), getter_AddRefs(file));
806 aFileList->QueryElementAt(i, NS_GET_IID(nsILocalFile), getter_AddRefs(file));
857 aFileList->QueryElementAt(k, NS_GET_IID(nsILocalFile), getter_AddRefs(file));
1563 aFileList->QueryElementAt(i, NS_GET_IID(nsILocalFile), getter_AddRefs(file));
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsMultiplexInputStream.cpp141 return mStreams.QueryElementAt(aIndex,

Completed in 63 milliseconds