Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dbrowsermainwindow.cpp864 int historyCount = history->count(); in slotAboutToShowBackMenu() local
865 for (int i = history->backItems(historyCount).count() - 1; i >= 0; --i) { in slotAboutToShowBackMenu()
868 action->setData(-1*(historyCount-i-1)); in slotAboutToShowBackMenu()
882 int historyCount = history->count(); in slotAboutToShowForwardMenu() local
884 QWebHistoryItem item = history->forwardItems(historyCount).at(i); in slotAboutToShowForwardMenu()
886 action->setData(historyCount-i); in slotAboutToShowForwardMenu()