HomeSort by relevance Sort by last modified time
    Searched refs:GetLabelFont (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/ui/views/controls/menu/
menu_model_adapter.h 57 virtual const gfx::Font* GetLabelFont(int id) const OVERRIDE;
menu_delegate.h 67 virtual const gfx::Font* GetLabelFont(int id) const;
menu_delegate.cc 20 const gfx::Font* MenuDelegate::GetLabelFont(int id) const {
menu_model_adapter.cc 112 const gfx::Font* MenuModelAdapter::GetLabelFont(int id) const {
122 return MenuDelegate::GetLabelFont(id);
menu_item_view.cc 732 const gfx::Font* font = delegate->GetLabelFont(GetCommand());
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
user_controller.h 155 gfx::Font GetLabelFont();
user_controller.cc 349 label_view_->SetFont(GetLabelFont());
512 GetLabelFont() : GetUnselectedLabelFont();
538 gfx::Font UserController::GetLabelFont() {
  /external/chromium_org/chrome/browser/ui/views/
wrench_menu.h 57 virtual const gfx::Font* GetLabelFont(int index) const OVERRIDE;
wrench_menu.cc 862 const gfx::Font* WrenchMenu::GetLabelFont(int index) const {
    [all...]
  /external/chromium_org/ash/launcher/
launcher_view.cc 111 virtual const gfx::Font* GetLabelFont(int command_id) const OVERRIDE;
138 const gfx::Font* LauncherMenuModelAdapter::GetLabelFont(
141 return MenuModelAdapter::GetLabelFont(command_id);
    [all...]

Completed in 147 milliseconds