Home | History | Annotate | Download | only in gfx

Lines Matching full:text_index

748   const size_t text_index = UTF16OffsetToIndex(text(), 0, index);
749 DCHECK_LE(text_index, text().length());
750 return text_index;