Lines Matching refs:command_id
279 + // Override the text color of a given menu item dependent on the |command_id|
282 + virtual bool GetTextColor(int command_id,
288 + // |command_id| and its |is_hovered| state. Returns true if it chooses to
290 + virtual bool GetBackgroundColor(int command_id,
395 +bool MenuModelAdapter::GetTextColor(int command_id,
401 + if (ui::MenuModel::GetModelAndIndexForCommandId(command_id, &model, &index))
408 +bool MenuModelAdapter::GetBackgroundColor(int command_id,
411 + if (command_id == -1)
416 + if (ui::MenuModel::GetModelAndIndexForCommandId(command_id, &model, &index))
441 + bool GetTextColor(int command_id,
445 + bool GetBackgroundColor(int command_id,