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

  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_controller_impl.cc 70 const gfx::Rect& cursor_bounds,
79 const int delta_y = abs(last_bounds.y() - cursor_bounds.y());
80 if ((last_bounds.x() == cursor_bounds.x()) &&
86 cursor_bounds_ = cursor_bounds;
91 candidate_window_view_->SetCursorBounds(cursor_bounds, composition_head);
94 mode_indicator_controller_->SetCursorBounds(cursor_bounds);
mode_indicator_controller.cc 66 const gfx::Rect& cursor_bounds) {
67 cursor_bounds_ = cursor_bounds;
candidate_window_controller_impl.h 69 virtual void SetCursorBounds(const gfx::Rect& cursor_bounds,
  /external/chromium_org/ash/ime/
mode_indicator_view.h 26 const gfx::Rect& cursor_bounds,
mode_indicator_view.cc 47 const gfx::Rect& cursor_bounds,
49 : cursor_bounds_(cursor_bounds),
candidate_window_view.h 70 void SetCursorBounds(const gfx::Rect& cursor_bounds,
candidate_window_view.cc 343 void CandidateWindowView::SetCursorBounds(const gfx::Rect& cursor_bounds,
348 SetAnchorRect(cursor_bounds);
  /external/chromium_org/ui/base/ime/chromeos/
mock_ime_candidate_window_handler.cc 32 const gfx::Rect& cursor_bounds,
mock_ime_candidate_window_handler.h 36 virtual void SetCursorBounds(const gfx::Rect& cursor_bounds,
ime_bridge.h 122 virtual void SetCursorBounds(const gfx::Rect& cursor_bounds,
  /external/chromium_org/ui/views/controls/textfield/
textfield_unittest.cc 1544 std::vector<gfx::Rect> cursor_bounds; local
    [all...]
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl_unittest.cc 126 gfx::Rect cursor_bounds = GetCursorRect(sel); local
127 return gfx::Point(cursor_bounds.x(), cursor_bounds.y());

Completed in 194 milliseconds