Searched defs:detach (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DCIShared.h76 bool detach();
119 * it references at any time by calling the detach() method directly, which
265 * for a read-only access. Does <b>not</b> do an implicit detach(), the
285 * @return true if it does a real detach and false otherwise.
289 template< class D > bool CIShared<D>::detach() { function in class:CIShared
301 * it wasn't original before a detach), all other instances that previously
307 * @return true if it does a real detach and false otherwise.
329 * mData() member or directly detached by detach(). Also, the data can be
349 * for modifying data. Does an implicit detach() if this data object is
370 detach();
[all...]
H A DCOMDefs.h643 detach();
721 void detach() function in class:CInterface
/vbox/src/VBox/Main/include/
H A DAutoCaller.h167 void detach() { attach(NULL); } function in class:AutoCaller
H A DVirtualBoxBase.h877 virtual D *detach() { function in class:Shareable
923 D *detach() function in class:Backupable
927 return Shareable<D>::detach();
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIFrameBuffer.cpp104 void detach();
618 void UIFrameBufferPrivate::detach() function in class:UIFrameBufferPrivate
1599 void UIFrameBuffer::detach() function in class:UIFrameBuffer
1601 m_pFrameBuffer->detach();
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 45 milliseconds