Home
last modified time | relevance | path

Searched refs:checkSubframeCountConsistency (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DPage.h144 int subframeCount() const { checkSubframeCountConsistency(); return m_subframeCount; } in subframeCount()
240 void checkSubframeCountConsistency() const { } in checkSubframeCountConsistency() function
242 void checkSubframeCountConsistency() const;
DPage.cpp441 void Page::checkSubframeCountConsistency() const in checkSubframeCountConsistency() function in WebCore::Page