Searched refs:newUrl (Results 1 – 3 of 3) sorted by relevance
115 String newUrl = Window.Location.getPath() + "#" + historyToken; in openHistoryToken() local116 Utils.openUrlInNewWindow(URL.encode(newUrl)); in openHistoryToken()
550 URL newUrl = new URL(newLocationUrl); in onRedirectReceived() local551 boolean sameProtocol = newUrl.getProtocol().equals(url.getProtocol()); in onRedirectReceived()555 url = newUrl; in onRedirectReceived()
64 val newUrl = connection.getHeaderField("Location") in doOpenConnectionToReadContent() constant65 URL(newUrl).doOpenConnectionToReadContent(timeout, redirectsAllowed - 1) in doOpenConnectionToReadContent()