Home
last modified time | relevance | path

Searched refs:actTotalProgress_ (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/cdrdao/cdrdao-1.2.4/gcdmaster/
H A DProgressDialog.cc279 actTotalProgress_ = 0; in clear()
376 if (totalProgress != actTotalProgress_) { in update()
377 if (actTotalProgress_ == 0) in update()
379 actTotalProgress_ = totalProgress; in update()
542 if (actTotalProgress_ > 10) in time()
555 (((double)time / ((double)actTotalProgress_ / 1000.0)) + 0.5); in time()
H A DProgressDialog.h52 int actTotalProgress_; variable