HomeSort by relevance Sort by last modified time
    Searched refs:cursor_bounds_ (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ash/ime/
mode_indicator_view.h 45 gfx::Rect cursor_bounds_; member in class:ash::ime::ModeIndicatorView
mode_indicator_view.cc 49 : cursor_bounds_(cursor_bounds),
81 SetAnchorRect(cursor_bounds_);
candidate_window_view.h 111 gfx::Rect cursor_bounds_; member in class:ash::ime::CandidateWindowView
  /external/chromium_org/chrome/browser/chromeos/input_method/
mode_indicator_controller.h 59 gfx::Rect cursor_bounds_; member in class:chromeos::input_method::ModeIndicatorController
mode_indicator_controller.cc 67 cursor_bounds_ = cursor_bounds;
112 parent, cursor_bounds_, short_name);
candidate_window_controller_impl.h 86 gfx::Rect cursor_bounds_; member in class:chromeos::input_method::CandidateWindowControllerImpl
candidate_window_controller_impl.cc 54 candidate_window_view_->SetCursorBounds(cursor_bounds_, composition_head_);
86 cursor_bounds_ = cursor_bounds;
  /external/chromium_org/ui/gfx/
render_text.cc 814 return cursor_bounds_;
887 cursor_bounds_ = GetCursorBounds(selection_model_, insert_mode_);
    [all...]
render_text.h 634 Rect cursor_bounds_; member in class:gfx::RenderText

Completed in 69 milliseconds