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

  /external/webkit/Source/WebCore/history/
PageCache.h 60 int autoreleasedPageCount() const;
PageCache.cpp 339 int PageCache::autoreleasedPageCount() const
  /external/webkit/Source/WebKit/mac/Misc/
WebCoreStatistics.h 72 + (int)autoreleasedPageCount;
WebCoreStatistics.mm 230 + (int)autoreleasedPageCount
232 return pageCache()->autoreleasedPageCount();

Completed in 229 milliseconds