Searched refs:fForward (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Storage/testcase/
H A DtstVDSnap.cpp59 bool fForward; member in struct:VDSNAPTEST
359 if (pTest->fForward)
433 Test.fForward = true;
437 Test.fForward = false;
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMLogViewer.cpp289 void search(bool fForward, bool fStartCurrent = false) argument
302 if (fForward && (fStartCurrent || iPos < strText.size() - 1))
306 else if (!fForward && iAnc > 0)
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserModel.h246 void slideRoot(bool fForward);
H A DUIGChooserModel.cpp1398 void UIGChooserModel::slideRoot(bool fForward) argument
1409 QRectF endGeo = fForward ? startGeo.translated(- startGeo.width(), 0) :
1423 QRectF endGeo = fForward ? startGeo.translated(- startGeo.width(), 0) :
/vbox/src/VBox/Devices/Parallel/
H A DDrvHostParallel.cpp676 static DECLCALLBACK(int) drvHostParallelSetPortDirection(PPDMIHOSTPARALLELCONNECTOR pInterface, bool fForward) argument
681 if (!fForward)
/vbox/include/VBox/vmm/
H A Dpdmifs.h2213 * @param fForward Flag whether to indicate whether the port is operated in forward or reverse mode.
2216 DECLR3CALLBACKMEMBER(int, pfnSetPortDirection,(PPDMIHOSTPARALLELCONNECTOR pInterface, bool fForward));
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dobjidl.h2687 BOOL fForward,
2801 BOOL fForward,
2879 #define IMoniker_Enum(This,fForward,ppenumMoniker) (This)->lpVtbl->Enum(This,fForward,ppenumMoniker)
2939 BOOL fForward,
H A Dobjidl.idl621 [in] BOOL fForward,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dobjidl.h2687 BOOL fForward,
2801 BOOL fForward,
2879 #define IMoniker_Enum(This,fForward,ppenumMoniker) (This)->lpVtbl->Enum(This,fForward,ppenumMoniker)
2939 BOOL fForward,
H A Dobjidl.idl609 [in] BOOL fForward,

Completed in 129 milliseconds