Home
last modified time | relevance | path

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

/external/webkit/WebKit/win/
DWebView.cpp4551 int lastItemIndex = otherBackForwardList->forwardListCount(); in loadBackForwardListFromOtherView() local
4552 for (int i = -otherBackForwardList->backListCount(); i <= lastItemIndex; ++i) { in loadBackForwardListFromOtherView()
/external/webkit/WebKit/mac/WebView/
DWebView.mm1212 int lastItemIndex = otherBackForwardList->forwardListCount();
1213 for (int i = -otherBackForwardList->backListCount(); i <= lastItemIndex; ++i) {