OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCursorBounds
(Results
1 - 6
of
6
) 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
...]
native_textfield_views.cc
396
*p1 = render_text->
GetCursorBounds
(start_sel, true);
397
*p2 = 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
...]
render_text.h
369
Rect
GetCursorBounds
(const SelectionModel& caret, bool insert_mode);
render_text_unittest.cc
[
all
...]
/external/chromium_org/ui/views/touchui/
touch_selection_controller_impl_unittest.cc
91
gfx::Rect cursor_bounds = render_text->
GetCursorBounds
(sel, true);
Completed in 3187 milliseconds