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

/external/chromium_org/ash/ime/
H A Dmode_indicator_view.h45 gfx::Rect cursor_bounds_; member in class:ash::ime::ModeIndicatorView
H A Dmode_indicator_view.cc49 : cursor_bounds_(cursor_bounds),
81 SetAnchorRect(cursor_bounds_);
H A Dcandidate_window_view.h111 gfx::Rect cursor_bounds_; member in class:ash::ime::CandidateWindowView
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dmode_indicator_controller.h59 gfx::Rect cursor_bounds_; member in class:chromeos::input_method::ModeIndicatorController
H A Dmode_indicator_controller.cc67 cursor_bounds_ = cursor_bounds;
112 parent, cursor_bounds_, short_name);
H A Dcandidate_window_controller_impl.cc54 candidate_window_view_->SetCursorBounds(cursor_bounds_, composition_head_);
86 cursor_bounds_ = cursor_bounds;
H A Dcandidate_window_controller_impl.h86 gfx::Rect cursor_bounds_; member in class:chromeos::input_method::CandidateWindowControllerImpl
/external/chromium_org/ui/gfx/
H A Drender_text.cc814 return cursor_bounds_;
887 cursor_bounds_ = GetCursorBounds(selection_model_, insert_mode_);
1387 cursor_bounds_ = GetCursorBounds(selection_model_, insert_mode_);
1390 if (cursor_bounds_.right() > display_rect_.right())
1391 delta_x = display_rect_.right() - cursor_bounds_.right();
1392 else if (cursor_bounds_.x() < display_rect_.x())
1393 delta_x = display_rect_.x() - cursor_bounds_.x();
H A Drender_text.h634 Rect cursor_bounds_; member in class:gfx::RenderText

Completed in 200 milliseconds