Home
last modified time | relevance | path

Searched refs:source_row (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dbookmarks.h224 bool filterAcceptsRow(int source_row, const QModelIndex &source_parent) const;
H A Dhistory.h319 bool filterAcceptsRow(int source_row, const QModelIndex &source_parent) const;
H A Dbookmarks.cpp674 bool AddBookmarkProxyModel::filterAcceptsRow(int source_row, const QModelIndex &source_parent) const in filterAcceptsRow() argument
676 QModelIndex idx = sourceModel()->index(source_row, 0, source_parent); in filterAcceptsRow()
H A Dhistory.cpp653 bool TreeProxyModel::filterAcceptsRow(int source_row, const QModelIndex &source_parent) const in filterAcceptsRow() argument
657 return QSortFilterProxyModel::filterAcceptsRow(source_row, source_parent); in filterAcceptsRow()