Home
last modified time | relevance | path

Searched refs:checkFrameCountConsistency (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/page/
DPage.h165 int frameCount() const { checkFrameCountConsistency(); return m_frameCount; } in frameCount()
308 void checkFrameCountConsistency() const { } in checkFrameCountConsistency() function
310 void checkFrameCountConsistency() const;
DPage.cpp948 void Page::checkFrameCountConsistency() const in checkFrameCountConsistency() function in WebCore::Page
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2910820 * page/Page.cpp: (WebCore::Page::checkFrameCountConsistency): A debug-only method to
10825 (WebCore::Page::frameCount): Call checkFrameCountConsistency().