Searched refs:cursor_bounds_ (Results 1 – 8 of 8) sorted by relevance
128 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
32 : cursor_bounds_(cursor_bounds), in ModeIndicatorDelegateView()71 SetAnchorRect(cursor_bounds_); in Init()
66 cursor_bounds_ = cursor_bounds; in SetCursorBounds()119 new ModeIndicatorDelegateView(cursor_bounds_, short_name); in ShowModeIndicator()
41 gfx::Rect cursor_bounds_; variable
60 gfx::Rect cursor_bounds_; variable
968 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()
776 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()
587 Rect cursor_bounds_; variable