Home | History | Annotate | Download | only in menu

Lines Matching refs:GetCommand

172       state->state |= GetDelegate()->IsItemChecked(GetCommand()) ?
508 if (GetCommand() == id)
732 const gfx::Font* font = delegate->GetLabelFont(GetCommand());
795 if (delegate && delegate->GetBackgroundColor(GetCommand(),
811 if (type_ == CHECKBOX && delegate->IsItemChecked(GetCommand())) {
820 GetRadioButtonImage(delegate->IsItemChecked(GetCommand()));
841 if (delegate && delegate->GetForegroundColor(GetCommand(),
1037 if (GetMenuConfig().show_accelerators && GetDelegate() && GetCommand() &&
1038 GetDelegate()->GetAccelerator(GetCommand(), &accelerator)) {