HomeSort by relevance Sort by last modified time
    Searched defs:GetCursorBounds (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views_unittest.cc 269 return render_text->GetCursorBounds(
274 gfx::Rect GetCursorBounds() {
281 gfx::Rect GetCursorBounds(const gfx::SelectionModel& sel) {
283 gfx::Rect bounds = render_text->GetCursorBounds(sel, true);
    [all...]
  /external/chromium_org/ui/gfx/
render_text.cc 454 int start_x = GetCursorBounds(selection_start, true).x();
455 int cursor_x = GetCursorBounds(position, true).x();
713 canvas->FillRect(GetCursorBounds(position, true), cursor_color_);
739 Rect RenderText::GetCursorBounds(const SelectionModel& caret,
    [all...]

Completed in 33 milliseconds