Home
last modified time | relevance | path

Searched refs:m_framesScopingCount (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DTextFinder.cpp219 m_ownerFrame.viewImpl()->mainFrameImpl()->ensureTextFinder().m_framesScopingCount++; in scopeStringMatches()
400 …erFrame.client()->reportFindInPageMatchCount(identifier, m_totalMatchCount, !m_framesScopingCount); in increaseMatchCount()
416 m_framesScopingCount = 0; in resetMatchCount()
608 , m_framesScopingCount(-1) in TextFinder()
724 --m_framesScopingCount; in decrementFramesScopingCount()
728 if (!m_framesScopingCount) in decrementFramesScopingCount()
DTextFinder.h229 int m_framesScopingCount; variable