Searched refs:_Progress (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/sudoku/
H A DSudokuGenerator.h26 void _Progress(BMessenger progress, const char* text, float percent);
H A DSudokuGenerator.cpp45 SudokuGenerator::_Progress(BMessenger progress, const char* text, function in class:SudokuGenerator
64 _Progress(progress, B_TRANSLATE("Creating solvable field"), 5.f);
117 _Progress(progress, B_TRANSLATE("Searching for removable values"), 30.f);
132 _Progress(progress, NULL, 100.f - (70.f * removeCount / 70.f));
152 _Progress(progress, NULL,

Completed in 79 milliseconds