Searched refs:m_cachedPage (Results 1 – 4 of 4) sorted by relevance
332 ASSERT(current->m_cachedPage); in frameCount()333 …frameCount += current->m_cachedPage ? current->m_cachedPage->cachedMainFrame()->descendantFrameCou… in frameCount()347 current->m_cachedPage->markForVistedLinkStyleRecalc(); in markPagesForVistedLinkStyleRecalc()359 if (item->m_cachedPage) in add()362 item->m_cachedPage = CachedPage::create(page); in add()374 if (CachedPage* cachedPage = item->m_cachedPage.get()) { in get()390 if (!item || !item->m_cachedPage) in remove()393 autorelease(item->m_cachedPage.release()); in remove()403 ASSERT(m_tail && m_tail->m_cachedPage); in prune()
102 bool isInPageCache() const { return m_cachedPage; } in isInPageCache()287 RefPtr<CachedPage> m_cachedPage; variable
133 ASSERT(!m_cachedPage); in ~HistoryItem()
24561 about the original items m_cachedPage object (which is irrelevant to the copy).