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

  /external/chromium_org/chrome/browser/chromeos/input_method/
mode_indicator_delegate_view.h 22 ModeIndicatorDelegateView(const gfx::Rect& cursor_bounds,
candidate_window_view.h 127 void set_cursor_bounds(const gfx::Rect& cursor_bounds) {
128 cursor_bounds_ = cursor_bounds;
136 const gfx::Rect& cursor_bounds() const { return cursor_bounds_; } function in class:chromeos::input_method::CandidateWindowView
mode_indicator_delegate_view.cc 30 const gfx::Rect& cursor_bounds,
32 : cursor_bounds_(cursor_bounds),
mode_indicator_controller.cc 65 const gfx::Rect& cursor_bounds) {
66 cursor_bounds_ = cursor_bounds;
candidate_window_controller_impl.cc 98 const gfx::Rect& cursor_bounds,
104 candidate_window_view_->cursor_bounds();
105 const int delta_y = abs(last_bounds.y() - cursor_bounds.y());
106 if ((last_bounds.x() == cursor_bounds.x()) &&
113 candidate_window_view_->set_cursor_bounds(cursor_bounds);
120 mode_indicator_controller_->SetCursorBounds(cursor_bounds);
candidate_window_controller_impl.h 82 virtual void SetCursorBounds(const gfx::Rect& cursor_bounds,
  /external/chromium_org/ui/base/ime/chromeos/
mock_ime_candidate_window_handler.cc 40 const gfx::Rect& cursor_bounds,
mock_ime_candidate_window_handler.h 38 virtual void SetCursorBounds(const gfx::Rect& cursor_bounds,
ibus_bridge.h 128 virtual void SetCursorBounds(const gfx::Rect& cursor_bounds,
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl_unittest.cc 91 gfx::Rect cursor_bounds = render_text->GetCursorBounds(sel, true); local
92 return gfx::Point(cursor_bounds.x(), cursor_bounds.y());
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views_unittest.cc 1580 std::vector<gfx::Rect> cursor_bounds; local
1777 gfx::Rect cursor_bounds = GetCursorBounds(); local
    [all...]

Completed in 87 milliseconds