Searched refs:totalMatchCount (Results 1 – 3 of 3) sorted by relevance
255 EXPECT_EQ(2, textFinder().totalMatchCount()); in TEST_F()283 EXPECT_EQ(3, textFinder().totalMatchCount()); in TEST_F()306 EXPECT_EQ(2, textFinder().totalMatchCount()); in TEST_F()329 EXPECT_EQ(1, textFinder().totalMatchCount()); in TEST_F()350 EXPECT_EQ(3, textFinder().totalMatchCount()); in TEST_F()475 EXPECT_EQ(4, textFinder().totalMatchCount()); in TEST_F()
85 int totalMatchCount() const { return m_totalMatchCount; } in totalMatchCount() function
1620 if (m_textFinder && m_textFinder->totalMatchCount() > 0) { in didChangeContentsSize()