Searched defs:progress (Results 1 – 12 of 12) sorted by relevance
129 std::pair<int,int> progress; in simpleSearchTest() local517 std::pair<int,int> progress; in lineLengthTest() local
43 qint64 progress; in sendNotification() local
600 void MainWindow::updateLoadingProgress( int progress ) in updateLoadingProgress()
299 void CrawlerWidget::updateFilteredView( int nbMatches, int progress, qint64 initial_position ) in updateFilteredView()
270 int progress = ( file.size() > 0 ) ? pos*100 / file.size() : 100; in doIndex() local
278 void LogFilteredData::handleSearchProgressed( int nbMatches, int progress, qint64 initial_position ) in handleSearchProgressed()