Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/tabs/
Dbase_tab.h145 static int font_height() { return font_height_; } in font_height()
212 static int font_height_; variable
Dbase_tab.cc103 int BaseTab::font_height_ = 0; member in BaseTab
579 font_height_ = font_->GetHeight(); in InitResources()