Home
last modified time | relevance | path

Searched refs:sourceDateRow (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dhistory.cpp1031 int offset = sourceDateRow(index.row()); in data()
1047 int offset = sourceDateRow(index.row()); in data()
1088 int start = sourceDateRow(parent.row()); in rowCount()
1089 int end = sourceDateRow(parent.row() + 1); in rowCount()
1094 int HistoryTreeModel::sourceDateRow(int row) const in sourceDateRow() function in HistoryTreeModel
1115 int startDateRow = sourceDateRow(offset - 1); in mapToSource()
1161 int offset = sourceDateRow(parent.row()); in removeRows()
1167 int offset = sourceDateRow(dateParent.row()); in removeRows()
H A Dhistory.h303 int sourceDateRow(int row) const;