Home | History | Annotate | Download | only in gfx

Lines Matching refs:text_index

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