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

  /external/chromium_org/third_party/WebKit/Source/web/
TextFinder.h 87 int totalMatchCount() const { return m_totalMatchCount; }
226 int m_totalMatchCount;
TextFinder.cpp 397 m_totalMatchCount += count;
401 m_ownerFrame.client()->reportFindInPageMatchCount(identifier, m_totalMatchCount, !m_framesScopingCount);
413 if (m_totalMatchCount > 0)
416 m_totalMatchCount = 0;
608 , m_totalMatchCount(-1)

Completed in 38 milliseconds