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

  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.cpp 448 int subframeCount = 0;
450 ++subframeCount;
452 ASSERT(m_subframeCount + 1 == subframeCount);
Page.h 139 int subframeCount() const { checkSubframeCountConsistency(); return m_subframeCount; }

Completed in 69 milliseconds