Home
last modified time | relevance | path

Searched refs:totalMatchCount (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
DTextFinderTest.cpp255 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()
/external/chromium_org/third_party/WebKit/Source/web/
DTextFinder.h85 int totalMatchCount() const { return m_totalMatchCount; } in totalMatchCount() function
DWebLocalFrameImpl.cpp1620 if (m_textFinder && m_textFinder->totalMatchCount() > 0) { in didChangeContentsSize()