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

  /external/chromium_org/ui/base/text/
text_elider.cc 400 string16 filename_utf16 = filename.value(); local
404 string16 filename_utf16 = WideToUTF16(base::SysNativeMBToWide(
412 const int full_width = font.GetStringWidth(filename_utf16);
414 return base::i18n::GetDisplayStringInLTRDirectionality(filename_utf16);
417 const string16 elided_name = ElideText(filename_utf16, font,
    [all...]

Completed in 280 milliseconds