Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/win/
DWebView.cpp5162 BackForwardList* otherBackForwardList = otherWebView->m_page->backForwardList(); in loadBackForwardListFromOtherView() local
5163 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()
/external/webkit/Source/WebKit/mac/WebView/
DWebView.mm1346 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();