HomeSort by relevance Sort by last modified time
    Searched full:rstr_len (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ui/gfx/
text_elider.cc 619 int rstr_len = (max_len - 3) / 2; local
620 int lstr_len = rstr_len + ((max_len - 3) % 2);
622 input.substr(input.length() - rstr_len));
    [all...]

Completed in 596 milliseconds