Home | History | Annotate | Download | only in textfield

Lines Matching refs:cursor_bounds

1544   std::vector<gfx::Rect> cursor_bounds;
1548 cursor_bounds.push_back(GetCursorBounds(sel));
1554 cursor_bounds.push_back(bound);
1562 cursor_bounds.push_back(bound);
1568 cursor_bounds.push_back(bound);
1574 cursor_bounds.push_back(bound);
1580 for (int i = 0; i < static_cast<int>(cursor_bounds.size() - 1); ++i) {
1581 int half_width = (cursor_bounds[i + 1].x() - cursor_bounds[i].x()) / 2;
1582 MouseClick(cursor_bounds[i], half_width / 2);
1589 MouseClick(cursor_bounds[i + 1], - (half_width / 2));