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

/external/chromium_org/ui/base/accelerators/
H A Daccelerator.cc210 base::string16 shortcut_rtl; local
215 shortcut_rtl.assign(shortcut);
253 int key_length = static_cast<int>(shortcut_rtl.length());
255 shortcut_rtl.append(base::ASCIIToUTF16("+"));
258 shortcut_rtl.append(shortcut, 0, shortcut.length() - key_length - 1);
259 shortcut.swap(shortcut_rtl);

Completed in 2709 milliseconds