Home | History | Annotate | Download | only in history

Lines Matching full:pagecache

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 delete singletons.
78 void releaseAutoreleasedPagesNowOrReschedule(Timer<PageCache>*);
87 Timer<PageCache> m_autoreleaseTimer;
92 PageCache* pageCache();