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

  /external/chromium/chrome/browser/chromeos/login/
password_changed_view.cc 86 gfx::Font title_font = rb.GetFont(ResourceBundle::MediumBoldFont); local
90 title_label_->SetFont(title_font);
new_user_view.cc 285 gfx::Font title_font = rb.GetFont(ResourceBundle::MediumBoldFont).DeriveFont( local
290 title_label_->SetFont(title_font);
  /external/chromium/chrome/browser/ui/views/frame/
browser_frame_gtk.cc 32 static gfx::Font *title_font = new gfx::Font(); local
33 return *title_font;
browser_frame_win.cc 280 static gfx::Font* title_font = local
282 return *title_font;
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_frame.cc 74 static gfx::Font* title_font = new gfx::Font; local
76 static gfx::Font* title_font =
79 return *title_font;
  /external/chromium_org/ash/wm/
custom_frame_view_ash.cc 34 static gfx::Font* title_font = NULL; local
35 if (!title_font)
36 title_font = new gfx::Font(views::NativeWidgetAura::GetWindowTitleFont());
37 return *title_font;
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h 200 static gfx::Font* title_font() { return title_font_; } function in class:TabRendererGtk
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h 197 static gfx::Font* title_font() { return title_font_; } function in class:TabRendererGtk
  /external/chromium_org/ui/message_center/views/
notifier_settings_view.cc 492 gfx::Font title_font = local
496 title_font);
  /external/chromium_org/ui/views/window/
custom_frame_view.cc 69 static gfx::Font* title_font = NULL; local
70 if (!title_font) {
72 title_font = new gfx::Font(NativeWidgetAura::GetWindowTitleFont());
74 title_font = new gfx::Font(NativeWidgetWin::GetWindowTitleFont());
77 title_font = new gfx::Font();
80 return *title_font;

Completed in 118 milliseconds