Searched refs:GetCursorBounds (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/views/controls/textfield/
H A Dnative_textfield_views_unittest.cc267 return render_text->GetCursorBounds(
272 gfx::Rect GetCursorBounds() { function in class:views::NativeTextfieldViewsTest
279 gfx::Rect GetCursorBounds(const gfx::SelectionModel& sel) { function in class:views::NativeTextfieldViewsTest
281 gfx::Rect bounds = render_text->GetCursorBounds(sel, true);
1456 int x = GetCursorBounds().x();
1461 x = GetCursorBounds().x();
1467 x = GetCursorBounds().x();
1472 x = GetCursorBounds().x();
1482 x = GetCursorBounds().x();
1488 x = GetCursorBounds()
[all...]
H A Dnative_textfield_views.cc394 *p1 = render_text->GetCursorBounds(start_sel, true);
395 *p2 = render_text->GetCursorBounds(sel, true);
996 gfx::Rect start_cursor = GetRenderText()->GetCursorBounds(start_position,
998 gfx::Rect end_cursor = GetRenderText()->GetCursorBounds(end_position, false);
/external/chromium_org/ui/gfx/
H A Drender_text.cc413 int start_x = GetCursorBounds(selection_start, true).x();
414 int cursor_x = GetCursorBounds(position, true).x();
661 canvas->FillRect(GetCursorBounds(position, true), cursor_color_);
687 Rect RenderText::GetCursorBounds(const SelectionModel& caret, function in class:gfx::RenderText
991 cursor_bounds_ = GetCursorBounds(selection_model_, insert_mode_);
H A Drender_text.h315 Rect GetCursorBounds(const SelectionModel& selection, bool insert_mode);
H A Drender_text_unittest.cc1274 Rect cursor_around_b = render_text->GetCursorBounds(sel_b, false);
1275 Rect cursor_before_b = render_text->GetCursorBounds(sel_b, true);
1276 Rect cursor_before_c = render_text->GetCursorBounds(sel_c, true);
/external/chromium_org/ui/views/touchui/
H A Dtouch_selection_controller_impl_unittest.cc91 gfx::Rect cursor_bounds = render_text->GetCursorBounds(sel, true);

Completed in 121 milliseconds