Home | History | Annotate | Download | only in qwebpage

Lines Matching refs:hasSelection

1213     // Verify hasSelection returns false since there is no selection yet...
1214 QCOMPARE(page->hasSelection(), false);
1227 // Make sure hasSelection returns true, since there is selected text now...
1228 QCOMPARE(page->hasSelection(), true);