Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dhistory.cpp563 int historyRow = historyIndex.row(); in index() local
564 if (historyRow == -1) in index()
565 historyRow = treeIndex.row(); in index()
566 return createIndex(row, column, historyRow); in index()