HomeSort by relevance Sort by last modified time
    Searched defs:font_height_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
loading_animation.h 41 const int font_height_; member in class:autofill::LoadingAnimation
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.h 145 static int font_height() { return font_height_; }
212 static int font_height_; member in class:BaseTab
base_tab.cc 103 int BaseTab::font_height_ = 0; member in class:BaseTab
579 font_height_ = font_->GetHeight();
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.h 152 int font_height_; member in class:OmniboxResultView
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.h 382 static int font_height_; member in class:Tab
tab.cc 485 int Tab::font_height_ = 0; member in class:Tab
796 int content_height = std::max(tab_icon_size(), font_height_);
868 (content_height - font_height_) / 2;
875 int text_height = title_top + font_height_ + bottom_padding();
893 title_bounds_.SetRect(title_left, title_top, title_width, font_height_);
    [all...]

Completed in 446 milliseconds