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/
textfield_unittest.cc 279 return test_api_->GetRenderText()->GetCursorBounds(
284 gfx::Rect GetCursorBounds() {
289 gfx::Rect GetCursorBounds(const gfx::SelectionModel& sel) {
290 return test_api_->GetRenderText()->GetCursorBounds(sel, true);
    [all...]
  /external/chromium_org/ui/gfx/
render_text.cc 529 int start_x = GetCursorBounds(selection_start, true).x();
530 int cursor_x = GetCursorBounds(cursor, true).x();
760 canvas->FillRect(GetCursorBounds(position, true), cursor_color_);
778 Rect RenderText::GetCursorBounds(const SelectionModel& caret,
887 cursor_bounds_ = GetCursorBounds(selection_model_, insert_mode_);
    [all...]

Completed in 90 milliseconds