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

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

Completed in 77 milliseconds