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

  /external/chromium_org/ui/views/controls/menu/
menu_delegate.h 37 // MenuDelegate --------------------------------------------------------------
42 class VIEWS_EXPORT MenuDelegate {
62 virtual ~MenuDelegate();
menu_delegate.cc 12 MenuDelegate::~MenuDelegate() {}
14 bool MenuDelegate::IsItemChecked(int id) const {
18 base::string16 MenuDelegate::GetLabel(int id) const {
22 const gfx::FontList* MenuDelegate::GetLabelFontList(int id) const {
26 bool MenuDelegate::GetShouldUseDisabledEmphasizedForegroundColor(
31 bool MenuDelegate::GetBackgroundColor(int command_id,
37 bool MenuDelegate::GetForegroundColor(int command_id,
43 base::string16 MenuDelegate::GetTooltipText(int id,
48 bool MenuDelegate::GetAccelerator(int id, ui::Accelerator* accelerator) const
    [all...]

Completed in 55 milliseconds