Searched refs:AppendElement (Results 1 - 24 of 24) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsICollection.idl51 void AppendElement(in nsISupports item);
H A DnsObserverList.cpp93 inserted = mObserverList->AppendElement(observerRef);
96 inserted = mObserverList->AppendElement(*anObserver);
H A DnsArray.cpp111 nsArray::AppendElement(nsISupports* aElement, PRBool aWeak) function in class:nsArray
118 NS_ASSERTION(elementRef, "AppendElement: Trying to use weak references on an object that doesn't support it");
H A DnsSupportsArray.h79 NS_IMETHOD AppendElement(nsISupports *aElement) { function in class:nsSupportsArray
H A DnsVoidArray.h107 PRBool AppendElement(void* aElement) { function in class:nsVoidArray
361 PRBool AppendElement(void* aElement);
H A DnsVoidArray.cpp920 /* calling AppendElement(void*) to avoid extra nsCString copy */
921 AppendElement(new nsCString(token));
1358 nsSmallVoidArray::AppendElement(void* aElement) function in class:nsSmallVoidArray
1378 return vector->AppendElement(aElement);
1557 vector->AppendElement(child);
H A DnsSupportsArray.cpp660 rv = newArray->AppendElement(aElement);
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestVoidBTree.cpp181 btree.AppendElement(POINTER(0));
182 control.AppendElement(POINTER(0));
187 btree.AppendElement(POINTER(1));
188 control.AppendElement(POINTER(1));
H A DTestArray.cpp134 aArray->AppendElement(foo);
161 array->AppendElement(foo);
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsConsoleService.cpp104 array->AppendElement((nsISupports*)data);
H A DnsTraceRefcntImpl.cpp313 NS_STATIC_CAST(nsVoidArray*, arg)->AppendElement(entry);
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiInterfaceInfoManager.cpp218 if(!dir || !aPath->AppendElement(dir))
243 !searchPath->AppendElement(compDir))
269 searchPath->AppendElement(greComponentDirectory);
1808 array->AppendElement(ii);
1850 args->array->AppendElement(ii);
1964 PRBool AppendElement(nsIInterfaceInfoManager* element);
1981 PRBool xptiAdditionalManagersEnumerator::AppendElement(nsIInterfaceInfoManager* element) function in class:xptiAdditionalManagersEnumerator
1983 if(!mArray.AppendElement(NS_STATIC_CAST(nsISupports*, element)))
2024 if(!mAdditionalManagers.AppendElement(ptrToAdd))
2084 if(!enumerator->AppendElement(manage
[all...]
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsAutoLock.cpp245 vec1->AppendElement((void*) addr2);
247 vec1->mInnerSites.AppendElement((void*) callsite2);
H A DnsTimerImpl.cpp591 mIdleTimers.AppendElement(timer);
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsStaticComponentLoader.cpp214 loader->mDeferredComponents.AppendElement(info);
H A DxcDll.cpp232 dependentLibArray.AppendElement((void*)lib);
H A DnsNativeComponentLoader.cpp946 mDeferredComponents.AppendElement(dll);
H A DnsComponentManager.cpp466 !c->impl->mElements.AppendElement(converted)) {
1810 mPendingCIDs.AppendElement((void*)&aClass);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsMultiplexInputStream.cpp108 return mStreams.AppendElement(aStream);
H A DnsDirectoryService.cpp625 // AppendElement returns PR_TRUE for success.
626 rv = mProviders->AppendElement(defaultProvider) ? NS_OK : NS_ERROR_FAILURE;
808 // AppendElement returns PR_TRUE for success.
809 return mProviders->AppendElement(supports) ? NS_OK : NS_ERROR_FAILURE;
H A DnsFastLoadFile.cpp822 rv = readDeps->AppendElement(file);
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.cpp1712 // trying wrappers.AppendElement() to make sure ReleaseIPC() will remove
1716 if (!wrappers.AppendElement(wrapper))
2038 // trying wrappers.AppendElement() to make sure ReleaseIPC() will remove
2042 if (!wrappers.AppendElement(wrapper))
3005 if (!mWorkers.AppendElement(worker))
3623 if (!args->wrappers.AppendElement(aData))
3838 // trying wrappers.AppendElement() to make sure ReleaseIPC() will remove
3842 if (!wrappers.AppendElement(wrapper))
/vbox/src/libs/xpcom18a4/xpcom/build/
H A DnsXPComInit.cpp821 PRBool okay = gExitRoutines->AppendElement((void*)exitRoutine);
/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaXPTCStub.cpp348 master->mChildren.AppendElement(stub);

Completed in 110 milliseconds