Home
last modified time | relevance | path

Searched refs:inactive_font (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/chromeos/frame/
Dpanel_controller.cc43 static gfx::Font* inactive_font = NULL; variable
110 inactive_font = new gfx::Font(base_font.DeriveFont(0, gfx::Font::BOLD)); in InitializeResources()
111 active_font = inactive_font; in InitializeResources()
438 title_label_->SetFont(*inactive_font); in OnFocusOut()