Searched refs:GetLineIndexForLocation (Results 1 – 2 of 2) sorted by relevance
263 int GetLineIndexForLocation(CursorLocation location, int cursor_row);
374 int Editline::GetLineIndexForLocation(CursorLocation location, int cursor_row) { in GetLineIndexForLocation() function in Editline402 int fromLine = GetLineIndexForLocation(from, editline_cursor_row); in MoveCursor()403 int toLine = GetLineIndexForLocation(to, editline_cursor_row); in MoveCursor()