Searched refs:sourceRow (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 Dtracker-model-filter.cc30 TrackerModelFilter :: filterAcceptsRow( int sourceRow, argument
33 QModelIndex index = sourceModel()->index( sourceRow, 0, sourceParent );
H A Dtracker-model-filter.h30 bool filterAcceptsRow( int sourceRow, const QModelIndex&sourceParent ) const;
H A Dtorrent-filter.cc177 TorrentFilter :: filterAcceptsRow( int sourceRow, const QModelIndex& sourceParent ) const argument
179 QModelIndex childIndex = sourceModel()->index( sourceRow, 0, sourceParent );

Completed in 60 milliseconds