Home
last modified time | relevance | path

Searched defs:searchProgressed (Results 1 – 6 of 6) sorted by relevance

/glogg/glogg/src/data/
H A Dlogfiltereddataworkerthread.cpp
H A Dlogfiltereddata.cpp
/glogg/src/data/
H A Dlogfiltereddataworkerthread.cpp235 emit searchProgressed( nbMatches, percentage, initialLine ); in doSearch() local
260 emit searchProgressed( nbMatches, 100, initialLine ); in doSearch() local
H A Dlogfiltereddata.cpp287 emit searchProgressed( nbMatches, progress, initial_position ); in handleSearchProgressed() local
/glogg/glogg/tests/
H A Dtestlogfiltereddata.cpp
/glogg/tests/
H A Dtestlogfiltereddata.cpp568 void TestLogFilteredData::searchProgressed( int nbMatches, int completion ) in searchProgressed() function in TestLogFilteredData