HomeSort by relevance Sort by last modified time
    Searched full:converted_label (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
menu_gtk.cc 309 std::string converted_label = gfx::ConvertAcceleratorsFromWindowsStyle(label); local
317 std::string converted_label = gfx::ConvertAcceleratorsFromWindowsStyle(label); local
318 GtkWidget* menu_item = BuildMenuItemWithImage(converted_label, icon);
324 std::string converted_label = gfx::ConvertAcceleratorsFromWindowsStyle(label); local
326 gtk_check_menu_item_new_with_mnemonic(converted_label.c_str());

Completed in 422 milliseconds