Searched defs:cPercent (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VBoxHeadless/
H A DVBoxHeadless.cpp448 LONG cPercent = 0; local
462 if ((cPercentNow / 10) != (cPercent / 10))
464 cPercent = cPercentNow;
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp4214 ULONG cPercent = 0; local
4226 if (cPercentNow != cPercent)
4228 UpdateTitlebar(TITLEBAR_SAVE, cPercent);
4229 cPercent = cPercentNow;
4258 if (cPercentNow != cPercent)
4260 UpdateTitlebar(TITLEBAR_SAVE, cPercent);
4261 cPercent = cPercentNow;
4966 ULONG cPercent = 0; local
4977 if (cPercentNow != cPercent)
4979 UpdateTitlebar(TITLEBAR_SNAPSHOT, cPercent);
[all...]

Completed in 64 milliseconds