Home
last modified time | relevance | path

Searched refs:historyURL (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/loader/
DHistoryController.cpp317 const KURL& historyURL = frameLoader->documentLoader()->urlForHistory(); in updateForStandardLoad() local
320 if (!historyURL.isEmpty()) { in updateForStandardLoad()
337 if (!historyURL.isEmpty() && !needPrivacy) { in updateForStandardLoad()
339 addVisitedLink(page, historyURL); in updateForStandardLoad()
355 const KURL& historyURL = m_frame->loader()->documentLoader()->urlForHistory(); in updateForRedirectWithLockedBackForwardList() local
359 if (!historyURL.isEmpty()) { in updateForRedirectWithLockedBackForwardList()
379 if (!historyURL.isEmpty() && !needPrivacy) { in updateForRedirectWithLockedBackForwardList()
381 addVisitedLink(page, historyURL); in updateForRedirectWithLockedBackForwardList()
404 const KURL& historyURL = m_frame->loader()->documentLoader()->urlForHistory(); in updateForClientRedirect() local
406 if (!historyURL.isEmpty() && !needPrivacy) { in updateForClientRedirect()
[all …]
/external/webkit/Source/WebCore/
DChangeLog-2006-12-317467 (WebCore::FrameLoader::historyURL):
10560 (WebCore::FrameLoader::historyURL):
12347 (WebCore::FrameLoader::historyURL):
12717 (FrameGdk::historyURL):
13606 (WebCore::FrameLoader::historyURL):
13886 (FrameGdk::historyURL):
14532 (WebCore::FrameWin::historyURL):
19449 (WebCore::FrameQt::historyURL):
20085 (WebCore::FrameMac::historyURL):
25315 (BrowserExtensionWin::historyURL):
[all …]
DChangeLog-2007-10-1417675 (WebCore::FrameLoader::historyURL): Ditto.
29036 (FrameLoader::historyURL):
29723 (FrameWin::historyURL):
30018 (BrowserExtensionWin::historyURL):
31507 (BrowserExtensionWin::historyURL):
33247 (BrowserExtensionWin::historyURL):
66455 (WebCore::FrameQt::historyURL):
67143 (WebCore::FrameLoader::historyURL):
/external/webkit/Source/WebKit/mac/
DChangeLog-2007-10-1420893 (-[WebFrameBridge historyURL:]):