Home
last modified time | relevance | path

Searched refs:ProfileMenuModel (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/
Dprofile_menu_model.cc15 ProfileMenuModel::ProfileMenuModel() in ProfileMenuModel() function in views::ProfileMenuModel
22 ProfileMenuModel::~ProfileMenuModel() { in ~ProfileMenuModel()
25 void ProfileMenuModel::RunMenuAt(const gfx::Point& point) { in RunMenuAt()
29 bool ProfileMenuModel::IsCommandIdChecked(int command_id) const { in IsCommandIdChecked()
33 bool ProfileMenuModel::IsCommandIdEnabled(int command_id) const { in IsCommandIdEnabled()
37 bool ProfileMenuModel::GetAcceleratorForCommandId(int command_id, in GetAcceleratorForCommandId()
42 void ProfileMenuModel::ExecuteCommand(int command_id) { in ExecuteCommand()
Dprofile_menu_model.h25 class ProfileMenuModel : public ui::SimpleMenuModel,
28 ProfileMenuModel();
29 virtual ~ProfileMenuModel();
43 DISALLOW_COPY_AND_ASSIGN(ProfileMenuModel);
/external/chromium/chrome/browser/ui/views/frame/
Dglass_browser_frame_view.h22 class ProfileMenuModel; variable
126 scoped_ptr<views::ProfileMenuModel> profile_menu_model_;
Dglass_browser_frame_view.cc239 profile_menu_model_.reset(new views::ProfileMenuModel); in RunMenu()