Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/gtk/
Dmenu_gtk.cc309 std::string converted_label = gfx::ConvertAcceleratorsFromWindowsStyle(label); in AppendMenuItemWithLabel() local
317 std::string converted_label = gfx::ConvertAcceleratorsFromWindowsStyle(label); in AppendMenuItemWithIcon() local
318 GtkWidget* menu_item = BuildMenuItemWithImage(converted_label, icon); in AppendMenuItemWithIcon()
324 std::string converted_label = gfx::ConvertAcceleratorsFromWindowsStyle(label); in AppendCheckMenuItemWithLabel() local
326 gtk_check_menu_item_new_with_mnemonic(converted_label.c_str()); in AppendCheckMenuItemWithLabel()