Searched refs:currIndex (Results 1 – 1 of 1) sorted by relevance
2743 final String currUrl, final int currIndex, final int size) { in pollingCheckWebBackForwardList() argument2748 return checkWebBackForwardList(list, currUrl, currIndex, size); in pollingCheckWebBackForwardList()2754 WebBackForwardList list, String currUrl, int currIndex, int size) { in checkWebBackForwardList() argument2757 && (list.getCurrentIndex() == currIndex) in checkWebBackForwardList()2758 && list.getItemAtIndex(currIndex).getUrl().equals(currUrl); in checkWebBackForwardList()