Searched refs:otherBackForwardList (Results 1 – 2 of 2) sorted by relevance
5162 BackForwardList* otherBackForwardList = otherWebView->m_page->backForwardList(); in loadBackForwardListFromOtherView() local5163 if (!otherBackForwardList->currentItem()) in loadBackForwardListFromOtherView()5168 int lastItemIndex = otherBackForwardList->forwardListCount(); in loadBackForwardListFromOtherView()5169 for (int i = -otherBackForwardList->backListCount(); i <= lastItemIndex; ++i) { in loadBackForwardListFromOtherView()5176 RefPtr<HistoryItem> newItem = otherBackForwardList->itemAtIndex(i)->copy(); in loadBackForwardListFromOtherView()
1346 BackForwardList* otherBackForwardList = otherView->_private->page->backForwardList();1347 if (!otherBackForwardList->currentItem())1352 int lastItemIndex = otherBackForwardList->forwardListCount();1353 for (int i = -otherBackForwardList->backListCount(); i <= lastItemIndex; ++i) {1360 RefPtr<HistoryItem> newItem = otherBackForwardList->itemAtIndex(i)->copy();