Home
last modified time | relevance | path

Searched refs:item_states_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/status_icons/
Dstatus_icon_menu_model.cc45 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 …]
Dstatus_icon_menu_model.h110 ItemStateMap item_states_; variable