Home
last modified time | relevance | path

Searched refs:addRedirectURL (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/history/
DHistoryItem.h181 void addRedirectURL(const String&);
DHistoryItem.cpp657 void HistoryItem::addRedirectURL(const String& url) in addRedirectURL() function in WebCore::HistoryItem
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebFrameLoaderClient.cpp579 … webHistoryItem->historyItem()->addRedirectURL(loader->clientRedirectDestinationForHistory()); in updateGlobalHistoryRedirectLinks()
594 … webHistoryItem->historyItem()->addRedirectURL(loader->serverRedirectDestinationForHistory()); in updateGlobalHistoryRedirectLinks()
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebFrameLoaderClient.mm932 core(item)->addRedirectURL(loader->clientRedirectDestinationForHistory());
942 core(item)->addRedirectURL(loader->serverRedirectDestinationForHistory());
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1644808 (WebCore::HistoryItem::addRedirectURL): Store the last URL in the redirect
46549 (WebCore::HistoryItem::addRedirectURL):
DChangeLog-2010-12-0672571 (WebCore::HistoryItem::addRedirectURL):