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 138 void incrementSubframeCount() { ++m_subframeCount; }
139 void decrementSubframeCount() { ASSERT(m_subframeCount); --m_subframeCount; }
140 int subframeCount() const { checkSubframeCountConsistency(); return m_subframeCount; }
289 int m_subframeCount;
Page.cpp 109 , m_subframeCount(0)
535 ASSERT(m_subframeCount >= 0);
541 ASSERT(m_subframeCount + 1 == subframeCount);

Completed in 28 milliseconds