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

  /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/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/gtk/tabs/
tab_renderer_gtk.h 200 static gfx::Font* title_font() { return title_font_; } function in class:TabRendererGtk
tab_gtk.cc 320 title_width_ = GetTitleWidth(title_font(), GetTitle());

Completed in 119 milliseconds