Searched refs:actTotalProgress_ (Results 1 – 2 of 2) sorted by relevance
279 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()
52 int actTotalProgress_; variable