Home
last modified time | relevance | path

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

/external/webkit/WebKit/chromium/src/
DWebFrameImpl.cpp1459 m_totalMatchCount += count; in increaseMatchCount()
1463 client()->reportFindInPageMatchCount(identifier, m_totalMatchCount, !m_framesScopingCount); in increaseMatchCount()
1477 m_totalMatchCount = 0; in resetMatchCount()
1551 , m_totalMatchCount(-1) in WebFrameImpl()
DWebFrameImpl.h332 size_t m_totalMatchCount; variable