Searched defs:Prepend (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/
H A DipcIDList.h73 void Prepend(const nsID &id) function in class:ipcIDList
75 Super::Prepend(new ipcIDNode(id));
H A DipcStringList.h79 void Prepend(const char *str) function in class:ipcStringList
81 Super::Prepend(new (str) ipcStringNode());
H A DipcList.h71 void Prepend(T *obj) function in class:ipcList
/vbox/src/VBox/Main/src-server/
H A DMediumLock.cpp174 HRESULT MediumLockList::Prepend(const ComObjPtr<Medium> &aMedium, bool aLockWrite) function in class:MediumLockList

Completed in 59 milliseconds