Searched refs:PageCache (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/history/
H A DPageCache.h42 class PageCache { class in namespace:WebCore
43 WTF_MAKE_NONCOPYABLE(PageCache); WTF_MAKE_FAST_ALLOCATED;
45 friend PageCache* pageCache();
67 PageCache(); // Use pageCache() instead.
68 ~PageCache(); // Not implemented to make sure nobody accidentally calls delete -- WebCore does not delete singletons.
78 void releaseAutoreleasedPagesNowOrReschedule(Timer<PageCache>*);
87 Timer<PageCache> m_autoreleaseTimer;
92 PageCache* pageCache();
H A DPageCache.cpp27 #include "PageCache.h"
77 LOG(PageCache, "%s%s", prefix.utf8().data(), message.utf8().data());
231 PageCache* pageCache()
233 static PageCache* staticPageCache = new PageCache;
237 PageCache::PageCache() function in class:WebCore::PageCache
242 , m_autoreleaseTimer(this, &PageCache::releaseAutoreleasedPagesNowOrReschedule)
246 bool PageCache::canCachePageContainingThisFrame(Frame* frame)
289 bool PageCache
[all...]
H A DCachedFrame.cpp165 // 2 - It's much easier to destroy a CachedFrame while it resides in the PageCache if it is disconnected from its parent.
176 LOG(PageCache, "Finished creating CachedFrame for main frame url '%s' and DocumentLoader %p\n", m_url.string().utf8().data(), m_documentLoader.get());
178 LOG(PageCache, "Finished creating CachedFrame for child frame with url '%s' and DocumentLoader %p\n", m_url.string().utf8().data(), m_documentLoader.get());
204 // 2 - destroy()'ed because the PageCache is pruning or the WebView was closed.
226 // Only CachedFrames that are still in the PageCache should be destroyed in this manner
H A DHistoryItem.h71 friend class PageCache;
284 // PageCache controls these fields.
/external/webkit/Source/WebKit2/WebProcess/win/
H A DWebProcessWin.cpp34 #include <WebCore/PageCache.h>
/external/webkit/Source/WebKit/mac/History/
H A DWebBackForwardList.mm44 #import <WebCore/PageCache.h>
H A DWebHistoryItem.mm49 #import <WebCore/PageCache.h>
/external/webkit/Source/WebKit/mac/Misc/
H A DWebCoreStatistics.mm44 #import <WebCore/PageCache.h>
/external/webkit/Source/WebKit2/WebProcess/mac/
H A DWebProcessMac.mm35 #import <WebCore/PageCache.h>
/external/webkit/Source/WebKit2/WebProcess/
H A DWebProcess.cpp62 #include <WebCore/PageCache.h>
/external/webkit/Source/WebCore/loader/
H A DFrameLoader.cpp78 #include "PageCache.h"
1915 LOG(PageCache, "WebCoreLoading %s: About to commit provisional load from previous URL '%s' to new URL '%s'", m_frame->tree()->uniqueName().string().utf8().data(),
1922 if (!m_frame->tree()->parent() && PageCache::canCache(m_frame->page()) && !item->isInPageCache())
3177 LOG(PageCache, "WebCorePageCache: Loading provisional DocumentLoader %p with URL '%s' from CachedPage", provisionalDocumentLoader(), provisionalDocumentLoader()->url().string().utf8().data());
/external/webkit/Source/WebCore/
H A DAndroid.mk301 history/PageCache.cpp \
/external/webkit/Source/WebKit/win/
H A DWebView.cpp104 #include <WebCore/PageCache.h>
/external/webkit/Source/WebKit/mac/WebView/
H A DWebView.mm143 #import <WebCore/PageCache.h>

Completed in 2180 milliseconds