Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:clientRedirectSourceForHistory

546             loader->urlForHistory(), loader->title().string(), urlRequest.get(), urlResponse.get(), loader->substituteData().isValid(), loader->clientRedirectSourceForHistory()));
556 history->visitedURL(loader->urlForHistory(), loader->title().string(), loader->originalRequestCopy().httpMethod(), loader->urlForHistoryReflectsFailure(), !loader->clientRedirectSourceForHistory());
570 if (!loader->clientRedirectSourceForHistory().isNull()) {
572 BString sourceURL(loader->clientRedirectSourceForHistory());
577 if (COMPtr<IWebHistoryItem> iWebHistoryItem = history->itemForURLString(loader->clientRedirectSourceForHistory())) {