Searched defs:searchProgressed (Results 1 – 6 of 6) sorted by relevance
235 emit searchProgressed( nbMatches, percentage, initialLine ); in doSearch() local260 emit searchProgressed( nbMatches, 100, initialLine ); in doSearch() local
287 emit searchProgressed( nbMatches, progress, initial_position ); in handleSearchProgressed() local
568 void TestLogFilteredData::searchProgressed( int nbMatches, int completion ) in searchProgressed() function in TestLogFilteredData