Home
last modified time | relevance | path

Searched defs:subframeCount (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DPage.h139 int subframeCount() const { checkSubframeCountConsistency(); return m_subframeCount; } in subframeCount() function
DPage.cpp448 int subframeCount = 0; in checkSubframeCountConsistency() local