Searched refs:SetCursorBounds (Results 1 – 9 of 9) sorted by relevance
141 candidate_window->SetCursorBounds(cursor1_bounds, cursor1_bounds); in IN_PROC_BROWSER_TEST_F()156 candidate_window->SetCursorBounds(cursor2_bounds, cursor2_bounds); in IN_PROC_BROWSER_TEST_F()178 candidate_window->SetCursorBounds(cursor3_bounds, cursor3_bounds); in IN_PROC_BROWSER_TEST_F()
36 void SetCursorBounds(const gfx::Rect& cursor_location);
64 void ModeIndicatorController::SetCursorBounds( in SetCursorBounds() function in chromeos::input_method::ModeIndicatorController
97 void CandidateWindowControllerImpl::SetCursorBounds( in SetCursorBounds() function in chromeos::input_method::CandidateWindowControllerImpl120 mode_indicator_controller_->SetCursorBounds(cursor_bounds); in SetCursorBounds()
82 virtual void SetCursorBounds(const gfx::Rect& cursor_bounds,
39 void MockIMECandidateWindowHandler::SetCursorBounds( in SetCursorBounds() function in chromeos::MockIMECandidateWindowHandler
38 virtual void SetCursorBounds(const gfx::Rect& cursor_bounds,
128 virtual void SetCursorBounds(const gfx::Rect& cursor_bounds,
181 candidate_window->SetCursorBounds(rect, composition_head); in OnCaretBoundsChanged()