Searched refs:FindCursorPosition (Results 1 – 10 of 10) sorted by relevance
23 virtual SelectionModel FindCursorPosition(const Point& point) OVERRIDE;
31 virtual SelectionModel FindCursorPosition(const Point& point) OVERRIDE;
67 virtual SelectionModel FindCursorPosition(const Point& point) OVERRIDE;
36 SelectionModel RenderTextMac::FindCursorPosition(const Point& point) { in FindCursorPosition() function in gfx::RenderTextMac
355 virtual SelectionModel FindCursorPosition(const Point& point) = 0;
488 SelectionModel position = FindCursorPosition(point); in MoveCursorTo()508 SelectionModel cursor = FindCursorPosition(point); in IsPointInSelection()
94 SelectionModel RenderTextPango::FindCursorPosition(const Point& point) { in FindCursorPosition() function in gfx::RenderTextPango
308 EXPECT_EQ(render_text->FindCursorPosition(Point(0, 0)).caret_pos(), 0U); in TEST_F()309 EXPECT_EQ(render_text->FindCursorPosition(Point(20, 0)).caret_pos(), 2U); in TEST_F()311 SelectionModel selection = render_text->FindCursorPosition(Point(x, 0)); in TEST_F()
525 SelectionModel RenderTextWin::FindCursorPosition(const Point& point) { in FindCursorPosition() function in gfx::RenderTextWin
280 drop_cursor_position_ = GetRenderText()->FindCursorPosition(event.location()); in OnDragUpdated()320 GetRenderText()->FindCursorPosition(event.location()); in OnPerformDrop()373 gfx::SelectionModel start_caret = GetRenderText()->FindCursorPosition(start); in SelectRect()374 gfx::SelectionModel end_caret = GetRenderText()->FindCursorPosition(end); in SelectRect()