HomeSort by relevance Sort by last modified time
    Searched refs:clientRedirectSourceForHistory (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 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())) {
    [all...]
  /external/webkit/Source/WebCore/loader/
DocumentLoader.h 183 String clientRedirectSourceForHistory() const { return m_clientRedirectSourceForHistory; } // null if no client redirect occurred.
FrameLoader.cpp     [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 808 ((!loader->clientRedirectSourceForHistory().isEmpty()) ? "a client redirect from " : "not a client redirect"),
809 (!loader->clientRedirectSourceForHistory().isEmpty()) ? qPrintable(drtDescriptionSuitableForTestResult(loader->clientRedirectSourceForHistory())) : "");
825 if (!loader->clientRedirectSourceForHistory().isNull()) {
828 qPrintable(QString(loader->clientRedirectSourceForHistory())),
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm     [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebFrameLoaderClient.cpp 865 if (!loader->clientRedirectSourceForHistory().isNull()) {
867 loader->clientRedirectSourceForHistory(), loader->clientRedirectDestinationForHistory(), m_frame->frameID()), 0);
    [all...]

Completed in 146 milliseconds