Home
last modified time | relevance | path

Searched refs:urlForHistory (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/loader/
DDocumentLoader.h161 KURL urlForHistory() const;
163 bool urlForHistoryReflectsServerRedirect() const { return urlForHistory() != url(); } in urlForHistoryReflectsServerRedirect()
DDocumentLoader.cpp697 KURL DocumentLoader::urlForHistory() const in urlForHistory() function in WebCore::DocumentLoader
DFrameLoader.cpp4424 if (documentLoader()->urlForHistory().isEmpty()) in addBackForwardItemClippedAtTarget()
4842 const KURL& historyURL = documentLoader()->urlForHistory(); in loadItem()
4895 const KURL& historyURL = documentLoader()->urlForHistory(); in loadItem()
4942 const KURL& historyURL = documentLoader()->urlForHistory(); in loadItem()
5269 m_client->setTitle(loader->title(), loader->urlForHistory()); in loadItem()
/external/webkit/WebKit/win/WebCoreSupport/
DWebFrameLoaderClient.cpp462 …history->visitedURL(loader->urlForHistory(), loader->title(), loader->request().httpMethod(), load… in updateGlobalHistory()
467 …history->visitedURL(loader->urlForHistory(), loader->title(), loader->request().httpMethod(), load… in updateGlobalHistory()
471 …history->visitedURL(loader->urlForHistory(), loader->title(), loader->request().httpMethod(), load… in updateGlobalHistory()
/external/webkit/WebKit/android/WebCoreSupport/
DFrameLoaderClientAndroid.cpp577 url = loader->urlForHistory(); in updateGlobalHistory()
/external/webkit/WebKit/mac/WebCoreSupport/
DWebFrameLoaderClient.mm791 [[WebHistory optionalSharedHistory] _visitedURL:loader->urlForHistory()
801 [[WebHistory optionalSharedHistory] _visitedURL:loader->urlForHistory()
810 [[WebHistory optionalSharedHistory] _visitedURL:loader->urlForHistory()
/external/webkit/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp627 history->addHistoryEntry(m_frame->loader()->documentLoader()->urlForHistory().prettyURL()); in updateGlobalHistory()
/external/webkit/WebCore/
DChangeLog-2007-10-1427204 (DocumentLoader::urlForHistory):
60023 (WebCore::DocumentLoader::urlForHistory):
68606 (WebCore::DocumentLoader::urlForHistory):
69522 (WebCore::DocumentLoader::urlForHistory):
69762 (WebCore::DocumentLoader::urlForHistory): empty-check the url before passing it to the
69922 (WebCore::DocumentLoader::urlForHistory):
70132 (WebCore::DocumentLoader::urlForHistory):