Searched refs:mbInProgress (Results 1 – 2 of 2) sorted by relevance
75 mbInProgress = false; in Init()109 if( !mbInProgress && mpCurrSegment && (mnTotalSize > 0) ) in SetCurrSegment()113 mbInProgress = true; in SetCurrSegment()149 DBG_ASSERT( !mbInProgress, "ScfProgressBar::AddSegment - already in progress mode" ); in AddSegment()173 DBG_ASSERT( mbInProgress && mpCurrSegment, "ScfProgressBar::IsFull - no segment started" ); in IsFull()186 DBG_ASSERT( mbInProgress && mpCurrSegment, "ScfProgressBar::ProgressAbs - no segment started" ); in ProgressAbs()
126 inline bool IsStarted() const { return mbInProgress; } in IsStarted()188 bool mbInProgress; /// true = progress bar started. member in ScfProgressBar
Completed in 16 milliseconds