HomeSort by relevance Sort by last modified time
    Searched full:inactive_font (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/chromeos/frame/
panel_controller.cc 43 static gfx::Font* inactive_font = NULL; member in namespace:chromeos
110 inactive_font = new gfx::Font(base_font.DeriveFont(0, gfx::Font::BOLD));
111 active_font = inactive_font;
438 title_label_->SetFont(*inactive_font);

Completed in 574 milliseconds