Home
last modified time | relevance | path

Searched defs:canCachePage (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebFrameLoaderClient.mm1405 bool WebFrameLoaderClient::canCachePage() const function
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DFrameLoaderClientWinCE.cpp574 bool FrameLoaderClientWinCE::canCachePage() const in canCachePage() function in WebKit::FrameLoaderClientWinCE
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DFrameLoaderClientHaiku.cpp508 bool FrameLoaderClientHaiku::canCachePage() const in canCachePage() function in WebCore::FrameLoaderClientHaiku
/external/webkit/Source/WebKit/wx/WebKitSupport/
DFrameLoaderClientWx.cpp614 bool FrameLoaderClientWx::canCachePage() const in canCachePage() function in WebCore::FrameLoaderClientWx
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DFrameLoaderClientEfl.cpp834 bool FrameLoaderClientEfl::canCachePage() const in canCachePage() function in WebCore::FrameLoaderClientEfl
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebFrameLoaderClient.cpp754 bool WebFrameLoaderClient::canCachePage() const in canCachePage() function in WebFrameLoaderClient
/external/webkit/Source/WebKit/chromium/src/
DFrameLoaderClientImpl.cpp1379 bool FrameLoaderClientImpl::canCachePage() const in canCachePage() function in WebKit::FrameLoaderClientImpl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DFrameLoaderClientGtk.cpp1296 bool FrameLoaderClient::canCachePage() const in canCachePage() function in WebKit::FrameLoaderClient
/external/webkit/Source/WebKit/android/WebCoreSupport/
DFrameLoaderClientAndroid.cpp985 bool FrameLoaderClientAndroid::canCachePage() const { in canCachePage() function in android::FrameLoaderClientAndroid
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebFrameLoaderClient.cpp1160 bool WebFrameLoaderClient::canCachePage() const in canCachePage() function in WebKit::WebFrameLoaderClient
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp886 bool FrameLoaderClientQt::canCachePage() const in canCachePage() function in WebCore::FrameLoaderClientQt
/external/webkit/Source/WebCore/loader/
DEmptyClients.h368 virtual bool canCachePage() const { return false; } in canCachePage() function