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

  /external/webkit/Source/WebCore/loader/
DocumentLoader.h 175 KURL urlForHistory() const;
184 String clientRedirectDestinationForHistory() const { return urlForHistory(); }
187 String serverRedirectSourceForHistory() const { return urlForHistory() == url() ? String() : urlForHistory().string(); } // null if no server redirect occurred.
HistoryController.cpp 317 const KURL& historyURL = frameLoader->documentLoader()->urlForHistory();
355 const KURL& historyURL = m_frame->loader()->documentLoader()->urlForHistory();
404 const KURL& historyURL = m_frame->loader()->documentLoader()->urlForHistory();
749 if (m_frame->loader()->documentLoader()->urlForHistory().isEmpty())
    [all...]
DocumentLoader.cpp 675 KURL DocumentLoader::urlForHistory() const
FrameLoader.cpp     [all...]
  /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());
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 800 history->addHistoryEntry(loader->urlForHistory().prettyURL());
804 qPrintable(drtDescriptionSuitableForTestResult(loader->urlForHistory())),
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp 696 m_webFrame->updateVisitedHistory(docLoader->urlForHistory(), false);
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm     [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebFrameLoaderClient.cpp 848 data.url = loader->urlForHistory().string();
    [all...]

Completed in 110 milliseconds