/external/webkit/Source/WebCore/history/ |
D | PageCache.cpp | 77 LOG(PageCache, "%s%s", prefix.utf8().data(), message.utf8().data()); in pageCacheLog() 231 PageCache* pageCache() in pageCache() 233 static PageCache* staticPageCache = new PageCache; in pageCache() 237 PageCache::PageCache() in PageCache() function in WebCore::PageCache 242 , m_autoreleaseTimer(this, &PageCache::releaseAutoreleasedPagesNowOrReschedule) in PageCache() 246 bool PageCache::canCachePageContainingThisFrame(Frame* frame) in canCachePageContainingThisFrame() 289 bool PageCache::canCache(Page* page) in canCache() 319 void PageCache::setCapacity(int capacity) in setCapacity() 327 int PageCache::frameCount() const in frameCount() 339 int PageCache::autoreleasedPageCount() const in autoreleasedPageCount() [all …]
|
D | PageCache.h | 42 class PageCache { 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… 78 void releaseAutoreleasedPagesNowOrReschedule(Timer<PageCache>*); 87 Timer<PageCache> m_autoreleaseTimer; 92 PageCache* pageCache();
|
D | CachedFrame.cpp | 176 …LOG(PageCache, "Finished creating CachedFrame for main frame url '%s' and DocumentLoader %p\n", m_… in CachedFrame() 178 …LOG(PageCache, "Finished creating CachedFrame for child frame with url '%s' and DocumentLoader %p\… in CachedFrame()
|
D | HistoryItem.h | 71 friend class PageCache; variable
|
/external/webkit/Source/WebKit/mac/Misc/ |
D | WebCoreStatistics.mm | 44 #import <WebCore/PageCache.h>
|
/external/webkit/Source/WebKit/mac/History/ |
D | WebBackForwardList.mm | 44 #import <WebCore/PageCache.h>
|
D | WebHistoryItem.mm | 49 #import <WebCore/PageCache.h>
|
/external/webkit/Source/WebKit2/WebProcess/mac/ |
D | WebProcessMac.mm | 35 #import <WebCore/PageCache.h>
|
/external/webkit/Source/WebCore/loader/ |
D | FrameLoader.cpp | 1915 …LOG(PageCache, "WebCoreLoading %s: About to commit provisional load from previous URL '%s' to new … in commitProvisionalLoad() 1922 … if (!m_frame->tree()->parent() && PageCache::canCache(m_frame->page()) && !item->isInPageCache()) in commitProvisionalLoad() 3177 …LOG(PageCache, "WebCorePageCache: Loading provisional DocumentLoader %p with URL '%s' from CachedP… in loadProvisionalItemFromCachedPage()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 10608 * history/PageCache.cpp: 10609 (WebCore::PageCache::releaseAutoreleasedPagesNow): Updated for rename. 11350 * history/PageCache.cpp: 11351 (WebCore::PageCache::releaseAutoreleasedPagesNow): Make sure that a 13907 * history/PageCache.h: 13908 (WebCore::PageCache::get): NULL-check HistoryItems passed to get() 13941 for PageCache turned out to be too slow, so I reworked PageCache to use 13948 * history/HistoryItem.h: Added data members for PageCache data. Made 13949 PageCache a friend so it could access them. Ideally (from an 13953 * history/PageCache.cpp: Added a hand-crafted linked list for LRU [all …]
|
D | Android.mk | 301 history/PageCache.cpp \
|
D | WebCore.pro | 632 history/PageCache.cpp \ 1609 history/PageCache.h \
|
D | CMakeLists.txt | 709 history/PageCache.cpp
|
D | GNUmakefile.list.am | 1506 Source/WebCore/history/PageCache.cpp \ 1507 Source/WebCore/history/PageCache.h \
|
D | GNUmakefile.am | 1551 Source/WebCore/history/PageCache.cpp \ 1552 Source/WebCore/history/PageCache.h \
|
D | ChangeLog-2010-12-06 | 13092 used to exist, and were nicely refactored into PageCache in r60688 and 16841 * history/PageCache.cpp: 22353 * history/PageCache.cpp: 22355 (WebCore::PageCache::canCache): Ditto. 24358 * history/PageCache.cpp: 24360 (WebCore::PageCache::canCache): Ditto. 33077 * history/PageCache.cpp: 34360 * history/PageCache.cpp: 34362 (WebCore::PageCache::canCache): 34443 * history/PageCache.cpp: [all …]
|
D | WebCore.gypi | 596 'history/PageCache.h', 2785 'history/PageCache.cpp',
|
D | ChangeLog-2011-02-16 | 14595 * history/PageCache.cpp: 14597 (WebCore::PageCache::canCachePageContainingThisFrame): 24832 * history/PageCache.cpp: 24833 (WebCore::PageCache::canCachePageContainingThisFrame): 25600 * history/PageCache.cpp: 25601 (WebCore::PageCache::releaseAutoreleasedPagesNow):
|
D | ChangeLog-2010-01-29 | 63178 where a page is added to the PageCache. 63199 the PageCache, do lightweight cleanup to: 63205 in the PageCache. ASSERT that fact. 63835 * history/PageCache.cpp: 63836 … (WebCore::PageCache::releaseAutoreleasedPagesNow): destroy() CachedPages that are being pruned, 85968 * history/PageCache.cpp: 85969 (WebCore::PageCache::frameCount): 85970 (WebCore::PageCache::autoreleasedPageCount): 85971 * history/PageCache.h: 85972 (WebCore::PageCache::pageCount): [all …]
|
D | ChangeLog | 8056 * history/PageCache.cpp: 8057 (WebCore::PageCache::canCachePageContainingThisFrame): 18600 Pages in the PageCache don't have the correct visited link coloring after being restored 18615 * history/PageCache.h: 18616 * history/PageCache.cpp: 18617 (WebCore::PageCache::markPagesForVistedLinkStyleRecalc):
|
/external/webkit/Source/WebKit/gtk/ |
D | NEWS | 413 - Lots of bugfixes, especially in the PageCache support.
|
D | ChangeLog | 7879 [GTK] Set GtkAdjustments on our FrameView when loading a page in the PageCache 7897 [GTK] Set GtkAdjustments on our FrameView when loading a page in the PageCache 7901 from the PageCache too. Right we only do it for the newly created
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebView.mm | 143 #import <WebCore/PageCache.h>
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 296 …477E7760BF4134A00152872 /* PageCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1477E7740B… 297 …1477E7770BF4134A00152872 /* PageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 1477E7750BF… 6726 …4134A00152872 /* PageCache.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType … 6727 …0BF4134A00152872 /* PageCache.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType… 13969 1477E7740BF4134A00152872 /* PageCache.cpp */, 13970 1477E7750BF4134A00152872 /* PageCache.h */, 22105 1477E7770BF4134A00152872 /* PageCache.h in Headers */, 25010 1477E7760BF4134A00152872 /* PageCache.cpp in Sources */,
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog-2011-02-16 | 22942 * Export the PageCache and Cache capacity call one to one. This is only there 22958 Prepapre everything for enabling the PageCache for the Qt Platform: 22988 * For the PageCache support we do not want to create a FrameView in the constructor
|