Searched refs:converted_label (Results 1 – 1 of 1) sorted by relevance
309 std::string converted_label = gfx::ConvertAcceleratorsFromWindowsStyle(label); in AppendMenuItemWithLabel() local317 std::string converted_label = gfx::ConvertAcceleratorsFromWindowsStyle(label); in AppendMenuItemWithIcon() local318 GtkWidget* menu_item = BuildMenuItemWithImage(converted_label, icon); in AppendMenuItemWithIcon()324 std::string converted_label = gfx::ConvertAcceleratorsFromWindowsStyle(label); in AppendCheckMenuItemWithLabel() local326 gtk_check_menu_item_new_with_mnemonic(converted_label.c_str()); in AppendCheckMenuItemWithLabel()