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

  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameTree.h 40 , m_scopedChildCount(invalidCount)
101 mutable unsigned m_scopedChildCount;
FrameTree.cpp 103 m_scopedChildCount = invalidCount;
125 m_scopedChildCount = invalidCount;
225 if (m_scopedChildCount == invalidCount)
226 m_scopedChildCount = scopedChildCount(m_thisFrame->document());
227 return m_scopedChildCount;

Completed in 133 milliseconds