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

  /external/chromium/chrome/browser/translate/
options_menu_model.h 15 class OptionsMenuModel : public ui::SimpleMenuModel,
18 explicit OptionsMenuModel(TranslateInfoBarDelegate* translate_delegate);
19 virtual ~OptionsMenuModel();
31 DISALLOW_COPY_AND_ASSIGN(OptionsMenuModel);
options_menu_model.cc 28 OptionsMenuModel::OptionsMenuModel(
59 OptionsMenuModel::~OptionsMenuModel() {
62 bool OptionsMenuModel::IsCommandIdChecked(int command_id) const {
80 bool OptionsMenuModel::IsCommandIdEnabled(int command_id) const {
96 bool OptionsMenuModel::GetAcceleratorForCommandId(
101 void OptionsMenuModel::ExecuteCommand(int command_id) {

Completed in 34 milliseconds