Searched refs:SetCursorBounds (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ui/base/ime/chromeos/
H A Dmock_ime_candidate_window_handler.cc31 void MockIMECandidateWindowHandler::SetCursorBounds( function in class:chromeos::MockIMECandidateWindowHandler
H A Dmock_ime_candidate_window_handler.h36 virtual void SetCursorBounds(const gfx::Rect& cursor_bounds,
H A Dime_bridge.h122 virtual void SetCursorBounds(const gfx::Rect& cursor_bounds,
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dcandidate_window_controller_impl.cc54 candidate_window_view_->SetCursorBounds(cursor_bounds_, composition_head_);
69 void CandidateWindowControllerImpl::SetCursorBounds( function in class:chromeos::input_method::CandidateWindowControllerImpl
91 candidate_window_view_->SetCursorBounds(cursor_bounds, composition_head);
94 mode_indicator_controller_->SetCursorBounds(cursor_bounds);
H A Dmode_indicator_controller.h36 void SetCursorBounds(const gfx::Rect& cursor_location);
H A Dcandidate_window_controller_impl.h69 virtual void SetCursorBounds(const gfx::Rect& cursor_bounds,
H A Dmode_indicator_controller.cc65 void ModeIndicatorController::SetCursorBounds( function in class:chromeos::input_method::ModeIndicatorController
H A Dmode_indicator_browsertest.cc141 candidate_window->SetCursorBounds(cursor1_bounds, cursor1_bounds);
156 candidate_window->SetCursorBounds(cursor2_bounds, cursor2_bounds);
178 candidate_window->SetCursorBounds(cursor3_bounds, cursor3_bounds);
/external/chromium_org/ash/ime/
H A Dcandidate_window_view.h70 void SetCursorBounds(const gfx::Rect& cursor_bounds,
H A Dcandidate_window_view.cc343 void CandidateWindowView::SetCursorBounds(const gfx::Rect& cursor_bounds, function in class:ash::ime::CandidateWindowView
/external/chromium_org/ui/base/ime/
H A Dinput_method_chromeos.cc195 candidate_window->SetCursorBounds(rect, composition_head);

Completed in 296 milliseconds