OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppendMenuItemWithLabel
(Results
1 - 10
of
10
) 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"));
190
menu->
AppendMenuItemWithLabel
(1, ASCIIToUTF16("item 1"));
191
menu->
AppendMenuItemWithLabel
(2, ASCIIToUTF16("item 2"));
287
submenu_->
AppendMenuItemWithLabel
(101, ASCIIToUTF16("submenu item 1"));
288
submenu_->
AppendMenuItemWithLabel
(101, ASCIIToUTF16("submenu item 2"));
289
menu->
AppendMenuItemWithLabel
(2, ASCIIToUTF16("item 2"));
356
menu->
AppendMenuItemWithLabel
(1, ASCIIToUTF16("item 1"));
357
menu->
AppendMenuItemWithLabel
(2, ASCIIToUTF16("item 2"))
[
all
...]
/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/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
196
MenuItemView*
AppendMenuItemWithLabel
(int item_id,
menu_item_view.cc
293
MenuItemView* MenuItemView::
AppendMenuItemWithLabel
(int item_id,
[
all
...]
/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,
[
all
...]
Completed in 178 milliseconds