Searched refs:currUrl (Results 1 – 1 of 1) sorted by relevance
2737 private void pollingCheckWebBackForwardList(final String currUrl, final int currIndex, in pollingCheckWebBackForwardList() argument2743 return checkWebBackForwardList(list, currUrl, currIndex, size); in pollingCheckWebBackForwardList()2748 private boolean checkWebBackForwardList(WebBackForwardList list, String currUrl, in checkWebBackForwardList() argument2753 && list.getItemAtIndex(currIndex).getUrl().equals(currUrl); in checkWebBackForwardList()