Searched defs:GetCursorBounds (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_unittest.cc279 return test_api_->GetRenderText()->GetCursorBounds(
284 gfx::Rect GetCursorBounds() { function in class:views::TextfieldTest
289 gfx::Rect GetCursorBounds(const gfx::SelectionModel& sel) { function in class:views::TextfieldTest
290 return test_api_->GetRenderText()->GetCursorBounds(sel, true);
1436 int x = GetCursorBounds().x();
1441 x = GetCursorBounds().x();
1447 x = GetCursorBounds().x();
1452 x = GetCursorBounds().x();
1462 x = GetCursorBounds().x();
1468 x = GetCursorBounds()
[all...]
/external/chromium_org/ui/gfx/
H A Drender_text.cc529 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, function in class:gfx::RenderText
887 cursor_bounds_ = GetCursorBounds(selection_model_, insert_mode_);
1387 cursor_bounds_ = GetCursorBounds(selection_model_, insert_mode_);

Completed in 82 milliseconds