Searched refs:historyCount (Results 1 – 1 of 1) sorted by relevance
864 int historyCount = history->count(); in slotAboutToShowBackMenu() local865 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() local884 QWebHistoryItem item = history->forwardItems(historyCount).at(i); in slotAboutToShowForwardMenu()886 action->setData(historyCount-i); in slotAboutToShowForwardMenu()