HomeSort by relevance Sort by last modified time
    Searched refs:canCachePageContainingThisFrame (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/history/
PageCache.h 70 static bool canCachePageContainingThisFrame(Frame*);
PageCache.cpp 246 bool PageCache::canCachePageContainingThisFrame(Frame* frame)
249 if (!canCachePageContainingThisFrame(child))
307 return canCachePageContainingThisFrame(page->mainFrame())

Completed in 566 milliseconds