Searched refs:TextFinderTest (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DTextFinderTest.cpp27 class TextFinderTest : public ::testing::Test { class in namespace:__anon11405
42 void TextFinderTest::SetUp()
51 Document& TextFinderTest::document() const
56 TextFinder& TextFinderTest::textFinder() const
61 WebFloatRect TextFinderTest::findInPageRect(Node* startContainer, int startOffset, Node* endContainer, int endOffset)
67 TEST_F(TextFinderTest, FindTextSimple)
136 TEST_F(TextFinderTest, FindTextNotFound)
150 TEST_F(TextFinderTest, FindTextInShadowDOM)
241 TEST_F(TextFinderTest, ScopeTextMatchesSimple)
263 TEST_F(TextFinderTest, ScopeTextMatchesWithShadowDO
[all...]

Completed in 115 milliseconds