Home
last modified time | relevance | path

Searched refs:GetSecondaryLabelAt (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/models/
H A Dmenu_model.cc63 base::string16 MenuModel::GetSecondaryLabelAt(int index) const { in GetSecondaryLabelAt() function in ui::MenuModel
H A Dmenu_model.h71 virtual base::string16 GetSecondaryLabelAt(int index) const; in COMPONENT_EXPORT()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/menu/
H A Dmenu_model_adapter.cc112 model->GetSecondaryLabelAt(model_index), in AddMenuItemFromModelAt()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/combobox/
H A Dcombobox.cc181 base::string16 GetSecondaryLabelAt(int index) const override { in GetSecondaryLabelAt() function in views::Combobox::ComboboxMenuModel