Home
last modified time | relevance | path

Searched refs:isInPageCache (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/history/
DHistoryItem.h102 bool isInPageCache() const { return m_cachedPage; } in isInPageCache() function
/external/webkit/Source/WebKit/efl/ewk/
Dewk_history.cpp634 return core->isInPageCache(); in ewk_history_item_page_cache_exists()
/external/webkit/Source/WebCore/loader/
DFrameLoader.cpp1922 … if (!m_frame->tree()->parent() && PageCache::canCache(m_frame->page()) && !item->isInPageCache()) in commitProvisionalLoad()
3059 if (isBackForwardLoadType(type) && history()->provisionalItem()->isInPageCache()) { in continueLoadAfterNavigationPolicy()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1643263 (WebCore::HistoryItem::isInPageCache):