HomeSort by relevance Sort by last modified time
    Searched defs:ContentSettingMediaMenuModel (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_media_menu_model.cc 11 ContentSettingMediaMenuModel::ContentSettingMediaMenuModel(
36 ContentSettingMediaMenuModel::~ContentSettingMediaMenuModel() {
39 bool ContentSettingMediaMenuModel::IsCommandIdChecked(int command_id) const {
43 bool ContentSettingMediaMenuModel::IsCommandIdEnabled(int command_id) const {
47 bool ContentSettingMediaMenuModel::GetAcceleratorForCommandId(
53 void ContentSettingMediaMenuModel::ExecuteCommand(int command_id,
content_setting_media_menu_model.h 18 class ContentSettingMediaMenuModel : public ui::SimpleMenuModel,
25 ContentSettingMediaMenuModel(
29 virtual ~ContentSettingMediaMenuModel();
47 DISALLOW_COPY_AND_ASSIGN(ContentSettingMediaMenuModel);

Completed in 69 milliseconds