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 145 void incrementSubframeCount() { ++m_subframeCount; }
146 void decrementSubframeCount() { ASSERT(m_subframeCount); --m_subframeCount; }
147 int subframeCount() const { checkSubframeCountConsistency(); return m_subframeCount; }
286 int m_subframeCount;
Page.cpp 132 , m_subframeCount(0)
434 ASSERT(m_subframeCount >= 0);
440 ASSERT(m_subframeCount + 1 == subframeCount);

Completed in 329 milliseconds