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

/vbox/src/VBox/Main/testcase/
H A DtstAPI.cpp119 CHECK_ERROR_RET(machine, DiscardSettings(), rc);
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2353 nsresult (*DiscardSettings)(IMachine *pThis ); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_0.h2891 nsresult (*DiscardSettings)(IMachine *pThis ); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_1.h2872 nsresult (*DiscardSettings)(IMachine *pThis ); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2951 nsresult (*DiscardSettings)(IMachine *pThis ); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h3262 nsresult (*DiscardSettings)(IMachine *pThis ); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3474 nsresult (*DiscardSettings)(IMachine *pThis ); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3810 nsresult (*DiscardSettings)(IMachine *pThis ); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5556 nsresult (*DiscardSettings)(IMachine *pThis ); member in struct:IMachine_vtbl
6280 nsresult (*DiscardSettings)(IMachine *pThis ); member in struct:IMachineVtbl
6797 #define IMachine_DiscardSettings(p) ((p)->lpVtbl->DiscardSettings(p))
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp2979 rc = gpMachine->DiscardSettings();
2980 AssertMsg(SUCCEEDED(rc), ("DiscardSettings %Rhrc, machineState %d\n", rc, machineState));

Completed in 6049 milliseconds