Searched defs:title_font_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/ui/views/frame/
H A Dapp_panel_browser_frame_view.h127 static gfx::Font* title_font_; member in class:AppPanelBrowserFrameView
/external/chromium/chrome/browser/ui/views/
H A Dsad_tab_view.h48 static gfx::Font* title_font_; member in class:SadTabView
H A Dsad_tab_view.cc49 gfx::Font* SadTabView::title_font_ = NULL; member in class:SadTabView
90 canvas->DrawStringInt(WideToUTF16Hack(title_), *title_font_, kTitleColor, local
114 int title_height = title_font_->GetHeight();
150 title_font_ = new gfx::Font(
160 title_width_ = title_font_->GetStringWidth(WideToUTF16Hack(title_));
H A Dconstrained_window_views.cc232 static gfx::Font* title_font_; member in class:ConstrainedWindowFrameView
237 gfx::Font* ConstrainedWindowFrameView::title_font_ = NULL; member in class:ConstrainedWindowFrameView
406 return std::max(title_font_->height(), kIconMinimumSize);
496 *title_font_, GetTitleColor(), GetMirroredXForRect(title_bounds_),
528 int title_height = title_font_->GetHeight();
561 title_font_ = new gfx::Font(views::WindowWin::GetWindowTitleFont());
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.h200 static gfx::Font* title_font() { return title_font_; }
389 static gfx::Font* title_font_; member in class:TabRendererGtk
H A Dtab_renderer_gtk.cc140 gfx::Font* TabRendererGtk::title_font_ = NULL; member in class:TabRendererGtk
822 canvas->DrawStringInt(title, *title_font_, title_color,
1086 title_font_ = new gfx::Font(base_font.GetFontName(), kFontPixelSize);
1087 title_font_height_ = title_font_->GetHeight();

Completed in 268 milliseconds