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 14 class OptionsMenuModel : public ui::SimpleMenuModel,
26 explicit OptionsMenuModel(TranslateInfoBarDelegate* translate_delegate);
27 virtual ~OptionsMenuModel();
40 DISALLOW_COPY_AND_ASSIGN(OptionsMenuModel);
options_menu_model.cc 24 OptionsMenuModel::OptionsMenuModel(TranslateInfoBarDelegate* translate_delegate)
64 OptionsMenuModel::~OptionsMenuModel() {
67 bool OptionsMenuModel::IsCommandIdChecked(int command_id) const {
85 bool OptionsMenuModel::IsCommandIdEnabled(int command_id) const {
101 bool OptionsMenuModel::GetAcceleratorForCommandId(
107 void OptionsMenuModel::ExecuteCommand(int command_id, int event_flags) {
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
translate_infobar_base.h 45 scoped_ptr<OptionsMenuModel> optionsMenuModel_;

Completed in 54 milliseconds