Home
last modified time | relevance | path

Searched refs:GetRunContainingCaret (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/gfx/
Drender_text_pango.h50 GSList* GetRunContainingCaret(const SelectionModel& caret) const;
Drender_text_pango.cc148 GSList* run = GetRunContainingCaret(selection); in AdjacentCharSelectionModel()
200 GSList* run = GetRunContainingCaret(cur); in AdjacentWordSelectionModel()
475 GSList* RenderTextPango::GetRunContainingCaret( in GetRunContainingCaret() function in gfx::RenderTextPango
Drender_text_win.h107 size_t GetRunContainingCaret(const SelectionModel& caret) const;
Drender_text_win.cc578 size_t run_index = GetRunContainingCaret(selection); in AdjacentCharSelectionModel()
666 GetRunContainingCaret(SelectionModel(index, CURSOR_FORWARD)); in GetGlyphBounds()
1239 size_t RenderTextWin::GetRunContainingCaret(const SelectionModel& caret) const { in GetRunContainingCaret() function in gfx::RenderTextWin