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

  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.h 142 void incrementSubframeCount() { ++m_subframeCount; }
143 void decrementSubframeCount() { ASSERT(m_subframeCount); --m_subframeCount; }
144 int subframeCount() const { checkSubframeCountConsistency(); return m_subframeCount; }
277 int m_subframeCount;
Page.cpp 119 , m_subframeCount(0)
443 ASSERT(m_subframeCount >= 0);
449 ASSERT(m_subframeCount + 1 == subframeCount);

Completed in 22 milliseconds