OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:title_font
(Results
1 - 5
of
5
) 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/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h
200
static gfx::Font*
title_font
() { return title_font_; }
function in class:TabRendererGtk
Completed in 288 milliseconds