Searched refs:subframeCount (Results 1 – 3 of 3) sorted by relevance
445 int subframeCount = 0; in checkSubframeCountConsistency() local447 ++subframeCount; in checkSubframeCountConsistency()449 ASSERT(m_subframeCount + 1 == subframeCount); in checkSubframeCountConsistency()
144 int subframeCount() const { checkSubframeCountConsistency(); return m_subframeCount; } in subframeCount() function
586 if (m_page->subframeCount() >= Page::maxNumberOfFrames) in isURLAllowed()