Searched refs:item_states_ (Results 1 – 2 of 2) sorted by relevance
45 item_states_[command_id].checked = checked; in SetCommandIdChecked()50 item_states_[command_id].enabled = enabled; in SetCommandIdEnabled()55 item_states_[command_id].visible = visible; in SetCommandIdVisible()61 item_states_[command_id].accelerator = *accelerator; in SetAcceleratorForCommandId()67 item_states_[command_id].is_dynamic = true; in ChangeLabelForCommandId()68 item_states_[command_id].label = label; in ChangeLabelForCommandId()74 item_states_[command_id].is_dynamic = true; in ChangeSublabelForCommandId()75 item_states_[command_id].sublabel = sublabel; in ChangeSublabelForCommandId()81 item_states_[command_id].is_dynamic = true; in ChangeIconForCommandId()82 item_states_[command_id].icon = icon; in ChangeIconForCommandId()[all …]
110 ItemStateMap item_states_; variable