/external/chromium_org/chrome/browser/ui/cocoa/infobars/ |
infobar_utilities.h | 30 void AddMenuItem(NSMenu *menu, id target, SEL selector, NSString* title,
|
/external/chromium_org/components/renderer_context_menu/ |
render_view_context_menu_proxy.h | 74 virtual void AddMenuItem(int command_id, const base::string16& title) = 0;
|
render_view_context_menu_base.h | 93 virtual void AddMenuItem(int command_id,
|
render_view_context_menu_base.cc | 198 void RenderViewContextMenuBase::AddMenuItem(int command_id,
|
/external/chromium_org/ui/views/controls/menu/ |
menu.cc | 81 AddMenuItem(-1, item_id, label, type); 84 void Menu::AddMenuItem(int index, 115 AddMenuItem(index, item_id, label, Menu::NORMAL); 123 AddMenuItem(index, item_id, base::string16(), Menu::NORMAL);
|
menu.h | 156 void AddMenuItem(int index,
|
/external/chromium_org/chrome/browser/renderer_context_menu/ |
spelling_menu_observer.cc | 83 proxy_->AddMenuItem(IDC_SPELLCHECK_SUGGESTION_0 + static_cast<int>(i), 127 proxy_->AddMenuItem(IDC_CONTENT_CONTEXT_SPELLING_SUGGESTION, 148 proxy_->AddMenuItem( 168 proxy_->AddMenuItem(IDC_SPELLCHECK_ADD_TO_DICTIONARY,
|
spellchecker_submenu_observer_browsertest.cc | 63 virtual void AddMenuItem(int command_id,
|
spelling_menu_observer_browsertest.cc | 49 virtual void AddMenuItem(int command_id, 105 void MockRenderViewContextMenu::AddMenuItem(int command_id,
|
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
wrench_menu.h | 131 views::MenuItemView* AddMenuItem(views::MenuItemView* parent,
|
wrench_menu.cc | 772 wrench_menu_->AddMenuItem(menu_item_, i, model_, i, model_->GetTypeAt(i)); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
msimcntl.h | 256 virtual HRESULT WINAPI AddMenuItem(BSTR bstrItem,__LONG32 lPosition,__LONG32 *plCommand) = 0; 316 HRESULT (WINAPI *AddMenuItem)(IMSIMContactView *This,BSTR bstrItem,__LONG32 lPosition,__LONG32 *plCommand); 378 #define IMSIMContactView_AddMenuItem(This,bstrItem,lPosition,plCommand) (This)->lpVtbl->AddMenuItem(This,bstrItem,lPosition,plCommand) [all...] |