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

  /external/webkit/WebCore/loader/
DocumentLoader.h 158 KURL urlForHistory() const;
167 String clientRedirectDestinationForHistory() const { return urlForHistory(); }
170 String serverRedirectSourceForHistory() const { return urlForHistory() == url() ? String() : urlForHistory(); } // null if no server redirect occurred.
HistoryController.cpp 293 const KURL& historyURL = frameLoader->documentLoader()->urlForHistory();
330 const KURL& historyURL = m_frame->loader()->documentLoader()->urlForHistory();
381 const KURL& historyURL = m_frame->loader()->documentLoader()->urlForHistory();
618 if (m_frame->loader()->documentLoader()->urlForHistory().isEmpty())
DocumentLoader.cpp 620 KURL DocumentLoader::urlForHistory() const
FrameLoader.cpp     [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 548 loader->urlForHistory(), loader->title(), urlRequest.get(), urlResponse.get(), loader->substituteData().isValid(), loader->clientRedirectSourceForHistory()));
558 history->visitedURL(loader->urlForHistory(), loader->title(), loader->originalRequestCopy().httpMethod(), loader->urlForHistoryReflectsFailure(), !loader->clientRedirectSourceForHistory());
    [all...]
  /external/webkit/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp 661 m_webFrame->updateVisitedHistory(docLoader->urlForHistory(), false);
    [all...]
  /external/webkit/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm     [all...]
  /external/webkit/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 649 history->addHistoryEntry(m_frame->loader()->documentLoader()->urlForHistory().prettyURL());
    [all...]

Completed in 67 milliseconds