Searched refs:getVerifyProgress (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dtorrent.h293 double getVerifyProgress( ) const { return getDouble( PERCENT_VERIFIED ); } function in class:Torrent
H A Dtorrent-delegate.cc207 str = tr( "Verifying local data (%1% tested)" ).arg( Formatter::percentToString( tor.getVerifyProgress()*100.0 ) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dtorrent.c1155 getVerifyProgress( const tr_torrent * tor ) function
1223 s->recheckProgress = s->activity == TR_STATUS_CHECK ? getVerifyProgress( tor ) : 0;

Completed in 273 milliseconds