Searched defs:GetLabelFontList (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
H A Dmenu_delegate.cc22 const gfx::FontList* MenuDelegate::GetLabelFontList(int id) const { function in class:views::MenuDelegate
H A Dmenu_model_adapter.cc184 const gfx::FontList* MenuModelAdapter::GetLabelFontList(int id) const { function in class:views::MenuModelAdapter
194 return MenuDelegate::GetLabelFontList(id);
/external/chromium_org/ash/shelf/
H A Dshelf_view.cc144 virtual const gfx::FontList* GetLabelFontList(int command_id) const OVERRIDE;
170 const gfx::FontList* ShelfMenuModelAdapter::GetLabelFontList( function in class:ash::__anon1943::ShelfMenuModelAdapter
173 return MenuModelAdapter::GetLabelFontList(command_id);
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dwrench_menu.cc875 const gfx::FontList* WrenchMenu::GetLabelFontList(int command_id) const { function in class:WrenchMenu

Completed in 88 milliseconds