Home
last modified time | relevance | path

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

/external/chromium_org/ui/base/accelerators/
Daccelerator.cc220 base::string16 shortcut_rtl; in GetShortcutText() local
225 shortcut_rtl.assign(shortcut); in GetShortcutText()
263 int key_length = static_cast<int>(shortcut_rtl.length()); in GetShortcutText()
265 shortcut_rtl.append(ASCIIToUTF16("+")); in GetShortcutText()
268 shortcut_rtl.append(shortcut, 0, shortcut.length() - key_length - 1); in GetShortcutText()
269 shortcut.swap(shortcut_rtl); in GetShortcutText()