Searched defs:shouldStopLoadingForHistoryItem (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/loader/
H A DHistoryController.cpp224 bool HistoryController::shouldStopLoadingForHistoryItem(HistoryItem* targetItem) const function in class:WebCore::HistoryController
233 return m_frame->loader()->client()->shouldStopLoadingForHistoryItem(targetItem);
H A DEmptyClients.h362 virtual bool shouldStopLoadingForHistoryItem(HistoryItem*) const { return false; } function in class:WebCore::EmptyFrameLoaderClient
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebFrameLoaderClient.cpp606 bool WebFrameLoaderClient::shouldStopLoadingForHistoryItem(HistoryItem*) const function in class:WebFrameLoaderClient
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DFrameLoaderClientWinCE.cpp262 bool FrameLoaderClientWinCE::shouldStopLoadingForHistoryItem(HistoryItem* item) const function in class:WebKit::FrameLoaderClientWinCE
/external/webkit/Source/WebKit/chromium/src/
H A DFrameLoaderClientImpl.cpp1144 bool FrameLoaderClientImpl::shouldStopLoadingForHistoryItem(HistoryItem* targetItem) const function in class:WebKit::FrameLoaderClientImpl
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DFrameLoaderClientEfl.cpp482 bool FrameLoaderClientEfl::shouldStopLoadingForHistoryItem(HistoryItem* item) const function in class:WebCore::FrameLoaderClientEfl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.cpp815 bool FrameLoaderClient::shouldStopLoadingForHistoryItem(HistoryItem* item) const function in class:WebKit::FrameLoaderClient
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DFrameLoaderClientHaiku.cpp486 bool FrameLoaderClientHaiku::shouldStopLoadingForHistoryItem(WebCore::HistoryItem*) const function in class:WebCore::FrameLoaderClientHaiku
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DFrameLoaderClientWx.cpp582 bool FrameLoaderClientWx::shouldStopLoadingForHistoryItem(WebCore::HistoryItem*) const function in class:WebCore::FrameLoaderClientWx
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp897 bool WebFrameLoaderClient::shouldStopLoadingForHistoryItem(HistoryItem* item) const function in class:WebKit::WebFrameLoaderClient
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.cpp715 bool FrameLoaderClientAndroid::shouldStopLoadingForHistoryItem(HistoryItem* item) const function in class:android::FrameLoaderClientAndroid
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFrameLoaderClientQt.cpp847 bool FrameLoaderClientQt::shouldStopLoadingForHistoryItem(WebCore::HistoryItem*) const function in class:WebCore::FrameLoaderClientQt

Completed in 125 milliseconds