Home | History | Annotate | Download | only in editing

Lines Matching refs:insideVisibleArea

2577 bool Editor::insideVisibleArea(const IntPoint& point) const
2603 bool Editor::insideVisibleArea(Range* range) const
2639 while (!insideVisibleArea(resultRange.get())) {
2655 while (!insideVisibleArea(resultRange.get())) {
2674 for ( ; !insideVisibleArea(resultRange.get()); resultRange = findPlainText(searchRange.get(), target, options)) {
2703 if (insideVisibleArea(resultRange.get()))
3023 if (!insideVisibleArea(resultRange.get())) {
3097 if (insideVisibleArea(resultRange.get())) {