Searched refs:destroyed (Results 1 - 19 of 19) sorted by relevance

/vbox/src/VBox/Debugger/
H A DVBoxDbgGui.cpp169 connect(m_pDbgStats, SIGNAL(destroyed(QObject *)), this, SLOT(notifyChildDestroyed(QObject *)));
198 connect(m_pDbgConsole, SIGNAL(destroyed(QObject *)), this, SLOT(notifyChildDestroyed(QObject *)));
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIModalWindowManager.cpp59 /* Make sure instance is NOT destroyed yet: */
62 AssertMsgFailed(("UIModalWindowManager instance is already destroyed!"));
212 connect(pWindow, SIGNAL(destroyed(QObject*)), this, SLOT(sltRemoveFromStack(QObject*)));
227 connect(pWindow, SIGNAL(destroyed(QObject*)), this, SLOT(sltRemoveFromStack(QObject*)));
252 /* If passed-object is almost-destroyed iterated-window: */
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineLogicNormal.cpp131 connect(pMenuBarEditor, SIGNAL(destroyed(QObject*)),
186 connect(pStatusBarEditor, SIGNAL(destroyed(QObject*)),
329 /* Do not destroy machine-window(s) if they destroyed already: */
333 /* Mark machine-window(s) destroyed: */
/vbox/src/VBox/Additions/x11/x11include/libXext-1.3.1/X11/extensions/
H A Dsync.h202 Bool destroyed; /* True if counter was destroyed */ member in struct:__anon3605
/vbox/src/VBox/Additions/x11/x11include/xextproto-7.1.1/X11/extensions/
H A Dsyncproto.h354 BOOL destroyed; member in struct:_xSyncCounterNotifyEvent
/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUIUpdateManager.cpp389 /* Also, destroyed downloader is a signal to finish the step: */
390 connect(pDl, SIGNAL(destroyed(QObject*)), this, SIGNAL(sigStepComplete()));
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dsync.h361 Bool destroyed; /* True if counter was destroyed */ member in struct:__anon2885
H A Dsyncstr.h339 BOOL destroyed; member in struct:_xSyncCounterNotifyEvent
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserModel.cpp411 disconnect(pOldFocusItem, SIGNAL(destroyed(QObject*)), this, SLOT(sltFocusItemDestroyed()));
414 connect(m_pFocusItem, SIGNAL(destroyed(QObject*)), this, SLOT(sltFocusItemDestroyed()));
555 connect(m_pCurrentDragObject, SIGNAL(destroyed(QObject*)), this, SLOT(sltCurrentDragObjectDestroyed()));
706 AssertMsgFailed(("Focus item destroyed!"));
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIStatusBarEditorWindow.cpp249 connect(pDrag, SIGNAL(destroyed(QObject*)), this, SIGNAL(sigDragObjectDestroy()));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dcontext.c746 /* This may also happen if the dc belongs to a destroyed window. */
811 /* FIXME: If the context is destroyed it's no longer associated with
815 if (ctx->destroyed)
817 FIXME("Unable to get backup dc for destroyed context %p.\n", ctx);
1225 /* this is a destroyed context left in the tls of the current thread */
1235 /* the context may have cleared swapchain (if swapchain was destroyed), ensure it has some valid swapchain set */
1287 if (old->destroyed)
1289 TRACE("Switching away from destroyed context %p.\n", old);
1986 * program and the dummy program is destroyed when the context is destroyed
[all...]
H A Dwined3d_private.h1147 DWORD destroyed : 1; member in struct:wined3d_context
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dcontext.c1086 /* this is a destroyed context left in the tls of the current thread */
1146 if (old->destroyed)
1148 TRACE("Switching away from destroyed context %p.\n", old);
1831 * program and the dummy program is destroyed when the context is destroyed.
2027 context->destroyed = 1;
2349 && current_context->destroyed
2475 ERR("context is destroyed");
H A Dwined3d_private.h1130 WORD destroyed : 1; member in struct:wined3d_context
/vbox/src/libs/zlib-1.2.6/contrib/delphi/
H A DZLib.pas67 when the stream is destroyed.
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMInfoDialog.cpp352 connect(m_pMachineWindow, SIGNAL(destroyed(QObject*)), this, SLOT(suicide()));
/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DVBoxSnapshotsWgt.cpp371 connect (mTreeWidget, SIGNAL (destroyed (QObject *)), treeWidgetStyle, SLOT (deleteLater()));
/vbox/src/VBox/Devices/PC/BIOS/
H A Dorgs.asm1000 pop dx ; recover dx (destroyed by C code)
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h1151 WORD destroyed : 1; member in struct:wined3d_context

Completed in 127 milliseconds