Searched refs:source_row (Results 1 – 4 of 4) sorted by relevance
224 bool filterAcceptsRow(int source_row, const QModelIndex &source_parent) const;
319 bool filterAcceptsRow(int source_row, const QModelIndex &source_parent) const;
674 bool AddBookmarkProxyModel::filterAcceptsRow(int source_row, const QModelIndex &source_parent) const in filterAcceptsRow() argument676 QModelIndex idx = sourceModel()->index(source_row, 0, source_parent); in filterAcceptsRow()
653 bool TreeProxyModel::filterAcceptsRow(int source_row, const QModelIndex &source_parent) const in filterAcceptsRow() argument657 return QSortFilterProxyModel::filterAcceptsRow(source_row, source_parent); in filterAcceptsRow()