Home | History | Annotate | Download | only in accessibility

Lines Matching full:leftindex

499     size_t leftIndex = filename.size();
500 while (leftIndex > 0 && filename[leftIndex - 1] != '/')
501 leftIndex--;
502 string16 basename = filename.substr(leftIndex);