Searched refs:RemoveElementAt (Results 1 - 14 of 14) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestVoidBTree.cpp129 btree.RemoveElementAt(i);
158 btree.RemoveElementAt(0);
193 btree.RemoveElementAt(0);
194 btree.RemoveElementAt(0);
195 control.RemoveElementAt(0);
196 control.RemoveElementAt(0);
289 btree.RemoveElementAt(slot);
290 control.RemoveElementAt(slot);
H A DTestArray.cpp190 // test RemoveElementAt, RemoveElement RemoveLastElement
191 fprintf(stdout, "RemoveElementAt(0):\n");
192 array->RemoveElementAt(0);
195 fprintf(stdout, "RemoveElementAt(7):\n");
196 array->RemoveElementAt(7);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsSupportsArray.h120 NS_IMETHOD_(PRBool) RemoveElementAt(PRUint32 aIndex) { function in class:nsSupportsArray
131 return (RemoveElementAt(aIndex) ? NS_OK : NS_ERROR_FAILURE);
H A DnsCOMArray.cpp139 PRBool result = mArray.RemoveElementAt(aIndex);
H A DnsISupportsArray.idl94 [notxpcom] boolean RemoveElementAt(in unsigned long aIndex);
H A DnsArray.cpp132 nsArray::RemoveElementAt(PRUint32 aIndex) function in class:nsArray
H A DnsVoidArray.h117 PRBool RemoveElementAt(PRInt32 aIndex) { return RemoveElementsAt(aIndex,1); } function in class:nsVoidArray
367 PRBool RemoveElementAt(PRInt32 aIndex);
H A DnsVoidArray.cpp587 return RemoveElementAt(theIndex);
831 nsVoidArray::RemoveElementAt(aIndex);
1066 nsVoidArray::RemoveElementAt(aIndex);
1403 nsSmallVoidArray::RemoveElementAt(PRInt32 aIndex) function in class:nsSmallVoidArray
1418 return vector->RemoveElementAt(aIndex);
H A DnsSupportsArray.cpp486 return RemoveElementAt(theIndex);
496 return RemoveElementAt(theIndex);
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsStaticComponentLoader.cpp274 mDeferredComponents.RemoveElementAt(i);
H A DnsNativeComponentLoader.cpp999 mDeferredComponents.RemoveElementAt(i);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsMultiplexInputStream.cpp127 nsresult rv = mStreams.RemoveElementAt(aIndex);
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiInterfaceInfoManager.cpp2090 if(!mAdditionalManagers.RemoveElementAt(--i))
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.cpp3227 mWorkers.RemoveElementAt(i);

Completed in 158 milliseconds