Home | History | Annotate | Download | only in tests

Lines Matching refs:selectionAsText

533     EXPECT_EQ("56789abc", frame->selectionAsText());
546 EXPECT_EQ("89abcdefghi", frame->selectionAsText());
1149 EXPECT_EQ("", std::string(frame->selectionAsText().utf8().data()));
1151 EXPECT_EQ("testword", std::string(frame->selectionAsText().utf8().data()));
1166 EXPECT_EQ(testWord, std::string(frame->selectionAsText().utf8().data()));
1186 EXPECT_EQ(testWord, std::string(frame->selectionAsText().utf8().data()));