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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsSupportsArray.h83 NS_IMETHOD RemoveElement(nsISupports *aElement) { function in class:nsSupportsArray
84 return RemoveElement(aElement, 0)/* ? NS_OK : NS_ERROR_FAILURE*/;
123 NS_IMETHOD_(PRBool) RemoveElement(const nsISupports* aElement, PRUint32 aStartIndex = 0);
H A DnsSupportsArray.cpp482 nsSupportsArray::RemoveElement(const nsISupports* aElement, PRUint32 aStartIndex) function in class:nsSupportsArray
H A DnsVoidArray.cpp583 PRBool nsVoidArray::RemoveElement(void* aElement) function in class:nsVoidArray
1382 nsSmallVoidArray::RemoveElement(void* aElement) function in class:nsSmallVoidArray
1396 return vector->RemoveElement(aElement);

Completed in 55 milliseconds