Home
last modified time | relevance | path

Searched refs:accelerator_removed (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/gfx/
Dtext_utils.cc19 base::string16 accelerator_removed; in RemoveAcceleratorChar() local
21 accelerator_removed.reserve(s.size()); in RemoveAcceleratorChar()
30 last_char_pos = accelerator_removed.size(); in RemoveAcceleratorChar()
34 accelerator_removed.push_back(s[array_pos + i]); in RemoveAcceleratorChar()
46 return accelerator_removed; in RemoveAcceleratorChar()
Dpango_util.cc228 base::string16 accelerator_removed = in SetupPangoLayoutWithoutFont() local
232 utf8 = UTF16ToUTF8(accelerator_removed); in SetupPangoLayoutWithoutFont()