Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundleBackForwardList.cpp46 return InjectedBundleBackForwardListItem::create(page->backForward()->itemAtIndex(index)); in itemAtIndex()
56 return page->backForward()->backCount(); in backListCount()
66 return page->backForward()->forwardCount(); in forwardListCount()
76 static_cast<WebBackForwardListProxy*>(page->backForward()->client())->clear(); in clear()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DPage.cpp205 backForward()->close(); in ~Page()
279 HistoryItem* item = backForward()->backItem(); in goBack()
290 HistoryItem* item = backForward()->forwardItem(); in goForward()
303 if (distance > 0 && distance <= backForward()->forwardCount()) in canGoBackOrForward()
305 if (distance < 0 && -distance <= backForward()->backCount()) in canGoBackOrForward()
315 HistoryItem* item = backForward()->itemAtIndex(distance); in goBackOrForward()
318 if (int forwardCount = backForward()->forwardCount()) in goBackOrForward()
319 item = backForward()->itemAtIndex(forwardCount); in goBackOrForward()
321 if (int backCount = backForward()->backCount()) in goBackOrForward()
322 item = backForward()->itemAtIndex(-backCount); in goBackOrForward()
[all …]
H A DSettings.cpp488 int first = -m_page->backForward()->backCount(); in setUsesPageCache()
489 int last = m_page->backForward()->forwardCount(); in setUsesPageCache()
491 pageCache()->remove(m_page->backForward()->itemAtIndex(i)); in setUsesPageCache()
H A DContextMenuController.cpp249 page->backForward()->goBackOrForward(-1); in contextMenuItemSelected()
253 page->backForward()->goBackOrForward(1); in contextMenuItemSelected()
784 if (frame->page() && frame->page()->backForward()->canGoBackOrForward(-1)) in populate()
787 if (frame->page() && frame->page()->backForward()->canGoBackOrForward(1)) in populate()
1150 shouldEnable = frame->page() && frame->page()->backForward()->canGoBackOrForward(-1); in checkOrEnableIfNeeded()
1153 shouldEnable = frame->page() && frame->page()->backForward()->canGoBackOrForward(1); in checkOrEnableIfNeeded()
H A DHistory.cpp62 return m_frame->page()->backForward()->count(); in length()
H A DPage.h194 BackForwardController* backForward() const { return m_backForwardController.get(); } in backForward() function
H A DDOMWindow.cpp936 if (!(page->openedByDOM() || page->backForward()->count() <= 1 || allowScriptsToCloseWindows)) in close()
/dports/sysutils/khelpcenter/khelpcenter-21.12.3/
H A Dhistory.cpp51 QPair<KGuiItem, KGuiItem> backForward = KStandardGuiItem::backAndForward(); in setupActions() local
53 …ackAction = new KToolBarPopupAction( QIcon::fromTheme( backForward.first.iconName() ), backForward in setupActions()
65 …rdAction = new KToolBarPopupAction( QIcon::fromTheme( backForward.second.iconName() ), backForward in setupActions()
/dports/databases/kexi/kexi-3.2.0/src/plugins/forms/widgets/webbrowser/
H A DWebBrowserWidget.cpp43 QPair< KGuiItem, KGuiItem > backForward = KStandardGuiItem::backAndForward(); in WebBrowserWidget() local
49 KGuiItem::assign(m_back, backForward.first); in WebBrowserWidget()
51 KGuiItem::assign(m_forward, backForward.second); in WebBrowserWidget()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/loader/
H A DNavigationScheduler.cpp189 frame->page()->backForward()->goBackOrForward(m_historySteps); in fire()
375 BackForwardController* backForward = m_frame->page()->backForward(); in scheduleHistoryNavigation() local
376 if (steps > backForward->forwardCount() || -steps > backForward->backCount()) { in scheduleHistoryNavigation()
H A DHistoryController.cpp255 RefPtr<HistoryItem> currentItem = page->backForward()->currentItem(); in goToItem()
256 page->backForward()->setCurrentItem(targetItem); in goToItem()
760 page->backForward()->addItem(topItem.release()); in updateBackForwardListClippedAtTarget()
805 page->backForward()->addItem(topItem.release()); in pushState()
H A DFrameLoader.cpp2495 page->backForward()->setCurrentItem(item.get()); in checkLoadCompleteForThisFrame()
3067 page->backForward()->setCurrentItem(resetItem); in continueLoadAfterNavigationPolicy()
3243 …dPerformFirstNavigation && page->backForward()->currentItem() && !page->backForward()->backItem() … in checkDidPerformFirstNavigation()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/history/
H A DPageCache.cpp195 if (!page->backForward()->isActive()) { in logCanCachePageDecision()
304 && page->backForward()->isActive() in canCache()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/Downloads/mac/
H A DDownloadMac.mm69 int backCount = page->backForward()->backCount();
73 HistoryItem* historyItem = page->backForward()->itemAtIndex(-backIndex);
/dports/devel/kcachegrind/kcachegrind-21.12.3/kcachegrind/
H A Dtoplevel.cpp605 QPair< KGuiItem, KGuiItem > backForward = KStandardGuiItem::backAndForward(); in createMiscActions() local
606 _paBack = new KToolBarPopupAction( backForward.first.icon(), in createMiscActions()
607 backForward.first.text(), this ); in createMiscActions()
620 _paForward = new KToolBarPopupAction( backForward.second.icon(), in createMiscActions()
621 backForward.second.text(), this ); in createMiscActions()
/dports/x11-fm/konqueror/konqueror-21.12.3/src/
H A Dkonqmainwindow.cpp3525 QPair< KGuiItem, KGuiItem > backForward = KStandardGuiItem::backAndForward(); in initActions() local
3547 …m_paBack = new KToolBarPopupAction(QIcon::fromTheme(backForward.first.iconName()), backForward.fir… in initActions()
3554 …m_paForward = new KToolBarPopupAction(QIcon::fromTheme(backForward.second.iconName()), backForward in initActions()
/dports/www/firefox/firefox-99.0/browser/components/uitour/
H A DUITour.jsm114 ["backForward", { query: "#back-button" }],
/dports/www/firefox-esr/firefox-91.8.0/browser/components/uitour/
H A DUITour.jsm143 ["backForward", { query: "#back-button" }],
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/uitour/
H A DUITour.jsm143 ["backForward", { query: "#back-button" }],
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/uitour/
H A DUITour.jsm142 ["backForward", { query: "#back-button" }],
/dports/lang/spidermonkey60/firefox-60.9.0/browser/components/uitour/
H A DUITour.jsm132 ["backForward", {query: "#back-button"}],
/dports/www/firefox-legacy/firefox-52.8.0esr/browser/components/uitour/
H A DUITour.jsm133 ["backForward", {
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/web/navigation/
H A Dcrw_wk_navigation_handler.mm1785 // Sometimes on error the backForward list is out of sync with the
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2010-12-0615154 The backForward() of Page class returns BackForwarddController class type.
22354 (WebCore::logCanCachePageDecision): Use backForward().
22360 (WebCore::FrameLoader::checkLoadCompleteForThisFrame): Use backForward.
22383 (WebCore::Page::~Page): Use backForward.
22394 Added backForward function. Marked old functions as deprecated.
22397 (WebCore::Settings::setUsesPageCache): Use backForward.
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/
H A DChangeLog-2011-02-1621992 (WebKit::InjectedBundleBackForwardList::itemAtIndex): Use backForward.