Home
last modified time | relevance | path

Searched refs:cursor_bounds_ (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/input_method/
Dcandidate_window_view.h128 cursor_bounds_ = cursor_bounds; in set_cursor_bounds()
136 const gfx::Rect& cursor_bounds() const { return cursor_bounds_; } in cursor_bounds()
207 gfx::Rect cursor_bounds_; variable
Dmode_indicator_delegate_view.cc32 : cursor_bounds_(cursor_bounds), in ModeIndicatorDelegateView()
71 SetAnchorRect(cursor_bounds_); in Init()
Dmode_indicator_controller.cc66 cursor_bounds_ = cursor_bounds; in SetCursorBounds()
119 new ModeIndicatorDelegateView(cursor_bounds_, short_name); in ShowModeIndicator()
Dmode_indicator_delegate_view.h41 gfx::Rect cursor_bounds_; variable
Dmode_indicator_controller.h60 gfx::Rect cursor_bounds_; variable
Dcandidate_window_view.cc968 composition_head_bounds_.x() : cursor_bounds_.x(); in ResizeAndMoveParentFrame()
973 std::max(composition_head_bounds_.y(), cursor_bounds_.y()) : in ResizeAndMoveParentFrame()
974 cursor_bounds_.y(); in ResizeAndMoveParentFrame()
975 const int height = cursor_bounds_.height(); in ResizeAndMoveParentFrame()
980 cursor_bounds_).work_area(); in ResizeAndMoveParentFrame()
/external/chromium_org/ui/gfx/
Drender_text.cc776 return cursor_bounds_; in GetUpdatedCursorBounds()
1131 cursor_bounds_ = GetCursorBounds(selection_model_, insert_mode_); in UpdateCachedBoundsAndOffset()
1142 } else if (cursor_bounds_.right() > display_rect_.right()) { in UpdateCachedBoundsAndOffset()
1148 delta_x = display_rect_.right() - cursor_bounds_.right(); in UpdateCachedBoundsAndOffset()
1149 } else if (cursor_bounds_.x() < display_rect_.x()) { in UpdateCachedBoundsAndOffset()
1154 delta_x = display_rect_.x() - cursor_bounds_.x(); in UpdateCachedBoundsAndOffset()
1167 cursor_bounds_ += delta_offset; in UpdateCachedBoundsAndOffset()
Drender_text.h587 Rect cursor_bounds_; variable