Searched refs:startTorrents (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dsession.h107 void startTorrents( const QSet<int>& torrentIds = QSet<int>() );
H A Dmainwin.cc861 mySession.startTorrents( getSelectedTorrents( ) );
896 mySession.startTorrents( );
H A Dsession.cc543 void Session :: startTorrents ( const QSet<int>& ids ) { sendTorrentRequest( "torrent-start", ids ); } function in class:Session
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/
H A Dremote.js153 startTorrents: function(torrent_ids, noqueue, callback, context) {
H A Dtransmission.js996 this.startTorrents(this.getAllTorrents(), force);
999 this.startTorrents(this.getSelectedTorrents(), force);
1002 this.startTorrents([ torrent ], false);
1005 startTorrents: function(torrents, force) {
1006 this.remote.startTorrents(this.getTorrentIds(torrents), force,

Completed in 152 milliseconds