Searched refs:fClosed (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsElement.h140 virtual int minimumHeightHint(bool fClosed) const;
H A DUIGDetailsElements.h149 int minimumHeightHint(bool fClosed) const;
H A DUIGDetailsElement.cpp284 int UIGDetailsElement::minimumHeightHint(bool fClosed) const
297 if (!fClosed)
H A DUIGDetailsElements.cpp237 int UIGDetailsElementPreview::minimumHeightHint(bool fClosed) const
252 if (!fClosed)
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dtestresults.py1288 def _validateElement(sName, dAttribs, fClosed):
1351 if sName == 'Test' and fClosed:
1353 if sName != 'Test' and not fClosed:
1370 fClosed = sElement[-1] == '/';
1371 if fClosed:
1424 sError = TestResultLogic._validateElement(sName, dAttribs, fClosed);
/vbox/src/VBox/ValidationKit/testdriver/
H A Dreporter.py936 self.fClosed = False;
943 if self.fStarted is True and self.fClosed is False:
944 self.fClosed = True;
/vbox/src/VBox/Runtime/r3/
H A Dsocket.cpp144 bool volatile fClosed; member in struct:RTSOCKETINT
410 pThis->fClosed = false;
499 if (ASMAtomicCmpXchgBool(&pThis->fClosed, true, false))
/vbox/src/VBox/HostDrivers/VBoxUSB/solaris/
H A DVBoxUSB-solaris.c283 bool fClosed; /* Whether the device (default control pipe) is closed */ member in struct:vboxusb_state_t
481 pState->fClosed = false;
734 pState->fClosed = true;
1699 if (pState->fClosed) /* Required for Isoc. IN Xfers which don't Xfer through the pipe after polling starts */
1835 if (pState->fClosed)
2237 pState->fClosed = true;

Completed in 588 milliseconds