HomeSort by relevance Sort by last modified time
    Searched defs:AddMenuItem (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/tab_contents/
spelling_menu_observer_browsertest.cc 51 virtual void AddMenuItem(int command_id, const string16& title) OVERRIDE;
100 void MockRenderViewContextMenu::AddMenuItem(int command_id,
render_view_context_menu.cc 765 void RenderViewContextMenu::AddMenuItem(int command_id,
    [all...]
  /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, string16(), Menu::NORMAL);

Completed in 4371 milliseconds