Home | History | Annotate | Download | only in tests

Lines Matching refs:selectionRange

3072     WebRange range = frame->selectionRange();
3081 range = frame->selectionRange();
3091 range = frame->selectionRange();
3101 range = frame->selectionRange();
3113 range = frame->selectionRange();
3760 EXPECT_FALSE(frame->selectionRange().isNull());
3808 EXPECT_FALSE(frame->selectionRange().isNull());
4322 RefPtrWillBeRawPtr<Range> selectionRange = frame->frame()->selection().toNormalizedRange();
4325 EXPECT_EQ(1U, document->markers().markersInRange(selectionRange.get(), DocumentMarker::Spelling).size());
4355 RefPtrWillBeRawPtr<Range> selectionRange = frame->frame()->selection().toNormalizedRange();
4357 EXPECT_EQ(0U, document->markers().markersInRange(selectionRange.get(), DocumentMarker::Spelling).size());