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