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

  /external/chromium_org/ui/base/ime/chromeos/
mock_ime_candidate_window_handler.cc 33 const gfx::Rect& composition_head) {
mock_ime_candidate_window_handler.h 37 const gfx::Rect& composition_head) OVERRIDE;
ime_bridge.h 123 const gfx::Rect& composition_head) = 0;
  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_controller_impl.cc 71 const gfx::Rect& composition_head) {
87 composition_head_ = composition_head;
91 candidate_window_view_->SetCursorBounds(cursor_bounds, composition_head);
candidate_window_controller_impl.h 70 const gfx::Rect& composition_head) OVERRIDE;
  /external/chromium_org/ash/ime/
candidate_window_view.h 71 const gfx::Rect& composition_head);
candidate_window_view.cc 344 const gfx::Rect& composition_head) {
346 SetAnchorRect(composition_head);
  /external/chromium_org/ui/base/ime/
input_method_chromeos.cc 185 gfx::Rect composition_head; local
187 &composition_head)) {
188 composition_head = rect;
195 candidate_window->SetCursorBounds(rect, composition_head);

Completed in 68 milliseconds