HomeSort by relevance Sort by last modified time
    Searched refs:BuildMenuItemWithLabel (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/ui/libgtk2ui/
menu_util.h 21 GtkWidget* BuildMenuItemWithLabel(const std::string& label);
menu_util.cc 33 GtkWidget* BuildMenuItemWithLabel(const std::string& label) {
140 menu_item = BuildMenuItemWithLabel(label);
  /external/chromium/chrome/browser/ui/gtk/
menu_gtk.h 133 GtkWidget* BuildMenuItemWithLabel(const std::string& label,
menu_gtk.cc 310 GtkWidget* menu_item = BuildMenuItemWithLabel(label, command_id);
424 GtkWidget* MenuGtk::BuildMenuItemWithLabel(const std::string& label,
483 menu_item = BuildMenuItemWithLabel(label, command_id);
  /external/chromium_org/chrome/browser/ui/gtk/
menu_gtk.h 135 GtkWidget* BuildMenuItemWithLabel(const std::string& label,
menu_gtk.cc 325 GtkWidget* menu_item = BuildMenuItemWithLabel(converted_label, command_id);
437 GtkWidget* MenuGtk::BuildMenuItemWithLabel(const std::string& label,
495 menu_item = BuildMenuItemWithLabel(label, command_id);

Completed in 799 milliseconds