Home | History | Annotate | Download | only in gfx

Lines Matching refs:cursor_bounds_

814   return cursor_bounds_;
887 cursor_bounds_ = GetCursorBounds(selection_model_, insert_mode_);
1387 cursor_bounds_ = GetCursorBounds(selection_model_, insert_mode_);
1390 if (cursor_bounds_.right() > display_rect_.right())
1391 delta_x = display_rect_.right() - cursor_bounds_.right();
1392 else if (cursor_bounds_.x() < display_rect_.x())
1393 delta_x = display_rect_.x() - cursor_bounds_.x();