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 537 int subframeCount = 0;
539 ++subframeCount;
541 ASSERT(m_subframeCount + 1 == subframeCount);
Page.h 140 int subframeCount() const { checkSubframeCountConsistency(); return m_subframeCount; }

Completed in 58 milliseconds