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

  /external/webkit/Source/WebCore/history/
CachedFrame.h 88 int descendantFrameCount() const;
CachedFrame.cpp 266 int CachedFrame::descendantFrameCount() const
270 count += m_childFrames[i]->descendantFrameCount();
PageCache.cpp 333 frameCount += current->m_cachedPage ? current->m_cachedPage->cachedMainFrame()->descendantFrameCount() : 0;

Completed in 97 milliseconds