Searched refs:m_recentlyClosedTabs (Results 1 – 2 of 2) sorted by relevance
269 m_recentlyClosedTabs.clear(); in clear()560 m_recentlyClosedTabs.prepend(tab->url()); in closeTab()561 if (m_recentlyClosedTabs.size() >= TabWidget::m_recentlyClosedTabsSize) in closeTab()562 m_recentlyClosedTabs.removeLast(); in closeTab()623 for (int i = 0; i < m_recentlyClosedTabs.count(); ++i) { in aboutToShowRecentTabsMenu()625 action->setData(m_recentlyClosedTabs.at(i)); in aboutToShowRecentTabsMenu()626 QIcon icon = BrowserApplication::instance()->icon(m_recentlyClosedTabs.at(i)); in aboutToShowRecentTabsMenu()628 action->setText(m_recentlyClosedTabs.at(i).toString()); in aboutToShowRecentTabsMenu()
207 QList<QUrl> m_recentlyClosedTabs; variable