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

  /external/chromium_org/components/translate/core/browser/
options_menu_model.h 16 class OptionsMenuModel : public ui::SimpleMenuModel,
28 explicit OptionsMenuModel(TranslateInfoBarDelegate* translate_delegate);
29 virtual ~OptionsMenuModel();
42 DISALLOW_COPY_AND_ASSIGN(OptionsMenuModel);
options_menu_model.cc 26 OptionsMenuModel::OptionsMenuModel(TranslateInfoBarDelegate* translate_delegate)
66 OptionsMenuModel::~OptionsMenuModel() {
69 bool OptionsMenuModel::IsCommandIdChecked(int command_id) const {
87 bool OptionsMenuModel::IsCommandIdEnabled(int command_id) const {
103 bool OptionsMenuModel::GetAcceleratorForCommandId(
109 void OptionsMenuModel::ExecuteCommand(int command_id, int event_flags) {
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
translate_infobar_base.h 45 scoped_ptr<translate::OptionsMenuModel> optionsMenuModel_;

Completed in 172 milliseconds