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

  /external/chromium_org/chrome/browser/ui/views/
menu_item_view_test.cc 126 menu->AppendMenuItemWithLabel(1, ASCIIToUTF16("item 1"));
127 menu->AppendMenuItemWithLabel(2, ASCIIToUTF16("item 2"));
129 menu->AppendMenuItemWithLabel(3, ASCIIToUTF16("item 3"));
199 menu->AppendMenuItemWithLabel(1, ASCIIToUTF16("item 1"));
200 menu->AppendMenuItemWithLabel(2, ASCIIToUTF16("item 2"));
310 submenu_->AppendMenuItemWithLabel(101, ASCIIToUTF16("submenu item 1"));
311 submenu_->AppendMenuItemWithLabel(101, ASCIIToUTF16("submenu item 2"));
312 menu->AppendMenuItemWithLabel(2, ASCIIToUTF16("item 2"));
385 menu->AppendMenuItemWithLabel(1, ASCIIToUTF16("item 1"));
386 menu->AppendMenuItemWithLabel(2, ASCIIToUTF16("item 2"))
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
language_switch_menu.cc 76 menu_->AppendMenuItemWithLabel(line,
87 submenu->AppendMenuItemWithLabel(line,
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_context_menu.cc 82 menu_->AppendMenuItemWithLabel(
  /external/chromium/chrome/browser/ui/gtk/
menu_gtk.h 65 GtkWidget* AppendMenuItemWithLabel(int command_id, const std::string& label);
menu_gtk.cc 307 GtkWidget* MenuGtk::AppendMenuItemWithLabel(int command_id,
  /external/chromium_org/chrome/browser/ui/gtk/
menu_gtk.h 67 GtkWidget* AppendMenuItemWithLabel(int command_id, const std::string& label);
menu_gtk.cc 322 GtkWidget* MenuGtk::AppendMenuItemWithLabel(int command_id,
  /external/chromium_org/ui/views/controls/menu/
menu.h 181 void AppendMenuItemWithLabel(int item_id, const string16& label);
menu.cc 108 void Menu::AppendMenuItemWithLabel(int item_id, const string16& label) {
menu_item_view.h 200 MenuItemView* AppendMenuItemWithLabel(int item_id,
menu_item_view.cc 291 MenuItemView* MenuItemView::AppendMenuItemWithLabel(int item_id,
    [all...]

Completed in 794 milliseconds