Searched refs:title_font (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/ash/wm/
H A Dcustom_frame_view_ash.cc29 static gfx::Font* title_font = NULL; local
30 if (!title_font)
31 title_font = new gfx::Font(views::NativeWidgetAura::GetWindowTitleFont());
32 return *title_font;
H A Dframe_painter.h122 const gfx::Font& title_font);
130 void SchedulePaintForTitle(const gfx::Font& title_font);
219 // Get the bounds for the title. The provided |title_font| is used to
221 gfx::Rect GetTitleBounds(const gfx::Font& title_font);
H A Dframe_painter.cc578 const gfx::Font& title_font) {
582 gfx::Rect title_bounds = GetTitleBounds(title_font);
586 title_font,
668 void FramePainter::SchedulePaintForTitle(const gfx::Font& title_font) { argument
669 frame_->non_client_view()->SchedulePaintInRect(GetTitleBounds(title_font));
922 gfx::Rect FramePainter::GetTitleBounds(const gfx::Font& title_font) { argument
927 int title_y = GetCloseButtonCenterY() - title_font.GetHeight() / 2;
932 title_font.GetHeight());
576 PaintTitleBar(views::NonClientFrameView* view, gfx::Canvas* canvas, const gfx::Font& title_font) argument
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_frame_gtk.cc32 static gfx::Font *title_font = new gfx::Font(); local
33 return *title_font;
H A Dbrowser_frame_win.cc280 static gfx::Font* title_font = local
282 return *title_font;
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_frame_aura.cc158 static gfx::Font* title_font = new gfx::Font; local
159 return *title_font;
H A Dbrowser_frame_win.cc513 static gfx::Font* title_font = local
515 return *title_font;
/external/chromium/chrome/browser/chromeos/login/
H A Dpassword_changed_view.cc86 gfx::Font title_font = rb.GetFont(ResourceBundle::MediumBoldFont); local
90 title_label_->SetFont(title_font);
H A Dnew_user_view.cc285 gfx::Font title_font = rb.GetFont(ResourceBundle::MediumBoldFont).DeriveFont( local
290 title_label_->SetFont(title_font);
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinfolist_window_view.cc35 void Init(const gfx::Font& title_font, const gfx::Font& description_font);
82 void InfolistEntryView::Init(const gfx::Font& title_font, argument
86 title_label_->SetFont(title_font);
/external/chromium_org/ui/views/window/
H A Dcustom_frame_view.cc76 static gfx::Font* title_font = NULL; local
77 if (!title_font) {
79 title_font = new gfx::Font(NativeWidgetAura::GetWindowTitleFont());
81 title_font = new gfx::Font(NativeWidgetWin::GetWindowTitleFont());
84 title_font = new gfx::Font();
87 return *title_font;
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.h200 static gfx::Font* title_font() { return title_font_; } function in class:TabRendererGtk
H A Dtab_gtk.cc320 title_width_ = GetTitleWidth(title_font(), GetTitle());
/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Dtab_gtk.cc272 title_width_ = GetTitleWidth(title_font(), GetTitle());
H A Dtab_renderer_gtk.h195 static gfx::Font* title_font() { return title_font_; } function in class:TabRendererGtk
/external/chromium_org/ui/message_center/views/
H A Dnotifier_settings_view.cc336 gfx::Font title_font = local
340 title_font);

Completed in 371 milliseconds