Home | History | Annotate | Download | only in accessibility

Lines Matching full:bounds

1217     // use the default position unless this is an editable web area, in which case we use the selection bounds.
1223 IntRect bounds = boundsForVisiblePositionRange(range);
1225 bounds.setLocation(m_renderer->document()->view()->screenToContents(bounds.location()));
1227 return IntPoint(bounds.x() + (bounds.width() / 2), bounds.y() - (bounds.height() / 2));
2230 // readjust for position at the edge of a line. This is to exclude line rect that doesn't need to be accounted in the range bounds