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

/external/chromium_org/ui/base/accelerators/
H A Dmenu_label_accelerator_util_linux.cc17 std::string ConvertAmpersandsTo(const std::string& label, function in namespace:__anon14165
45 return ConvertAmpersandsTo(label, "_");
49 return ConvertAmpersandsTo(label, std::string());
53 // escapes strings for later processing by ConvertAmpersandsTo(), so that
54 // ConvertAmpersandsTo(EscapeWindowsStyleAccelerators(x), *) is |x| with

Completed in 77 milliseconds