Searched refs:GetElementAt (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsICollection.idl47 nsISupports GetElementAt(in PRUint32 index);
H A DnsObserverList.cpp198 mValueArray->GetElementAt(--mIndex, aResult);
H A DnsSupportsArray.h64 NS_IMETHOD GetElementAt(PRUint32 aIndex, nsISupports* *result) { function in class:nsSupportsArray
H A DnsSupportsArray.cpp311 if (NS_FAILED(other->GetElementAt(index, getter_AddRefs(otherElem))))
433 // use GetElementAt to copy and do AddRef for us
434 if (NS_FAILED( aElements->GetElementAt( i, mArray + aIndex + i) ))
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsConsoleService.cpp173 rv = listenersSnapshot.GetElementAt(i, getter_AddRefs(listener));
H A DnsLeakDetector.cpp140 objects->GetElementAt(i, getter_AddRefs(elements[i]));
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsFastLoadFile.cpp2509 rv = readDeps->GetElementAt(i, getter_AddRefs(file));

Completed in 63 milliseconds