Searched defs:GetLabelFont (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
H A Dmenu_delegate.cc20 const gfx::Font* MenuDelegate::GetLabelFont(int id) const { function in class:views::MenuDelegate
H A Dmenu_model_adapter.cc184 const gfx::Font* MenuModelAdapter::GetLabelFont(int id) const { function in class:views::MenuModelAdapter
194 return MenuDelegate::GetLabelFont(id);
/external/chromium/chrome/browser/chromeos/login/
H A Duser_controller.cc349 label_view_->SetFont(GetLabelFont());
512 GetLabelFont() : GetUnselectedLabelFont();
538 gfx::Font UserController::GetLabelFont() { function in class:chromeos::UserController
/external/chromium_org/ash/shelf/
H A Dshelf_view.cc130 virtual const gfx::Font* GetLabelFont(int command_id) const OVERRIDE;
156 const gfx::Font* ShelfMenuModelAdapter::GetLabelFont(int command_id) const { function in class:ash::internal::__anon3547::ShelfMenuModelAdapter
158 return MenuModelAdapter::GetLabelFont(command_id);
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dwrench_menu.cc1003 const gfx::Font* WrenchMenu::GetLabelFont(int command_id) const { function in class:WrenchMenu

Completed in 481 milliseconds