Searched defs:AddCheckItem (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/renderer_context_menu/
H A Dspelling_menu_observer_browsertest.cc51 virtual void AddCheckItem(int command_id,
116 void MockRenderViewContextMenu::AddCheckItem(int command_id, function in class:__anon4546::MockRenderViewContextMenu
/external/chromium_org/components/renderer_context_menu/
H A Drender_view_context_menu_base.cc99 menu_model->AddCheckItem(
203 void RenderViewContextMenuBase::AddCheckItem(int command_id, function in class:RenderViewContextMenuBase
205 menu_model_.AddCheckItem(command_id, title);
/external/chromium_org/ui/base/models/
H A Dsimple_menu_model.cc97 void SimpleMenuModel::AddCheckItem(int command_id, function in class:ui::SimpleMenuModel
105 AddCheckItem(command_id, l10n_util::GetStringUTF16(string_id));

Completed in 96 milliseconds