Home
last modified time | relevance | path

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

/external/chromium_org/ash/ime/
Dmode_indicator_view.cc49 : cursor_bounds_(cursor_bounds), in ModeIndicatorView()
81 SetAnchorRect(cursor_bounds_); in Init()
Dmode_indicator_view.h45 gfx::Rect cursor_bounds_;
Dcandidate_window_view.h111 gfx::Rect cursor_bounds_; variable
/external/chromium_org/chrome/browser/chromeos/input_method/
Dmode_indicator_controller.cc67 cursor_bounds_ = cursor_bounds; in SetCursorBounds()
111 parent, cursor_bounds_, short_name); in ShowModeIndicator()
Dcandidate_window_controller_impl.cc54 candidate_window_view_->SetCursorBounds(cursor_bounds_, composition_head_); in InitCandidateWindowView()
86 cursor_bounds_ = cursor_bounds; in SetCursorBounds()
Dmode_indicator_controller.h59 gfx::Rect cursor_bounds_; variable
Dcandidate_window_controller_impl.h86 gfx::Rect cursor_bounds_; variable
/external/chromium_org/ui/gfx/
Drender_text.cc841 return cursor_bounds_; in GetUpdatedCursorBounds()
1280 cursor_bounds_ = GetCursorBounds(selection_model_, insert_mode_); in UpdateCachedBoundsAndOffset()
1291 } else if (cursor_bounds_.right() > display_rect_.right()) { in UpdateCachedBoundsAndOffset()
1297 delta_x = display_rect_.right() - cursor_bounds_.right(); in UpdateCachedBoundsAndOffset()
1298 } else if (cursor_bounds_.x() < display_rect_.x()) { in UpdateCachedBoundsAndOffset()
1303 delta_x = display_rect_.x() - cursor_bounds_.x(); in UpdateCachedBoundsAndOffset()
1316 cursor_bounds_ += delta_offset; in UpdateCachedBoundsAndOffset()
Drender_text.h616 Rect cursor_bounds_; variable