Searched refs:RemoveElement (Results 1 - 15 of 15) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsObserverList.cpp119 removed = mObserverList->RemoveElement(observerRef);
126 removed = mObserverList->RemoveElement(observerRef);
129 removed = mObserverList->RemoveElement(*anObserver);
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 DnsICollection.idl52 void RemoveElement(in nsISupports item);
H A DnsCOMArray.cpp128 PRBool result = mArray.RemoveElement(aObject);
H A DnsVoidArray.h115 PRBool RemoveElement(void* aElement);
365 PRBool RemoveElement(void* aElement);
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);
H A DnsSupportsArray.cpp482 nsSupportsArray::RemoveElement(const nsISupports* aElement, PRUint32 aStartIndex) function in class:nsSupportsArray
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestArray.cpp190 // test RemoveElementAt, RemoveElement RemoveLastElement
199 fprintf(stdout, "RemoveElement(foo):\n");
200 array->RemoveElement(foo);
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DTimerThread.cpp421 if (!mTimers.RemoveElement(aTimer))
H A DnsAutoLock.cpp136 vec->RemoveElement(arg);
H A DnsTimerImpl.cpp612 mIdleTimers.RemoveElement(theTimer);
/vbox/src/libs/xpcom18a4/xpcom/build/
H A DnsXPComInit.cpp831 PRBool okay = gExitRoutines->RemoveElement((void*)exitRoutine);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsDirectoryService.cpp824 // RemoveElement returns PR_TRUE for success.
825 return mProviders->RemoveElement(supports) ? NS_OK : NS_ERROR_FAILURE;
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiInterfaceInfoManager.cpp2039 if(!mAdditionalManagers.RemoveElement(ptrToRemove))
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManager.cpp1818 mPendingCIDs.RemoveElement((void*)&aClass);

Completed in 87 milliseconds