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

  /external/chromium/chrome/browser/ui/views/
profile_menu_model.cc 15 ProfileMenuModel::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) {
profile_menu_model.h 19 // ProfileMenuModel
25 class ProfileMenuModel : public ui::SimpleMenuModel,
28 ProfileMenuModel();
29 virtual ~ProfileMenuModel();
43 DISALLOW_COPY_AND_ASSIGN(ProfileMenuModel);
  /external/chromium/chrome/browser/ui/views/frame/
glass_browser_frame_view.h 22 class ProfileMenuModel;
126 scoped_ptr<views::ProfileMenuModel> profile_menu_model_;
glass_browser_frame_view.cc 239 profile_menu_model_.reset(new views::ProfileMenuModel);

Completed in 59 milliseconds